Kungsgeten / polybrain.el

Polymode support for Org-brain

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Polybrain.el

Polybrain.el leverages Polymode to improve Org-brain UX

  • Edit your Org-brain entries from `org-brain-visualize`

https://github.com/dustinlacewell/polybrain.el/blob/master/polybrain.gif?raw=true

Installation

el-get

(el-get-bundle polybrain
  :url "https://github.com/dustinlacewell/polybrain.el.git"
  :features polybrain)

straight.el

(use-package polybrain
  :straight (polybrain :type git :host github :repo "dustinlacewell/polybrain.el")

Configuration

There are no configuration options yet!

Usage

Simply (require polybrain) and it will start working. You should be able to edit your Org-brain entries from org-brain-visualize.

polybrain-switch

Bind this to poly-brain-mode-map to switch between Org-brain and Org-mode sections of the org-brain-visualize buffer.

polybrain-save

Bind this to poly-brain-mode-map to save edits to the current entry.

About

Polymode support for Org-brain


Languages

Language:Emacs Lisp 100.0%