I released a new version of compose rich editor, i...
# feed
m
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
๐Ÿ‘ 7
K 2
jetpack compose 6
๐Ÿ”ฅ 10
j
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
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
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
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
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
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!
thank you color 1