xmind-org-el icon indicating copy to clipboard operation
xmind-org-el copied to clipboard

Import XMind mindmap files to Org mode

  • 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