Skip to content

adacola/XMindToMarkdown

Repository files navigation

XMindToMarkdown

Latest Version : 0.0.1 (Alpha)

概要

XMind で作成したxmind形式のファイルをMarkdownに変換するツールです。

Usage

XMindToMarkdown [options]

options:

--input [-i] <string>: 入力元のxmindファイルのパス
--output [-o] <string>: 出力先のmarkdownファイルのパス
--start-header-level [-s] <int>: markdownでのヘッダーの開始レベル。1~6の範囲内で指定。省略時は1
--end-header-level [-e] <int>: markdownでのヘッダーの終了レベル。このレベル以降はリストになる。1~6の範囲内で指定。省略時は6
--help [-h|/h|/help|/?]: display this list of options.

実行サンプル

input

マインドマップのサンプル画面

output

# root topic

## main topic 1

### sub topic 1-1

#### newlinetopic

##### 5

###### 6

* 7
    * 8

### sub topic 1-2

#### marker

#### relation to

## main topic 2

### サブトピック 2-1

#### relation from

### D言語

# next topic

## next main topic 1

### next sub topic

## next main topic 2

### hoge

制限

  • 無料版のXMindの範囲で可能な機能が入ったファイルしか対応していません。おそらくPro版の機能を含めたファイルを読みこませるとエラーになります。
  • Markdownとして出力されるのは以下の要素だけです。他の要素は無視されます。
    • トピック

動作確認済みの環境

Windows10 + .NET4.5.2

その他

  • 当ツールを使用して生じた損害について作者は保証を負いかねます。自己責任でお願いします。

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

 
 
 

Contributors

Languages