-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathtiddlywiki.info
25 lines (25 loc) · 945 Bytes
/
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
{
"description": "TiddlyWiki Plugin Library",
"plugins": ["tiddlywiki/pluginlibrary"],
"themes": ["tiddlywiki/vanilla", "tiddlywiki/snowwhite"],
"includeWikis": [],
"build": {
"library": [
"--makelibrary",
"$:/UpgradeLibrary",
"--savelibrarytiddlers",
"$:/UpgradeLibrary",
"[prefix[$:/]] -[prefix[$:/plugins/tiddlywiki/]] -[prefix[$:/themes/tiddlywiki/]] -[prefix[$:/languages/]] -[[$:/plugins/tiddlywiki/upgrade]] -[[$:/plugins/tiddlywiki/translators]] -[[$:/plugins/tiddlywiki/pluginlibrary]]",
"recipes/library/tiddlers/",
"$:/UpgradeLibrary/List",
"--savetiddler",
"$:/UpgradeLibrary/List",
"recipes/library/tiddlers.json",
"--rendertiddler",
"$:/plugins/tiddlywiki/pluginlibrary/library.template.html",
"index.html",
"text/plain"
],
"site": ["--load", "site/", "--rendertiddler", "$:/core/save/all", "index.html", "text/plain"]
}
}