How to create anchor withn a page in vimwiki system?

Creating anchor within a page in vimwiki system is easy. Do the following steps:
  1. 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:
  2. To create a link within a page just use [[#MyAnchor]]
  3. To create a link from other page [[Target page#MyAnchor]]

Comments

  1. But how to create the same using markdown in vimwiki?

    I 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.

    ReplyDelete
  2. But how to create the same using markdown in vimwiki?

    I 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.

    ReplyDelete
  3. But how to create the same using markdown in vimwiki?

    I 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.

    ReplyDelete

Post a Comment

Popular posts from this blog

How to collect tags in a vimwiki?

I want to find step by step on how to use unitime for timetabling of a university, a department, or a school