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: 7 months ago
JSON representation
Declarative mind mapping
- Host: GitHub
- URL: https://github.com/skitsanos/mindtree
- Owner: skitsanos
- License: gpl-3.0
- Created: 2019-04-24T19:18:12.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2024-12-30T08:59:50.000Z (over 1 year ago)
- Last Synced: 2025-04-07T18:05:22.199Z (about 1 year ago)
- Topics: chart, diagram, echarts, free, freeware, mind-mapping, mindmap, mindmaps, mindstorms, nwjs, nwjs-application, webix, webix-ui, yaml, yaml-files
- Language: JavaScript
- Size: 307 KB
- Stars: 56
- Watchers: 3
- Forks: 8
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-starred - skitsanos/mindtree - Declarative mind mapping (others)
README
# mindtree
Declarative mind mapping

### 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
```