mirror of
https://github.com/taskgenius/taskgenius-plugin.git
synced 2026-07-22 06:40:25 +00:00
chore: update readme
This commit is contained in:
parent
bb3a77e0cf
commit
0910f4fb53
1 changed files with 16 additions and 0 deletions
16
README.md
16
README.md
|
|
@ -4,6 +4,22 @@ A plugin for showing task progress bar near the tasks bullet or headings. Only w
|
|||
|
||||

|
||||
|
||||
# Usage
|
||||
|
||||
For example, when you create a task list like this:
|
||||
|
||||
```markdown
|
||||
- [ ] task1 [ ] [0/1] // Here is the progress bar
|
||||
- [ ] task2 // Indent by press tab
|
||||
```
|
||||
|
||||
When you finished the task2,
|
||||
|
||||
```markdown
|
||||
- [ ] task1 [|] [1/1] // The progress bar will be updated
|
||||
- [x] task2 // Indent by press tab
|
||||
```
|
||||
|
||||
## Settings
|
||||
|
||||
1. Add progress bar to Heading: Make the Heading showing the task progress bars.
|
||||
|
|
|
|||
Loading…
Reference in a new issue