vim-notes icon indicating copy to clipboard operation
vim-notes copied to clipboard

How to edit the currently opened note?

Open rasmusrhl opened this issue 5 years ago • 1 comments

When I have a note open named "thesis structure.txt" I can't seem to make 'vim-notes'-syntax work. I read from the documentation that i must write ":Note thesis", but this only opens a new note called thesis.

rasmusrhl avatar Aug 06 '20 12:08 rasmusrhl

Where have you stored thesis structure.txt? AFAIK vim-notes only works in specified directories. By default, the only specified directory is the misc/notes/user in your vimfiles or .vim folder. You can change the g:notes_directories option in your vimrc (see here) if you want vim-notes to work in the folder where you store thesis structure.txt.

murchu27 avatar Sep 30 '20 09:09 murchu27