Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/abo-abo/plain-org-wiki

Simple jump-to-org-files in a directory package
https://github.com/abo-abo/plain-org-wiki

Last synced: about 2 months ago
JSON representation

Simple jump-to-org-files in a directory package

Awesome Lists containing this project

README

        

* Intro
This package provides a completion command for a simple wiki. And I
mean really simple: it's just a folder with Org files which you can
complete by name:

#+begin_example
org-wiki
├── emacs.org
├── git.org
├── links.org
...
#+end_example

* Setup
#+begin_src elisp
(require 'plain-org-wiki)
(setq plain-org-wiki-directory "~/org/wiki")
#+end_src

* Usage
~M-x~ =plain-org-wiki= gives you a list of all topics you have available
in =plain-org-wiki-directory=. You can also add a new topic by selecting a name not
already on the list.