mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2024-11-01 15:46:18 +00:00
990108cfab
* make pluginlibrary edtion consistent with all other edtions * pluginlibrary edition update docs * fix typo in GettingStarted
25 lines
850 B
Plaintext
25 lines
850 B
Plaintext
{
|
|
"description": "TiddlyWiki Plugin Library",
|
|
"plugins": [
|
|
"tiddlywiki/pluginlibrary"
|
|
],
|
|
"themes": [
|
|
"tiddlywiki/vanilla",
|
|
"tiddlywiki/snowwhite"
|
|
],
|
|
"includeWikis": [
|
|
],
|
|
"build": {
|
|
"test-server": [
|
|
"--output", "./editions/pluginlibrary/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"]
|
|
}
|
|
}
|