-
Notifications
You must be signed in to change notification settings - Fork 4
Open
Description
psnotes uses the first line of a note as file name. (Just like nvAlt if I remember correctly). This however causes issues when editing notes created with other editors, where the first line has no significance.
The file "ipsum.txt", which has "Dummy text" on the first line is renames to "Dummy text.txt"

The file "lorem.txt", which has a long paragraph on the first line is renamed to "_20170706_233044.txt".

I'd like to find a better solution, a solution that alters the regular functionality of psnotes as little as possible.
My first idea would be to, when a file is opened and the first line doesn't match the file name add the file name on the first line, moving the other content one line down.
I'm curious what you think
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels