jpkhawam / Nabu

Offline Android note taking app. Aimed to be modern-looking and capable, with a UI inspired by Google Keep's.
GNU General Public License v2.0
24 stars 7 forks source link

Add markdown support #49

Open sbstn87 opened 1 year ago

sbstn87 commented 1 year ago

Hi,

Do you plan to add markdown support in future releases?

jpkhawam commented 1 year ago

Hello, I'm not opposed to it if there is a way to easily implement it without too much hassle

sbstn87 commented 1 year ago

Perhaps you could reuse some of the code base of Quillnote? https://github.com/msoultanidis/quillnote

jpkhawam commented 1 year ago

that's an insanely impressive project, I'm surprised this is the first time I see it. I don't know much Kotlin right now but I'll see if that's something feasible. I did try Markwon once (the library they're using) but my issue was having the markdown symbols always visible, but they seem to have gotten that sorted out so I'll check. Thanks for telling me about it