Markwon icon indicating copy to clipboard operation
Markwon copied to clipboard

FeatureRequest: Jetpack Compose "native" support

Open danielesegato opened this issue 2 years ago • 3 comments

Hi, you have closed every issue requesting compose support so far:

  • https://github.com/noties/Markwon/issues/348
  • https://github.com/noties/Markwon/issues/440

Am I right to assume that you do not plan to add support for compose despite its adoption growing and Google going compose first with Android?

danielesegato avatar Oct 02 '23 07:10 danielesegato

You might want to move to another library (there is none - nothing stable or proven enough), or implement something on your own. This lib is not maintained anymore and its dependencies are pretty much obsolete now. Yes, those can be forced but that would be kinda risky.

amar-w avatar Dec 08 '23 04:12 amar-w

alternative options for compose: https://github.com/jeziellago/compose-markdown/

it use noties/Markwon internally: https://github.com/jeziellago/compose-markdown/blob/main/markdowntext/src/main/java/dev/jeziellago/compose/markdowntext/MarkdownRender.kt

mochadwi avatar Feb 04 '24 16:02 mochadwi

💡 The jeziellago/compose-markdown library is also "only" a wrapper around androidx.compose.ui.viewinterop.AndroidView.

johnjohndoe avatar Jan 25 '25 17:01 johnjohndoe