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
Expected behavior:
When a new note with custom name is created, the note filename is created without .md extension
Nor example if I type: notekeeper -n mynote, the file in the notes directory is mynote and I expected to be mynote.md, (it's a minor thing but it breaks the syntax highlighting in the editor).
Current behavior:
~/ note -n mynote
Created new note: /home/laptop/notes/mynote
Opening note: /home/laptop/notes/mynote
~/ note -n mynote.md
Created new note: /home/laptop/notes/mynote.md
Opening note: /home/laptop/notes/mynote.md
If this is wanted I'll close the issue. Thank you
The text was updated successfully, but these errors were encountered:
Expected behavior:
When a new note with custom name is created, the note filename is created without .md extension
Nor example if I type: notekeeper -n mynote, the file in the notes directory is mynote and I expected to be mynote.md, (it's a minor thing but it breaks the syntax highlighting in the editor).
Current behavior:
~/ note -n mynote
Created new note: /home/laptop/notes/mynote
Opening note: /home/laptop/notes/mynote
~/ note -n mynote.md
Created new note: /home/laptop/notes/mynote.md
Opening note: /home/laptop/notes/mynote.md
If this is wanted I'll close the issue. Thank you
The text was updated successfully, but these errors were encountered: