The default Vimwiki syntax is simple and direct.
Headings are created using a single equals sign (=
) on both sides of the text.
-
= Level 1 Heading =
-
== Level 2 Heading ==
-
=== Level 3 Heading ===
Links to other wiki pages are made by enclosing the page name in double square brackets.
-
[[Daily notes]]
- links to a page named "Daily notes". -
[[path/to/page|Custom link text]]
- links to a specific path with different display text. -
[[https://www.google.com|Google]]
- links to an external URL.
-
*Bold* text is created with an asterisk on both sides:
*bold text*
-
Italic text is created with an underscore on both sides:
_italic text_
-
*Bold and Italic* text uses both:
*_bold and italic text_*
-
A bulleted list starts with an asterisk:
-
* List item 1
-
* List item 2
-
-
Numbered lists use a hash symbol:
-
# List item 1
-
# List item 2
-