grimoire

personal wiki
git clone git://git.pyratebeard.net/grimoire.git
Log | Files | Refs

commit f947c53b3300296a4f96ff10657cd881d24a0667
parent eea1490a8177bcdb3939f7245871bc87858a9951
Author: pyratebeard <root@pyratebeard.net>
Date:   Mon, 12 Nov 2018 14:29:08 +0000

commands now in table. fixed some headers

Diffstat:
Mdocumentation/vimwiki.md | 28++++++++++++++--------------
1 file changed, 14 insertions(+), 14 deletions(-)

diff --git a/documentation/vimwiki.md b/documentation/vimwiki.md @@ -1,28 +1,28 @@ # vimwiki -1. [commands](#commands) - ## commands -`=` increase header -`-` decrease header -`C-space` check todo box -`glh` step down list -`gll` step up list -`\w\t` day diary in new tab -`\w\i` on diary index generate new links -`\wt` open wiki index in tab (only after mapping `nmap <Leader>wt <Plug>VimwikiTabnewLink`) -`\wi` open diary index - -syntax highlighting +| command | description | +| --- | --- | +| `=` | increase header | +| `-` | decrease header | +| `C-space` | check todo box | +| `glh` | step down list | +| `gll` | step up list | +| `\w\t` | day diary in new tab | +| `\w\i` | on diary index generate new links | +| `\wt` | open wiki index in tab (only after mapping `nmap <Leader>wt <Plug>VimwikiTabnewLink`) | +| `\wi` | open diary index | +## syntax highlighting ```bash echo hello friend ``` +## convert to html pandoc -s -f markdown -t html -o uofu/azure_ad_requirements.html uofu/azure_ad_requirements.md && firefox uofu/azure_ad_requirements .html -anchors +## anchors use [title] (#anchor#subanchor) i'm using :tags: under a #ref header to jump to links in page - switch to [pandoc markdown][]