Anyone with any experience with <https://github.co...
# compose-desktop
g
Anyone with any experience with https://github.com/Wavesonics/richtext-compose-multiplatform ? I've a question or two.
The library seems to work fine for ex-post-facto markup of already-entered text. That is, select some text, press an underline button, and it underlines that text. But it does not seem to have any concept of changing the style at the insertion point.
Normally, when editing in a rich text situation, if there's no selected span, that button indicates "going forward from the current insertion point, text will be underlined".
Am I just not getting something obvious? (That's certainly likely. 🙂 )
m
You can use this library if you want a rich text editor for compose multiplatform https://github.com/MohamedRejeb/Compose-Rich-Editor
g
Oh, hi Mohamed! I've definitely seen your rig, it seems to be the only other one out there. Does it have the property that the insertion point is inserted with a "current" styling?
r
Oh hey @mohamed rejeb, I've recently played around with your library and it's worked out really good, great job!
thank you color 1
m
@geepawhill Yes you can use
richTextState.currentSpanStyle
g
Excellent news. I will give it a try this afternoon!
Grabbed a few free cycles this morning, installed your take on it, @mohamed rejeb, and it's working just as I hoped. Thank you!
🎉 1