|
15 | 15 |
|
16 | 16 | ## About RichTextKit
|
17 | 17 |
|
18 |
| -RichTextKit is a Swift SDK that helps you use rich text in `Swift` and `SwiftUI`. It has a multi-platform SwiftUI `RichTextEditor` that can be added to any app: |
| 18 | +RichTextKit is a Swift SDK that lets you edit rich text in `Swift` & `SwiftUI` with a multi-platform `RichTextEditor`: |
19 | 19 |
|
20 | 20 | <p align="center">
|
21 | 21 | <img src ="Resources/Demo.jpg" />
|
22 | 22 | </p>
|
23 | 23 |
|
24 |
| -This editor supports text styles (bold, italic, underline, etc.), fonts, font sizes, colors, text alignments, image attachments, and much more. |
| 24 | +The `RichTextEditor` supports text styles (bold, italic, underline, etc.), fonts, font sizes, colors, text alignments, image attachments, and much more. It's powered by a `RichTextView` that bridges `UITextView` & `NSTextView` and adds additional, platform-agnostic APIs that make the two views behave more alike. |
25 | 25 |
|
26 |
| -The `RichTextEditor` is powered by a multi-platform `RichTextView` that bridges `UITextView` and `NSTextView` and adds APIs to make them work more alike on all platforms. |
27 |
| - |
28 |
| -If you just want to view rich text, you can use the `RichTextViewer` SwiftUI view. |
| 26 | +If you just want to view rich text connte, you can use the `RichTextViewer` SwiftUI view, which wraps the editor and applies a read-only configuration to it. |
29 | 27 |
|
30 | 28 |
|
31 | 29 |
|
@@ -76,7 +74,7 @@ struct MyView: View {
|
76 | 74 | }
|
77 | 75 | ```
|
78 | 76 |
|
79 |
| -RichTextKit comes with a bunch of UI components, keyboard shortcuts & menu commands that make it easy to build a rich text editor. |
| 77 | +RichTextKit provides UI components, keyboard shortcuts & menu commands that can be used in a rich text editor. |
80 | 78 |
|
81 | 79 | For more information, please see the [getting started guide][Getting-Started].
|
82 | 80 |
|
@@ -117,7 +115,7 @@ Feel free to reach out if you have questions or want to contribute in any way:
|
117 | 115 |
|
118 | 116 | RichTextKit is used in the following apps, so make sure to check them out for inspiration:
|
119 | 117 |
|
120 |
| -<a title="Chunk" href="https://www.curioussoftware.io"><img src="Resources/apps/chunk.png" width=100 /></a> |
| 118 | +<a title="Chunk" href="https://www.curioussoftware.io"><img src="Resources/apps/chunk.png" width=100 /></a> |
121 | 119 | <a title="Oribi Writer" href="https://oribi.se/en"><img src="Resources/apps/oribiwriter.png" width=100 /></a>
|
122 | 120 |
|
123 | 121 | Feel free to reach out if you are using RichTextKit and want to add your app to this list.
|
|
0 commit comments