You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When using links in vimwiki, one can specify links as such:
[Dir](Dir/)
Using vimwiki, one can specify that that link be interpreted as Dir/index.html or any arbitrary setting using the following:
let g:vimwiki_dir_link='index'
The current behavior makes it such that navigating to a directory via the generated HTML files does not work unless the user manually specifies [Dir](Dir/index.html) for each link.
Perhaps vimwiki_markdown should check what this variable is set to and replace links to directories such as above with Dir/index.html when appropriate?
The text was updated successfully, but these errors were encountered:
When using links in vimwiki, one can specify links as such:
[Dir](Dir/)
Using vimwiki, one can specify that that link be interpreted as Dir/index.html or any arbitrary setting using the following:
let g:vimwiki_dir_link='index'
The current behavior makes it such that navigating to a directory via the generated HTML files does not work unless the user manually specifies
[Dir](Dir/index.html)
for each link.Perhaps vimwiki_markdown should check what this variable is set to and replace links to directories such as above with
Dir/index.html
when appropriate?The text was updated successfully, but these errors were encountered: