|
|
|
|
|
by coryfklein
2897 days ago
|
|
Coming from someone that uses markdown for taking notes on a daily basis, I have spent so much time reading markdown in Vim that my mind now interprets the syntax semantically, besides many text editors provide syntax highlighting that provides contextual clues and hints. The syntax is easy to type, it's not verbose, and it actually makes sense in plaintext. Then if I ever want to I have the option to open it in a full-fledged markdown viewer, and sometimes I even copy/paste sections into actual markdown-compatible apps. It provides a standard method of plain text note organization. If I want to create a list or a subheading, I now do it the same way every time, so I'm internally consistent with all my notes. |
|