f947c53b3300296a4f96ff10657cd881d24a0667
documentation/vimwiki.md
... | ... | @@ -1,28 +1,28 @@ |
1 | 1 | # vimwiki |
2 | 2 | |
3 | -1. [commands](#commands) |
|
4 | - |
|
5 | 3 | ## commands |
6 | -`=` increase header |
|
7 | -`-` decrease header |
|
8 | -`C-space` check todo box |
|
9 | -`glh` step down list |
|
10 | -`gll` step up list |
|
11 | -`\w\t` day diary in new tab |
|
12 | -`\w\i` on diary index generate new links |
|
13 | -`\wt` open wiki index in tab (only after mapping `nmap <Leader>wt <Plug>VimwikiTabnewLink`) |
|
14 | -`\wi` open diary index |
|
15 | - |
|
16 | -syntax highlighting |
|
4 | +| command | description | |
|
5 | +| --- | --- | |
|
6 | +| `=` | increase header | |
|
7 | +| `-` | decrease header | |
|
8 | +| `C-space` | check todo box | |
|
9 | +| `glh` | step down list | |
|
10 | +| `gll` | step up list | |
|
11 | +| `\w\t` | day diary in new tab | |
|
12 | +| `\w\i` | on diary index generate new links | |
|
13 | +| `\wt` | open wiki index in tab (only after mapping `nmap <Leader>wt <Plug>VimwikiTabnewLink`) | |
|
14 | +| `\wi` | open diary index | |
|
17 | 15 | |
16 | +## syntax highlighting |
|
18 | 17 | ```bash |
19 | 18 | echo hello friend |
20 | 19 | ``` |
21 | 20 | |
21 | +## convert to html |
|
22 | 22 | pandoc -s -f markdown -t html -o uofu/azure_ad_requirements.html uofu/azure_ad_requirements.md && firefox uofu/azure_ad_requirements |
23 | 23 | .html |
24 | 24 | |
25 | -anchors |
|
25 | +## anchors |
|
26 | 26 | use [title] (#anchor#subanchor) |
27 | 27 | i'm using :tags: under a #ref header to jump to links in page |
28 | 28 | - switch to [pandoc markdown][] |