Comment by zuluonezero
15 hours ago
Yes. Supports .md but when you try to save back to .txt it does something to line endings that you cannot see in notepad but if you grep your .txt files from wsl like, I do all the time, you get page long strings instead of matching lines. It's weird and I haven't dug into the cause as it was easier to save as a new note but pretty sukky for an IT company to miss something like that.
CRLF vs LF?
Line endings between windows and Mac/Linux have been a problem basically forever. Windows uses carriage return and the others use newline or something like that.