We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Currently, only vimwiki syntax is considered. Add support for vimwiki's that use markdown syntax and markdown extensions.
[[link]] [link](link) [link](link.md)
Note, for markdown these might point towards external links. Need to make sure only local links are kept in the graph.
The text was updated successfully, but these errors were encountered:
Add support for markdown syntax style links.
1c8214f
This adds basic support for markdown syntax style links, code is reordered a bit to enable basic tests. Works towards #2.
Add example files to illustrate markdown links.
215f55a
Illustration for #2.
Successfully merging a pull request may close this issue.
Currently, only vimwiki syntax is considered. Add support for vimwiki's that use markdown syntax and markdown extensions.
Note, for markdown these might point towards external links. Need to make sure only local links are kept in the graph.
The text was updated successfully, but these errors were encountered: