I've seen that compose-richtext is very experiment...
# compose
s
I've seen that compose-richtext is very experimental and undermaintained, I'm still wondering if anyone managed to make markdown rendered into a richtext and have links clickable while text being selectable?
Example code is in the issue
j
hi Sebastian 👋 I’ve been assisting with maintaining
compose-richtext
, but am doing that in between work & life, so my contributions only trickle in as I find free time 😄 to answer your question, I think the issue you’re facing is actually related to an issue with
SelectionContainer
on Compose Desktop itself. see here: https://github.com/JetBrains/compose-jb/issues/1450 I will also answer on the github issue you created in case you miss my reply here
oh and regarding the auto-linkify feature which you mentioned in your own repo: we have merged that but just not cut a release build since then if we ask @Halil Ozercan very nicely he may find time to create a new release, which would make that feature available since it’s already merged to
main
🙂
s
thanks @james great to know these details. @Halil Ozercan I agree a release would be awesome, if you find the time it'll be highly appreciated. Thanks for the library in general, very useful!
h
I'll try to release a new version today and hopefully increase the maintenance quality in the upcoming weeks.