vimsidian
vimsidian copied to clipboard
Vim plugin for PKM like obsidian.md
Hi, I've tried to change the default 's' escape key so that vimsidian stops calling its functions when I press something like 'sd' or 'sj'. I've modified my init.vim commenting...
Plugin seems to be working, it is highlighting links to notes and jumping to them with but it does not suggest the note names while I am typing a new...
You can use g:vimsidian_link_open_mode to specify the command to open the link, but sometimes you want to open it in a different mode. For example, on https://github.com/kis9a/vim-toggle-terminal, you can use...
Make the setting of $VIMSIDIAN_PATH_PATTERN optional. The timing of executing commands and mappings is left to the user. In order to avoid mapping duplication, we had an example in README.md...
The current command names are long and it is difficult to understand what they achieve. While maintaining the behaviour of existing command names, they will be gradually replaced with more...
Thank you so much for developing this! Given I cannot install Obsidian in my work machine, Vimsidian has been the savior to my note taking ability. I've been adding a...
To prevent confusion among users due to the proliferation of miscellaneous commands, the core functions and idea plugins are separated. For example, the daily note is going to be implemented...
In the current pattern, `#tag` can be searched, but `#タグ` cannot be searched. I would like to use ` \W`, but I will follow the tag pattern supported by Obsidian....
In most cases, it is not necessary to display [[]], and highlighting is sufficient to distinguish between links. Let's try writing a syntax pattern that hides the square brackets surrounding...