Skip to content

A simple tool to convert opml files exported by Mindnode to JSON consumable by D3 Javascript library

Notifications You must be signed in to change notification settings

cbroberg/opml2json

 
 

Repository files navigation

opml2json

A simple tool to convert opml files exported by Mindnode Pro to JSON consumable by D3 Javascript library.

What can I do with D3?

Look at some of the amazing stuff you can do with D3: examples are here

Why is this useful?

Mindnode makes it extremely simple to create trees of information. However, if you want to share that map with anyone, they need Mindnode too which is rather Apple device oriented and expensive. Using this tool, you can export your Mindnode tree to JSON. Then you can use D3 to create an interactive tree which users can see in their browsers.

This is what your Mindnode tree will look like in the browser: see example

Usage

You can use the tool from the command line in the following way, which overwrites content of an existing input file and appends the new tree.

sudo node conv.js inputfile.opml outputfile.json

Scenarios

You can create a Mindmap using Mindnode Pro, then press

Command + Shift + E

Select OPML as the output format and save your file.

Then you can use this tool to convert the OPML to JSON.

Prerequisites

You need Node.js installed on your computer

About

A simple tool to convert opml files exported by Mindnode to JSON consumable by D3 Javascript library

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 50.3%
  • JavaScript 49.7%