lepisma / outline-wiki.el

Emacs tooling for outline wiki

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

outline-wiki.el

https://img.shields.io/github/v/tag/lepisma/outline-wiki.el.svg?style=flat-square

Emacs tooling for outline wiki.

Configuration

Set outline-wiki-url to your instance url (e.g. https://www.getoutline.com) and outline-wiki-api-token to your API token (outline-wiki-get-token will take you to the token generation page).

Usage

You can either search for documents to open using helm-outline-wiki-search or open urls via outline-wiki-doc-open-from-url.

Any of the above will open a buffer with the document in markdown-mode with a minor outline-wiki-mode enabled. Within the minor mode, C-x C-s updates the document on the instance.

About

Emacs tooling for outline wiki

License:GNU General Public License v3.0


Languages

Language:Emacs Lisp 100.0%