Skip to content

Commit 9d7ad34

Browse files
authored
Automatically merged TODO updates by imdone.io [ci skip] [imdone skip]
TODO updates by @imdone
2 parents c5a2c28 + 24c1682 commit 9d7ad34

File tree

3 files changed

+75
-0
lines changed

3 files changed

+75
-0
lines changed

.imdone/config.json

Lines changed: 57 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,57 @@
1+
{
2+
"exclude": [
3+
"^(node_modules|bower_components|\\.imdone|target|build|dist|logs|flow-typed|imdone-export.json)[\\/\\\\]?|\\.(git|svn|hg|npmignore)|\\~$|\\.(jpg|png|gif|swp|ttf|otf)$"
4+
],
5+
"watcher": true,
6+
"keepEmptyPriority": true,
7+
"code": {
8+
"include_lists": [
9+
"TODO",
10+
"DOING",
11+
"DONE",
12+
"PLANNING",
13+
"FIXME",
14+
"ARCHIVE",
15+
"HACK",
16+
"CHANGED",
17+
"XXX",
18+
"IDEA",
19+
"NOTE",
20+
"REVIEW",
21+
"MARK",
22+
"HELP"
23+
]
24+
},
25+
"lists": [
26+
{
27+
"name": "HELP",
28+
"hidden": false
29+
},
30+
{
31+
"hidden": false,
32+
"name": "DONE"
33+
},
34+
{
35+
"name": "TODO",
36+
"hidden": false
37+
},
38+
{
39+
"name": "pylint",
40+
"hidden": false
41+
}
42+
],
43+
"marked": {
44+
"gfm": true,
45+
"tables": true,
46+
"breaks": false,
47+
"pedantic": false,
48+
"smartLists": true,
49+
"langPrefix": "language-"
50+
},
51+
"sync": {
52+
"id": "5aa2413ebb63cf6fc8d9beb8",
53+
"name": "JimmyLv/jimmylv.github.io",
54+
"useImdoneioForPriority": true
55+
},
56+
"noHelp": true
57+
}

.imdone/sort.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
{"HELP":[51,53,55,52,56,54],"DONE":[],"TODO":[50],"pylint":[43]}

imdone-help.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
imdone-help
2+
====
3+
#HELP: Try dragging this card to your new list id:51 +imdone-help
4+
#HELP: Ignore files by adding `.imdoneignore` to the root of your project. id:53 +imdone-help
5+
- [imdone.io](https://imdone.io) implements this with the [ignore package](https://www.npmjs.com/package/ignore)
6+
7+
#HELP: Use markdown in todo comments or in the description id:55 +imdone-help
8+
- **This is a description...**
9+
10+
#HELP: Add tags to your comments like this `+mvp` id:52 +imdone-help
11+
12+
#HELP: Add metadata like this... points:5 id:56 +imdone-help
13+
- [imdone.io](https://imdone.io) adds `id:n` to all your todo comments, so take care to leave that one alone
14+
15+
#HELP: Include subtasks using GFM task lists id:54 +imdone-help
16+
- [ ] A task yet to be done
17+
- [x] This is done

0 commit comments

Comments
 (0)