Results 8 issues of kis9a

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...

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...

The current Interactive commands (VimsidianRgLinesWithMatchesInteractive/VimsidianRgNotesWithMatchesInteractive) search for the search term when you enter it in the prompt and press Enter. The search results are updated and displayed each time the...