Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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.

#+BEGIN_HTML

CI


xmind-org on MELPA

#+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