https://github.com/emacs-eaf/eaf-mind-elixir
EAF Mind map application base on Mind Elixir
https://github.com/emacs-eaf/eaf-mind-elixir
Last synced: 6 months ago
JSON representation
EAF Mind map application base on Mind Elixir
- Host: GitHub
- URL: https://github.com/emacs-eaf/eaf-mind-elixir
- Owner: emacs-eaf
- License: gpl-3.0
- Created: 2025-02-27T16:58:32.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2025-06-10T17:25:57.000Z (about 1 year ago)
- Last Synced: 2025-06-27T15:44:49.947Z (about 1 year ago)
- Language: Vue
- Size: 1.61 MB
- Stars: 23
- Watchers: 2
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
### EAF Mindmap
Mindmap application for the [Emacs Application Framework](https://github.com/emacs-eaf/emacs-application-framework).
Base on [Mind Elixir](https://github.com/SSShooter/mind-elixir-core/)
### 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-mind-elixir)
```
### The keybinding of EAF Mind Elixir.
| Key | Event |
| :---- | :------ |
| `` | open_devtools |
| `M-r` | js_edit_current_topic |
| `M-f` | focus_root_node |
| `C-c C-s` | save_file |
| `C--` | js_zoom_out |
| `C-=` | js_zoom_in |
| `C-0` | js_zoom_reset |
| `C-x C-y` | paste_to_node_topic |
| `C-x C-w` | copy_node_topic |
| `C-f` | eaf-send-right-key |
| `C-b` | eaf-send-left-key |
| `C-n` | eaf-send-down-key |
| `C-p` | eaf-send-up-key |
| `C-m` | eaf-send-return-key |