emacs-eaf / eaf-markmap

Visualize your Markdown as markmaps

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

EAF Markmap

This repository provides the EAF Markdown/Org Mindmap application for the Emacs Application Framework.

Load application

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.

The keybinding of EAF Vue demo.

Key Event
s save_as_screenshot
<f12> open_devtools

About

Visualize your Markdown as markmaps

License:GNU General Public License v3.0


Languages

Language:Emacs Lisp 59.1%Language:Python 18.5%Language:Vue 15.4%Language:JavaScript 6.2%Language:CSS 0.8%