Skip to content

Benaiah/org-wikish

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 

Repository files navigation

org-wikish

org-wikish is a simple wiki system for org. It uses a flat directory structure in a single directory.

Getting started

After installing the package (it should be available shortly on MELPA soon), you’ll need to set the directory you want your wiki pages to be stored in. org-wikish currently only has support for storing wiki pages in a single directory without nesting.

A simple setup might look like the following:

;; set wiki directory
(setq org-wikish-wiki-directory "/your/wiki/directory/here")

;; bind C-c w f to org-wikish-find-page
(org-wikish-recommended-global-keybindings)

;; Enable org-wikish-mode in org-mode
(add-hook 'org-mode-hook 'org-wikish-mode)

Available commands

CommandKeyDescription
org-wikish-link-word-at-pointC-c w gLink the word at point to the correct wiki file.
org-wikish-open-page-at-pointC-c w oIf on a link, follow it; otherwise create then follow it
org-wikish-find-pageC-c w fGo to or create wiki page using completing-read

About

A simple wiki system for org-mode

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published