arnm / cerebro-org-todo

manage org mode todos in cerebro
MIT License
0 stars 0 forks source link

Manage org mode todos in [[https://github.com/KELiON/cerebro][cerebro]].

Install "Org Todo" plugin via Cerebro Plugin Manager.

** Example

[[./example.gif]]

** Settings

Configure TODO file under "Manage Plugins" in Cerebro.

** Install dependencies

+begin_src sh

yarn

+end_src

or

+begin_src sh

npm install

+end_src

** Link application

+begin_src sh

yarn start

+end_src

or

+begin_src sh

npm run start

+end_src