/org-simple-wiki

A wiki based on org-mode

Primary LanguageEmacs Lisp

Simple Wiki based on Org mode

Introduction

A bunch of helper funcions for a personal wiki. Pages can be grouped by directories, and tagged with keywords, which can be used for navigation and searching. Depends on `cl-lib`, `helm-projectile` and `helm-ag`.

Example

#+TITLE: Org Wiki
#+WIKI_KW: org-mode wiki

* Refs
wiki:org-mode
[[wiki:org mode]]
[[wiki:org mode][Org mode]]

Usage

  • customize org-simple-wiki-locaion to be the root directory of the wiki
  • M-x org-simple-wiki-find-file for finding pages by names
  • M-x org-simple-wiki-find-file-by-keyword to view full list of keywords, then select one, press enter and find pages by that keyword
  • M-x org-simple-wiki-search-ag for finding pages by any contents
  • M-x org-simple-wiki-search-keyword-ag for finding pages by keywords

Installation

Install `org-simple-wiki.el` with preferred methods. Here is an example configuration layer for Spacemacs.