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

Creating notes containing the title of another note

Open ChrRaz opened this issue 9 years ago • 1 comments

It seems from the documentation that it is not possible to create a new note if the title of another note contains the string.

Example: If the note cool_vim_commands already exists then :Note commands would open that instead of creating the note commands.

Is there a way around this that I'm missing or is it intentional etc?

ChrRaz avatar Aug 15 '16 20:08 ChrRaz

Hi @ChrRaz ,

Hi had the same problem when trying to create the note 'syntax', which the 'Note' command matched for 'Note taking syntax' shadow note. As an improvement, I changed the command to stop looking for partial matches in shadow notes titles. You can check the improvement at my fork https://github.com/pedrosans/vim-notes

Cheers

pedrosans avatar Aug 26 '17 04:08 pedrosans