From ee3547bc248411fbad6773e2d2400d4bbf6c057d Mon Sep 17 00:00:00 2001 From: cavelazquez8 Date: Tue, 28 Oct 2025 22:32:05 -0700 Subject: [PATCH] change index to main moc --- lua/custom/plugins/wiki.lua | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/lua/custom/plugins/wiki.lua b/lua/custom/plugins/wiki.lua index 1d80d68d..cba44fa4 100644 --- a/lua/custom/plugins/wiki.lua +++ b/lua/custom/plugins/wiki.lua @@ -16,6 +16,17 @@ return { -- Custom Markdown to HTML converter -- custom_wiki2html = "~/.vim/autoload/vimwiki/convert.py", -- Auto update diary index + index = 'MOCs/Main MOC', + auto_diary_index = 1, + links_space_char = '-', -- Replace spaces with hyphens in links + }, + { + path = '~/personal-wiki/', + syntax = 'markdown', + ext = '.md', + -- Custom Markdown to HTML converter + -- custom_wiki2html = "~/.vim/autoload/vimwiki/convert.py", + -- Auto update diary index auto_diary_index = 1, links_space_char = '-', -- Replace spaces with hyphens in links },