Skip to content

Commit b6033be

Browse files
committed
Update readme
1 parent 3b5e723 commit b6033be

1 file changed

Lines changed: 17 additions & 0 deletions

File tree

README.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,23 @@ 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.
32+
33+
The new xOS 26 releases will even make it possible to edit attributed strings with a `TextEditor`, which brings into questions how much value this repository will bring over time.
34+
35+
As such, this library 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.
36+
37+
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.
38+
39+
Regardless, things will probably be very different, if I decice to keep this library alive after the WWDC 25 announcements. Feel free to reach out to discuss this with me.
40+
41+
Best regards,
42+
43+
Daniel Saidi
44+
45+
2946

3047
## Installation
3148

0 commit comments

Comments
 (0)