vim-notes
vim-notes copied to clipboard
Creating notes containing the title of another note
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?
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