Extracted from: https://github.com/swaroopch/spacemacs
Make a personal wiki using OrgMode!
Configure org-wiki-location in your user-config to your choice of directory.
By default, ~/org/wiki is used.
To use this configuration layer, clone (or copy) it to your .emacs.d/private directory. Subsequently add it to your ~/.spacemacs file. You will need to add orgwiki to the existing dotspacemacs-configuration-layers list in this
file. To set also the location of your wiki instead of adding orgwiki add (orgwiki :variables org-wiki-location "~/org/wiki"), of course setting your own prefered location, to the list
| Key Binding | Description |
|---|---|
SPC a o w a | Insert asset link |
SPC a o w d | Open asset directory for current page |
SPC a o w h | Go to home page |
SPC a o w i | Insert page link |
SPC a o w j | Jump to page (if helm enabled) |
SPC a o w n | Create new page |
See SPC SPC org-wiki-help for full list of commands.