Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

xmindoc

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

xmindoc

  • 0.0.7
  • Rubygems
  • Socket score

Version published
Maintainers
1
Created
Source

Xmindoc

Exports XMind Mindmap to any documents with Pandoc.

Copyright (c) 2013 Yuki Fujiwara <sky.y.0079@gmail.com>

Requirement

  • Ruby 1.9.3 or above
  • Pandoc 1.9.4.2 or above

Install

libiconv

Mac (Homebrew)
$ brew tap homebrew/dupes
$ brew install libiconv
$ brew link --force libiconv
Linux
$ wget http://ftp.gnu.org/pub/gnu/libiconv/libiconv-1.14.tar.gz
$ tar zxvf libiconv-1.14.tar.gz
$ cd libiconv-1.14
$ ./configure
$ make
$ su -
# make install

Xmindoc

$ gem install xmindoc

Usage

Usage: xmindoc [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: 寿限無)

xmindoc -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)

xmindoc -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

FAQs

Package last updated on 10 Dec 2013

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc