Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/skitsanos/mindtree
- Owner: skitsanos
- License: gpl-3.0
- Created: 2019-04-24T19:18:12.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2024-06-30T14:15:44.000Z (7 months ago)
- Last Synced: 2024-11-26T03:11:53.045Z (about 2 months ago)
- Topics: chart, diagram, echarts, free, freeware, mind-mapping, mindmap, mindmaps, mindstorms, nwjs, nwjs-application, webix, webix-ui, yaml, yaml-files
- Language: JavaScript
- Size: 305 KB
- Stars: 49
- Watchers: 4
- Forks: 8
- Open Issues: 3
-
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![](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
```