akirak / xmind-org-el

Import XMind mindmap files to Org mode

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

xmind-org.el

This is a small Emacs package for importing XMind mindmap files to Org mode. It was created to produce a skill list from Frontend / React Developer Mindmaps, and only minimal presentation features are supported for now.

CI xmind-org on MELPA

Installation

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 the middle frontend developer roadmap is converted into Org:

https://raw.githubusercontent.com/ivan-kleshnin/frontend-mindmaps/master/middle.png

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

About

Import XMind mindmap files to Org mode

License:GNU General Public License v3.0


Languages

Language:Emacs Lisp 80.7%Language:Nix 19.3%