mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2024-11-07 02:26:19 +00:00
9b9ff1e843
* pluginlibrary - minimal test server * changes suggested by Jeremy * use tmp instead of the files directory * new tmp-route * rename edition to test-pluginlibrary * fix .gitignore * remove StoryList tiddler * improve GettingStarted text * rename edtion test-pluginlibrary back to pluginlibrary * remove 2 tiddlers that shouldn't be there
25 lines
833 B
Plaintext
25 lines
833 B
Plaintext
{
|
|
"description": "TiddlyWiki Plugin Library",
|
|
"plugins": [
|
|
"tiddlywiki/pluginlibrary"
|
|
],
|
|
"themes": [
|
|
"tiddlywiki/vanilla",
|
|
"tiddlywiki/snowwhite"
|
|
],
|
|
"includeWikis": [
|
|
],
|
|
"build": {
|
|
"test-server": [
|
|
"--output", "./files/local/library/tmp",
|
|
"--build", "library",
|
|
"--listen", "port=8888"
|
|
],
|
|
"library": [
|
|
"--makelibrary","$:/UpgradeLibrary",
|
|
"--savelibrarytiddlers","$:/UpgradeLibrary","[prefix[$:/]] -[[$:/plugins/tiddlywiki/upgrade]] -[[$:/plugins/tiddlywiki/translators]] -[[$:/plugins/tiddlywiki/pluginlibrary]] -[[$:/plugins/tiddlywiki/jasmine]]","recipes/library/tiddlers/","$:/UpgradeLibrary/List",
|
|
"--savetiddler","$:/UpgradeLibrary/List","recipes/library/tiddlers.json",
|
|
"--rendertiddler","$:/plugins/tiddlywiki/pluginlibrary/library.template.html","index.html","text/plain"]
|
|
}
|
|
}
|