-
Notifications
You must be signed in to change notification settings - Fork 2
/
tiddlywiki.files
72 lines (72 loc) · 1.54 KB
/
tiddlywiki.files
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
{
"tiddlers": [
{
"file": "./html/todo.css",
"fields": {
"title": "$:/plugins/mdemoss/TimeTodo/todo.css",
"tags": "$:/tags/Stylesheet"
}
},
{
"file": "./js/todoElem.js",
"fields": {
"type": "application/javascript",
"title": "$:/plugins/mdemoss/TimeTodo/todoElem.js",
"module-type": "startup"
}
},
{
"file": "./js/todoList.js",
"fields": {
"type": "application/javascript",
"title": "$:/plugins/mdemoss/TimeTodo/todoList.js",
"module-type": "startup"
}
},
{
"file": "./node_modules/dot/doT.min.js",
"fields": {
"type": "application/javascript",
"title": "$:/plugins/mdemoss/TimeTodo/dep/doT.min.js",
"module-type": "library"
}
},
{
"file": "./node_modules/moment/min/moment.min.js",
"fields": {
"type": "application/javascript",
"title": "$:/plugins/mdemoss/TimeTodo/dep/moment.min.js",
"module-type": "library"
}
},
{
"file": "./node_modules/timestring/index.js",
"fields": {
"type": "application/javascript",
"title": "$:/plugins/mdemoss/TimeTodo/dep/timestring.js",
"module-type": "library"
}
},
{
"file": "./html/todoElem.html",
"fields": {
"type": "text/html",
"title": "$:/plugins/mdemoss/TimeTodo/todoElem.html"
}
},
{
"file": "./html/todoList.html",
"fields": {
"type": "text/html",
"title": "$:/plugins/mdemoss/TimeTodo/todoList.html"
}
},
{
"file": "./LICENSE",
"fields": {
"type": "text/plain",
"title": "$:/plugins/mdemoss/TimeTodo/license"
}
}
]
}