This repository provides the EAF Markdown/Org Mindmap application for the Emacs Application Framework.
Install EAF first, then add below code in your emacs config:
(add-to-list 'load-path "~/.emacs.d/site-lisp/emacs-application-framework/")
(require 'eaf)
(require 'eaf-markmap)
Then execute eaf-open
command to open .md or .org file, choose markmap
app.
Key | Event |
---|---|
s |
save_as_screenshot |
<f12> |
open_devtools |