federicoiosue / Omni-Notes

Open source note-taking application for Android
https://omninotes.app
GNU General Public License v3.0
2.69k stars 1.11k forks source link

Implementing Markdown in Notes #735

Closed AdmiralOwl closed 4 years ago

AdmiralOwl commented 4 years ago

Hello! Thanks for your work, really great piece of app right there.

Is there a chance to see a simple markdown (or text formating) system implemented any time soon? This would improve the feasibility of the notes and improve the general look of them.

Examples: See Github edition bar - Bold, italic, underline, dot list, headers (?) etc...

Implentation ideas:

federicoiosue commented 4 years ago

Hi, thanks for your feedback.

Actually, even if that's a really nice feature to have, it's not on ON's roadmap because that would require a quite big rewrite because the app has been focused on performances (is born to support legacy devices too) and what you're asking for has been ecluded "by design" since the early developments.

Coehill commented 7 months ago

Could a compromise here be the ability to export notes as Markdown?

federicoiosue commented 7 months ago

Would be pretty much the safe effort because there is no font styles at all in Omni Notes. I suppose you would benefit eventually of:

But this would be a one-direction only process and I believe a special attention would have nneded to put into how this transformation would have to be done.

Given all the above I don't think I'll personally add it to the roadmap but, I mean, this is an open source project and would be great if this feature wold be added by anyone else!