Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Links to directory index are not properly generated #1

Closed
wailmerpailmer opened this issue Jul 23, 2019 · 2 comments
Closed

Links to directory index are not properly generated #1

wailmerpailmer opened this issue Jul 23, 2019 · 2 comments

Comments

@wailmerpailmer
Copy link

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?

@WnP
Copy link
Owner

WnP commented Jul 25, 2019

Hi @wailmerpailmer, Thanks for reporting this issue, I'll try to find an elegante way to handle that.

If you've got some idea fell free to share or open a PR.

I'll keep you in touch

@WnP WnP closed this as completed in ce2cc10 Jan 1, 2020
@WnP
Copy link
Owner

WnP commented Jan 1, 2020

Hi @wailmerpailmer I've just released v0.3.0 which provide your requested feature.

Let me know if it fits your needs

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants