/zenote

Minimalist note based on org.

Primary LanguageEmacs Lisp

Zenote

Zenote is a minimalist note based on org. It presents the org files in the directory as a list.

Quickstart

(zenote-tree-open "[note path]")  

Keybindings

  • `j`: Move to the next note.
  • `k`: Move to the previous note.
  • `d`: Delete the current note (with confirmation).
  • `D`: Delete the current note (without confirmation).
  • `r`: Rename the current note.
  • `i`: Insert a new note after the current one.
  • `I`: Insert a new note before the current one
  • `J`: Move the current note down.
  • `K`: Move the current note up.
  • `G`: Update the zenote tree list.