saket / press

Cross-platform markdown editor written in Kotlin Multiplatform (work in progress)
1.87k stars 113 forks source link

Can I use Press as a component when writing an app? #76

Open sbrl opened 2 years ago

sbrl commented 2 years ago

Is it possible to include Press as a view or something when I'm building an app? Or perhaps reference it via an Intent?

I'm building an Android client for my wiki engine Pepperminty Wiki (android client: https://github.com/sbrl/Pepperminty-Wiki-Client-Android), and I've got to the point of implementing a markdown editor to edit pages myself, but I can't find much online about how to do so.

saket commented 2 years ago

This is something I have been wanting to do for a while, but haven't gotten time yet. I'd suggest either extracting out Press's code to your project or forking https://github.com/saket/wysiwyg.

sbrl commented 2 years ago

Oh cool! I'll take a look that that dependency there. Thanks!