A pretty Emacs interface for mado — a markdown-based task/notes organizer
Entries stored as MAIN.md files in timestamped directories
(YYYYMMDDTHHMMSS/MAIN.md) in MADO/ directory. The entry directory
can also contain any additional files related to the entry —
attachments, screenshots, logs, scripts, etc. Everything stays
organized in one place
Detailed documentation is available in the mado repository
To install, copy emado.el to a directory in your Emacs
load-path. Then add this to your configuration:
(require 'emado)
(global-set-key (kbd "C-c e") 'emado-info)- Emacs 28.1 or later
madoexecutable inPATH
