-
Hello. I have a setup where the I highlight some text in the RichTextEditor, and then make it bold. I'm listening for changes to the attributedString, and if there is a change, I persist it.
Here a…
-
Please help prevent duplicate issues before submitting a new one:
* [X] I've searched other open/closed issues for duplicates before opening up this new issue.
# Report
Newlines seem to get l…
-
-
In `AttributedString::set_text_color` and `AttributedString::set_font`, `range.end` is used as the `length` field to `CFRange::init`, which unless I am mistaken seems wrong to me.
The documentation…
-
## steps
Create a project with these files to run a test using JLine 3.23.0 to read a line from a buffer:
**build.sbt**
```scala
name := "jline-test"
libraryDependencies ++= Seq(
"org.…
-
Factor out the Markdown support in `AttributedString` (which relies on a customized version of libcmark) and bring it to the package.
-
The Text Editor works well but there are no variables to access the current AttributedString that represents the content on the editor.
-
In WWDC 21 a new [`AttributedString`](https://developer.apple.com/documentation/foundation/attributedstring) type was introduced, useful for rendering attributed text in SwiftUI.
It seems that conv…
-
Here is the example.
```swift
import Combine
import SwiftUI
import ZMarkupParser
struct MainView: View {
@State var content = AttributedString("None")
var body: some View {
S…
-
**Describe the bug**
Message cells using `NSAttributedString` constructed from Markdown String have height calculated wrong.
**To Reproduce**
Steps/code to reproduce the behavior in example app:
…