How to collect tags in a vimwiki? In Vimwiki, a tag is words where each is separated by minus symbol (-) and delimited inside two colons (:). For example: :my-important-tag: :good: :to-do: Above are three tags. A tag can reside in a wikipage, anywhere as a standalone tag. But if it is located at most two lines below the main title of the wikipage, it becomes the tag of the whole file or document. The case also applies if it resides at most two lines below any level of subheadings. A tag can function as an anchor where we can link from the same page, or from a different page in the wiki page. Assume you already created some tags in your vimwiki pages, and you want to list your tags. For now, I want to teach you how to collect tags in your vimwiki. Assumes you have composes a vimwiki containing many pages. You already gave some tags to some pages. You want to list all tags that you assigned. How to do this? Just use this command: :VimwikiSearchTags \(\h\|[-]\)\...
Comments
Post a Comment