vimwiki icon indicating copy to clipboard operation
vimwiki copied to clipboard

Repeated tags generate the same link

Open ranebrown opened this issue 5 years ago • 1 comments

If a file contains multiple occurrences of the same tag then :VimwikiGenerateTagLinks will create identical links and each link will only jump to the first occurrence of the tag in that file.

A better implementation would be to use the line number that is already stored in the tags metadata to jump to the correct location.

ranebrown avatar Jan 04 '20 03:01 ranebrown

This is easy to code, if anyone is willing to contribute, feel free to ask for some details here or in an associated PR. Estimated time 2..3h (for newbye).

tinmarino avatar Jun 11 '21 15:06 tinmarino