Add raw/non-markdown mode
Describe the solution you'd like
I'm migrating my notes from Evernote to Memos now and noticed that some formatting goes crazy, because my Evernote notes have * or # somewhere (e.g. passwords - ja-ja I know that's bad idea to store sensitive information in app like that, but that's off-topic here) and Memos try to interpret it as part of markdown formatting.
Some simple solution would be a switch enabling "raw mode" instead of markdown...
Type of feature
User Experience (UX)
Additional context
No response
Memos allows for an escape character to be used if you need to display special characters
e.g.
using escape char
Sure, but for this I need to actually go deeper into note text and modify it there and there. If I do so, it would be easier to add code around the chars :)
In my case, I'm doing kind of "batch" import of ~100 notes and would like to avoid stopping in each individual one and checking whether everything is correct...