-
Notifications
You must be signed in to change notification settings - Fork 8
/
tiddlywiki.info
59 lines (59 loc) · 1.42 KB
/
tiddlywiki.info
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
{
"description": "太微中文教程",
"plugins": [
"tiddlywiki/browser-sniff",
"tiddlywiki/pluginlibrary",
"tiddlywiki/highlight",
"tiddlywiki/codemirror",
"tiddlywiki/codemirror-autocomplete",
"tiddlywiki/codemirror-closebrackets",
"tiddlywiki/codemirror-closetag",
"tiddlywiki/codemirror-keymap-sublime-text",
"tiddlywiki/codemirror-mode-css",
"tiddlywiki/codemirror-mode-htmlmixed",
"tiddlywiki/codemirror-mode-javascript",
"tiddlywiki/codemirror-mode-markdown",
"tiddlywiki/codemirror-mode-xml",
"tiddlywiki/codemirror-search-replace",
"tiddlywiki/katex"
],
"themes": [
"tiddlywiki/vanilla"
],
"languages": [
"zh-Hans"
],
"build": {
"index": [
"--rendertiddler",
"$:/core/save/all",
"index.html",
"text/plain"
],
"externalimages": [
"--setfield",
"[is[binary]] [type[application/msword]]",
"_canonical_uri",
"$:/core/templates/canonical-uri-external-image",
"text/plain",
"--setfield",
"[is[binary]] [type[application/msword]]",
"text",
"",
"text/plain",
"--rendertiddler",
"$:/core/save/all-external-js",
"index.html",
"text/plain"
],
"externaljs": [
"--rendertiddler",
"$:/core/templates/tiddlywiki5.js",
"tiddlywiki5.js",
"text/plain"
]
},
"config": {
"retain-original-tiddler-path": true
}
}