Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/akirak/xmind-org-el
Import XMind mindmap files to Org mode
https://github.com/akirak/xmind-org-el
emacs org-mode xmind
Last synced: 7 days ago
JSON representation
Import XMind mindmap files to Org mode
- Host: GitHub
- URL: https://github.com/akirak/xmind-org-el
- Owner: akirak
- License: gpl-3.0
- Created: 2020-12-02T15:27:54.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2024-07-23T14:56:29.000Z (4 months ago)
- Last Synced: 2024-07-24T11:36:27.117Z (4 months ago)
- Topics: emacs, org-mode, xmind
- Language: Emacs Lisp
- Homepage:
- Size: 89.8 KB
- Stars: 29
- Watchers: 2
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.org
- License: LICENSE
Awesome Lists containing this project
README
* xmind-org.el
This is a small Emacs package for importing [[https://www.xmind.net/][XMind]] mindmap files to Org mode.
It was created to produce a skill list from [[https://github.com/ivan-kleshnin/frontend-mindmaps][Frontend / React Developer Mindmaps]], and only minimal presentation features are supported for now.
#+END_HTML
** Installation
:PROPERTIES:
:CREATED_TIME: [2020-12-15 Tue 21:56]
:END:
Install =xmind-org= from MELPA.
** Usage
In an =org-mode= buffer, run =xmind-org-insert-file= and select a mindmap file (=*.xmind=). The outlines of its first sheet will be imported into the buffer.Below is an example where [[https://github.com/ivan-kleshnin/frontend-mindmaps][the middle frontend developer roadmap]] is converted into Org:
[[https://raw.githubusercontent.com/ivan-kleshnin/frontend-mindmaps/master/middle.png][https://raw.githubusercontent.com/ivan-kleshnin/frontend-mindmaps/master/middle.png]]
[[file:screenshot.svg][screenshot.svg]]
** Contribution
If you need support for more properties in XMind mindmap files, please feel free to file an issue with an example file.
** License
GPL v3