Introducing Textual and future direction #437
gonzalezreal
announced in
Announcements
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Over time, MarkdownUI has grown far beyond what I initially imagined. Along the way, a recurring theme emerged in discussions, issues, and experiments: many of the hardest problems weren’t really about Markdown, but about rendering rich text in SwiftUI — layout, selection, attachments, performance, and extensibility. Some of these limits were increasingly hard to address incrementally within MarkdownUI’s existing architecture.
For that reason, I started a new project called Textual, a SwiftUI-native text rendering engine where Markdown is just one possible input format, rather than the core abstraction. Textual builds directly on the ideas, feedback, and lessons learned from MarkdownUI, but with an architecture better suited to address these broader concerns going forward.
What this means for MarkdownUI:
If you’re starting something new, or if you’ve run into limitations with MarkdownUI before, I’d love for you to take a look at Textual and share your feedback.
Beta Was this translation helpful? Give feedback.
All reactions