# eaf-markmap
**Repository Path**: haojiash/eaf-markmap
## Basic Information
- **Project Name**: eaf-markmap
- **Description**: No description available
- **Primary Language**: Unknown
- **License**: GPL-3.0
- **Default Branch**: master
- **Homepage**: None
- **GVP Project**: No
## Statistics
- **Stars**: 0
- **Forks**: 0
- **Created**: 2025-01-11
- **Last Updated**: 2025-01-11
## Categories & Tags
**Categories**: Uncategorized
**Tags**: None
## README
# EAF Markmap
This repository provides the EAF Markdown/Org Mindmap application for the [Emacs Application Framework](https://github.com/emacs-eaf/emacs-application-framework).
### Load application
[Install EAF](https://github.com/emacs-eaf/emacs-application-framework#install) first, then add below code in your emacs config:
```Elisp
(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 |
| `` | open_devtools |