Skip to content

XMorgDown: Exports XMind Mindmap to any documents with Pandoc.

License

Notifications You must be signed in to change notification settings

sky-y/xmorgdown

Repository files navigation

XMorgDown

Exports XMind Mindmap to any documents with Pandoc.

Date: August 19, 2012
Copyright (c) 2012 Yuki Fujiwara <sky.y.0079@gmail.com>

This software is released under the MIT License, see LICENSE.

  • XMind (English): http://www.xmind.net/
  • XMind (Japanese): http://jp.xmind.net/
    • CAUTION for Japanese: XMind 2012 (New Version) currently has a problem of Japanese input. Use XMind 3.2 (from Japanese site) for a while.

Requirement

Usage

Usage: ruby XMorgDown.rb [options] input.xmind
-o, --output FILE                Output Filename
-t, --to=FORMAT                  Output formats: markdown, org, html, latex, rst,  ... 
-w, --write=FORMAT               Output formats: markdown, org, html, latex, rst,  ... 
    --pandoc-options=OPTIONS     Pandoc options (Use double quotes like "--atx-headers")
-h, --help                       Display this screen

Examples

Sample files are in samples/ directory.

Example 1 (Japanese: 寿限無)

ruby XMorgDown.rb -t markdown -o test1.md samples/test1.xmind --pandoc-options="--atx-headers"
  • It makes a file "test1.md" as in Markdown (ATX-headered) style.

Example files

  • Original XMind file: test1.xmind (test1.png as image)
  • Sample Result (Org File): test1.org
  • Sample Result (Markdown File): test1.md
  • "--atx-headers": use # and ## as <h1> and <h2> header output

Example 2 (English: Lorem Ipsum)

ruby XMorgDown.rb -t org -o test2.org samples/test2.xmind
  • It makes a file "test2.org" in Org style.

Example files

  • Original XMind file: test2.xmind (test2.png as image)
  • Result (Org File): test2.org
  • Result (Markdown File): test2.md

About

XMorgDown: Exports XMind Mindmap to any documents with Pandoc.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages