You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
E.g. Write "Instruction - Manual for Markdown" in a new note, when I exit nvAlt it has created Instruction_-_Manual_for_Markdown in the file system.
I found the problem in utils.py, there is a line in function get_note_title_file() saying replace ' ' with '_'. I don't know why, maybe some OS this works on can't handle space in file names?
Solution is to mark this row as a comment, after having done this I don't see the problem again.
Hm, this seems like an important option to throw into the config, judging by the demand around here for syncable, cross-platform plain-text note files.
Maybe related to Issue #58.
E.g. Write "Instruction - Manual for Markdown" in a new note, when I exit nvAlt it has created Instruction_-_Manual_for_Markdown in the file system.
I found the problem in utils.py, there is a line in function get_note_title_file() saying replace ' ' with '_'. I don't know why, maybe some OS this works on can't handle space in file names?
Solution is to mark this row as a comment, after having done this I don't see the problem again.
The text was updated successfully, but these errors were encountered: