danielsaidi / RichTextKit

RichTextKit is a Swift SDK that helps you use rich text in Swift and SwiftUI.
MIT License
950 stars 126 forks source link

Adding support for subscript superscript #80

Closed mhasan341 closed 1 year ago

mhasan341 commented 1 year ago

Subscript and superscript support are extremely important for writing scientific formula and maths. This branch makes it easy to add those in RichTextEditor. In future updates, we can add Latex support to fully integrate all kinds of equations and formula.

danielsaidi commented 1 year ago

This looks awesome @mhasan341 🙌

I am currently swamped with another project, but will look at this when I have time.

danielsaidi commented 1 year ago

Looks great, I'll merge this and restructure the code to be more modular 🙌