How to create anchor withn a page in vimwiki system?
Creating anchor within a page in vimwiki system is easy. Do the following steps:
- To create an anchor just create a vim tag somewhere in a page for your target link. Write it from the first column in a line. For example:
:MyAnchor: - To create a link within a page just use [[#MyAnchor]]
- To create a link from other page [[Target page#MyAnchor]]
But how to create the same using markdown in vimwiki?
ReplyDeleteI tried to follow this:
https://stackoverflow.com/questions/6695439/how-to-link-to-a-named-anchor-in-multimarkdown
and this
https://stackoverflow.com/questions/5319754/cross-reference-named-anchor-in-markdown
but I cannot make vimwiki go to the anchor when I enter the link in the same page.
But how to create the same using markdown in vimwiki?
ReplyDeleteI tried to follow this:
https://stackoverflow.com/questions/6695439/how-to-link-to-a-named-anchor-in-multimarkdown
and this
https://stackoverflow.com/questions/5319754/cross-reference-named-anchor-in-markdown
but I cannot make vimwiki go to the anchor when I enter the link in the same page.
But how to create the same using markdown in vimwiki?
ReplyDeleteI tried to follow this:
https://stackoverflow.com/questions/6695439/how-to-link-to-a-named-anchor-in-multimarkdown
and this
https://stackoverflow.com/questions/5319754/cross-reference-named-anchor-in-markdown
but I cannot make vimwiki go to the anchor when I enter the link in the same page.