torbratsberg/noted

Suggestion: add index to a new file if it already exists

egor-khanko opened this issue · 1 comments

Good evening! I propose naming file differently (with some kind of index) when creating a new file, if it already exists.
For example, it would create new_note_1.md if new_note.md, new_note_2.md if new_note_1.md exists and so on.

This would allow you to create as many new files as you want without renaming them.

Thanks for the suggestion! This is a good idea, I've always renamed my files after creating new ones, so never thought about this. But I'll put it on my todo list!