I released a new version of compose rich editor, it contains a lot of new features (links, code blocks, ordered lists...)
check it out here
Also I made a slack demo with it
Hi @mohamed rejeb! Great demo, cool to see you here. I just came across your library this weekend by chance. I've been building a similar Compose WYSIWYG editor (limited to Android & web) for the last few months (but proprietary, so not open-source) so I took a look at yours and just wanted to say it looks really nice! A lot of the concepts are very similar to how I'm building mine. Point I'm trying to make: this editor seems well-made, nice job! ๐
thank you color 1
m
mohamed rejeb
07/17/2023, 8:10 AM
Hey @Jacob Ras Thanks for your kind words ๐! I think that you need to take another look at the code, I totally changed the design of the library and the old approach is deprecated. Now I'm using a tree representation for the rich text, it gives me more flexibility and makes it easier to implement new features, also it makes the HTML import/export much easier.
s
Stefan Oltmann
07/17/2023, 9:04 AM
Looks very promising ๐
In the demo I saw that the toolbar is cut off. Do you plan to adapt the visible buttons so that they match the screen size? Or is the toolbar scrollable? To me it looks like some refinement needs to be done for the smaller screens.
m
mohamed rejeb
07/17/2023, 9:33 AM
Thanks @Stefan Oltmann, The toolbar is scrollable, also the toolbar is not part of the library. You have methods to toggle the styles and you can use them to build your own custom toolbar.
๐ 1
j
John Matthews
07/17/2023, 2:20 PM
Can I make a suggestion? Better documentation on how to use this in iOS multiplatform. I wanted to show my boss but without more documentation for him to read I can't and I will have to instead build a demo program
๐ 1
a
Adam Brown
08/08/2023, 7:20 PM
this looks fantastic! I've been hoping someone else would do this as I don't want to ๐ I'm going to close down my library and point people to yours!