Skip to content

Commit 3081c72

Browse files
committed
Update readme
1 parent 3b5e723 commit 3081c72

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

README.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,17 @@ 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 attributed strings. And with the new iOS/macOS 26 releases, we can now edit attributed strings with a `TextEditor`.
32+
33+
This brings into questions how much value this repository will bring over time. It will most likely not be updated in its current direction, since most of its complexities to integrate between SwiftUI & UIKit/AppKit will not be needed.
34+
35+
It will most probably still be relevant to perform operations on the attributed string, and perhaps provide control panels, etc. Regardless, things will be different, so I am not yet sure if I will keep this library alive after the WWDC 25 announcements. Feel free to reach out to discuss this with me.
36+
37+
Best regards, Daniel Saidi
38+
39+
2940

3041
## Installation
3142

0 commit comments

Comments
 (0)