Skip to content

Commit 5e09133

Browse files
committed
Update readme
1 parent 3b5e723 commit 5e09133

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

README.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,19 @@ The `RichTextEditor` supports text styles (bold, italic, underline, etc.), fonts
2626
If you just want to view rich text content, you can use the `RichTextViewer` SwiftUI view, which wraps the editor and applies a read-only configuration to it.
2727

2828

29+
## Important
30+
31+
This repository was created a few years ago, when SwiftUI had limited support for rich text. Since then, SwiftUI has received more support for displaying attributed strings. And with the new xOS 26 releases, we will even be able to edit attributed strings with a `TextEditor`.
32+
33+
This brings into questions how much value this repository will bring over time. It will likely not be updated in its current direction, since most of its complexities to integrate between SwiftUI and UIKit/AppKit will probably not be needed anymore.
34+
35+
If the repository still has relevance, it will most probably be to perform operations on the attributed string, and perhaps to provide control panels, editor controls, etc. Regardless, things will probably be very different, if I decice to keep this library alive after the WWDC 25 announcements.
36+
37+
Feel free to reach out to discuss this with me.
38+
39+
Best regards, Daniel Saidi
40+
41+
2942

3043
## Installation
3144

0 commit comments

Comments
 (0)