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]]