change index to main moc

This commit is contained in:
cavelazquez8 2025-10-28 22:32:05 -07:00
parent cff51c8f79
commit ee3547bc24
1 changed files with 11 additions and 0 deletions

View File

@ -16,6 +16,17 @@ return {
-- Custom Markdown to HTML converter -- Custom Markdown to HTML converter
-- custom_wiki2html = "~/.vim/autoload/vimwiki/convert.py", -- custom_wiki2html = "~/.vim/autoload/vimwiki/convert.py",
-- Auto update diary index -- 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, auto_diary_index = 1,
links_space_char = '-', -- Replace spaces with hyphens in links links_space_char = '-', -- Replace spaces with hyphens in links
}, },