grimoire

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

vimwiki.md (1669B)


      1 # vimwiki
      2 
      3 ## commands
      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 | `glr`     | refresh numbered list                                                                 |
     12 | `\w\t`    | day diary in new tab                                                                  |
     13 | `\w\i`    | on diary index generate new links                                                     |
     14 | `\wt`     | open wiki index in tab (only after mapping `nmap <Leader>wt <Plug>VimwikiTabnewLink`) |
     15 | `\wi`     | open diary index                                                                      |
     16 
     17 ## syntax highlighting
     18 ```bash
     19 echo hello friend
     20 ```
     21 
     22 ## convert to html
     23 pandoc -s -f markdown -t html -o uofu/azure_ad_requirements.html uofu/azure_ad_requirements.md && firefox uofu/azure_ad_requirements
     24 .html
     25 
     26 ## anchors
     27  use [title] (#anchor#subanchor) 
     28  i'm using :tags: under a #ref header to jump to links in page
     29  - switch to [pandoc markdown][]
     30 
     31 [pandoc markdown]: http://pandoc.org/MANUAL.html#pandocs-markdown