mirror of
https://github.com/ninglg/light-mindmap.git
synced 2026-07-22 06:51:49 +00:00
init 1.0.0
This commit is contained in:
parent
0bd8096205
commit
3a653dafa7
1 changed files with 12 additions and 7 deletions
19
README.md
19
README.md
|
|
@ -14,13 +14,18 @@ Add `type: mindmap` to any note's frontmatter. The plugin replaces the editor/re
|
|||
type: mindmap
|
||||
---
|
||||
|
||||
# Project Alpha
|
||||
## Goals
|
||||
### Milestone 1
|
||||
### Milestone 2
|
||||
## Team
|
||||
### Engineering
|
||||
### Design
|
||||
# My Plan
|
||||
## Life
|
||||
### go to school
|
||||
## Work
|
||||
### do some paper job
|
||||
### do some meeting
|
||||
## Study
|
||||
### read book
|
||||
### watch movie
|
||||
## Shopping
|
||||
### buy flowers
|
||||
### buy candy
|
||||
```
|
||||
|
||||
The mind map updates in real time as you edit the source.
|
||||
|
|
|
|||
Loading…
Reference in a new issue