serenevoid / kiwi.nvim

A stripped down VimWiki for Neovim
https://serenevoid.github.io/blog/my-note-taking-plugin
GNU General Public License v3.0
178 stars 9 forks source link

feat(wiki): accept wiki names through open_wiki_index() #8

Closed jqfeld closed 9 months ago

jqfeld commented 9 months ago

allow specifying a name in open_wiki_index

jqfeld commented 9 months ago

Do I understand correctly, that you would like to keep track of the name of the currently opened wiki in require"kiwi".config? Just to confirm, before I add the corresponding code :)

serenevoid commented 9 months ago

Personally, I feel like users can map different keymaps for different wiki folders. So, storing the last opened wiki inside config table won't be necessary. If we require this for later, we'll think about adding it then.

I really appreciate your help. Thanks for the PR!