Vimwiki

Syntax

= Header1 =
== Header2 ==
=== Header3 ===

*bold text*
_italic text_

[[wiki link]]
[[wiki link|description]]

* bullet list item 1
* bullet list item 2
    a) numbered list item 1
    b) numbered list item 2

{{{python
def greet(s):
    print("Hello, " + s)
}}}

| a table |  |
|---------|--|
|         |  |

Useful commands

:Vimwiki2HTML - converts a page to html

Tagging

To create a tag for a page, place :tag: anywhere in the top two lines of the wiki file. To create multiple tags, use :tag:tag:.

Tags can also be placed in the two lines following a header.