Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/skitsanos/mindtree

Declarative mind mapping
https://github.com/skitsanos/mindtree

chart diagram echarts free freeware mind-mapping mindmap mindmaps mindstorms nwjs nwjs-application webix webix-ui yaml yaml-files

Last synced: about 1 month ago
JSON representation

Declarative mind mapping

Awesome Lists containing this project

README

        

# mindtree
Declarative mind mapping

![](mindtree-screenshot.png)

### Building the Mindtree

Grab latest sources:

```sh
git clone https://github.com/skitsanos/mindtree.git
```

Install dependencies

```sh
cd mindtree
npm install
```

Build

```sh
npm run-script build
```

### Writing mind maps

```yaml
My Project:
- []:
- name: task1
notes: Some task notes written here....
- name: task2
- name: task3
[]:
- name: Level 2 task.1
- name: Level 2 task.2
[]:
- name: Level 3 task.1
- name: Level 3 task.2

```