iOS Festure Request: Markdown notes
I wish I could capture notes in Markdown (which is basically possible) and see them formatted in view mode; including tags. The "Highlights" app does this in an exemplary way.
This is an old discussion that has not been active in a long time. Before commenting here, you should strongly consider starting a new discussion instead. If you think the content of this discussion is still relevant, you can link to it from your new discussion.
Upgrade Storage
- Formatting such as bold and italics
- #Tags
- Bulleted lists; numbered and unnumbered
- Hashtags aren't part of Markdown. That would be an unrelated feature of some other software you're thinking of.
- You can create a bulleted list with
-and a numbered list with1..Headings can't currently be created via the keyboard, but we'll likely add auto-conversion of
#/##/###headers in an upcoming version.