Skip to content

Commit f87de84

Browse files
committed
Create tiddlywiki.info
1 parent 6720ea1 commit f87de84

1 file changed

Lines changed: 58 additions & 0 deletions

File tree

tiddlywiki.info

Lines changed: 58 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,58 @@
1+
{
2+
"description": "Basic client-server edition",
3+
"plugins": [
4+
"tiddlywiki/tiddlyweb",
5+
"tiddlywiki/filesystem",
6+
"tiddlywiki/highlight"
7+
],
8+
"themes": [
9+
"tiddlywiki/vanilla",
10+
"tiddlywiki/snowwhite"
11+
],
12+
"build": {
13+
"index": [
14+
"--rendertiddler",
15+
"$:/plugins/tiddlywiki/tiddlyweb/save/offline",
16+
"index.html",
17+
"text/plain"
18+
],
19+
"externalimages": [
20+
"--savetiddlers",
21+
"[is[image]]",
22+
"images",
23+
"--setfield",
24+
"[is[image]]",
25+
"_canonical_uri",
26+
"$:/core/templates/canonical-uri-external-image",
27+
"text/plain",
28+
"--setfield",
29+
"[is[image]]",
30+
"text",
31+
"",
32+
"text/plain",
33+
"--rendertiddler",
34+
"$:/plugins/tiddlywiki/tiddlyweb/save/offline",
35+
"externalimages.html",
36+
"text/plain"
37+
],
38+
"static": [
39+
"--rendertiddler",
40+
"$:/core/templates/static.template.html",
41+
"static.html",
42+
"text/plain",
43+
"--rendertiddler",
44+
"$:/core/templates/alltiddlers.template.html",
45+
"alltiddlers.html",
46+
"text/plain",
47+
"--rendertiddlers",
48+
"[!is[system]]",
49+
"$:/core/templates/static.tiddler.html",
50+
"static",
51+
"text/plain",
52+
"--rendertiddler",
53+
"$:/core/templates/static.template.css",
54+
"static/static.css",
55+
"text/plain"
56+
]
57+
}
58+
}

0 commit comments

Comments
 (0)