canopas / rich-editor-swiftui

RichEditorSwiftUI is swift based library, it is made to make rich text editing easy with SwiftUI.
MIT License
69 stars 3 forks source link

Set Text color and font? #43

Open alelordelo opened 2 months ago

alelordelo commented 2 months ago

Hello guys, thanks for sharing this!

I am currently using rich text editor by Daniel Sadi, but looking for a simpler version that I can customise.

Do you guys plan to support setting Text color and font?

cp-divyesh-v commented 2 months ago

@alelordelo Yes, we can't promise a specific date, but it is on our roadmap. We are working towards creating a RichEditor similar to FlutterQuill for both platform Apple(apple's all platform) and Android

alelordelo commented 2 months ago

@cp-divyesh-v great goal! : )

Will have a look and see if I can contribute with text colors

cp-divyesh-v commented 1 week ago

@alelordelo Now we are supporting font color, and we'll add font customization soon.

alelordelo commented 1 week ago

nice! did you guys merge my MacOS code?