-
Notifications
You must be signed in to change notification settings - Fork 16
/
tiddlywiki.info
55 lines (55 loc) · 2 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
{
"description": "Basic client-server edition",
"plugins": [],
"themes": [],
"languages": [],
"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"
],
"readonlyexternalimages": [
"--setfield",
"[is[binary]] [type[application/msword]]",
"_canonical_uri",
"$:/core/templates/canonical-uri-external-image",
"text/plain",
"--setfield",
"[is[binary]] [type[application/msword]] [type[application/pdf]] [[$:/plugins/tiddlywiki/filesystem]] [[$:/plugins/tiddlywiki/tiddlyweb]] [[$:/plugins/twcloud/tiddlyweb-sse]] [[$:/plugins/linonetwo/source-control-management]] [[$:/plugins/linonetwo/super-tag]] [[$:/plugins/linonetwo/flow-chart]] [[$:/plugins/linonetwo/slate-write]] [[$:/plugins/linonetwo/smart-field]] [[$:/plugins/linonetwo/markdown-transformer]] [[$:/plugins/gt6796c/mermaid-tw5]] [[$:/plugins/linonetwo/tw-mobile-sync]] [[$:/plugins/linonetwo/zx-script]] [[$:/plugins/tiddlywiki/highlight]] [prefix[$:/plugins/tiddlywiki/codemirror]] [[$:/plugins/Gk0Wk/TW5-CodeMirror-Enhanced]] [[$:/plugins/flibbles/relink]] [[$:/plugins/kookma/commander]] [[$:/plugins/kookma/section]] [[$:/plugins/linonetwo/calendar]] [[$:/plugins/linonetwo/pinyin-fuzzy-search]]",
"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
}
}