mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2024-11-18 15:54:50 +00:00
8643278a45
Fixes #1450 Provides support for an integrated plugin library that can be used to install plugins from tiddlywiki.com directly to wikis hosted online or offline. See the Plugins tab of Control Panel. Todo: * Error checking(eg libraryserver.js HTTP GET) * Translatability * Documentation ** $:/tags/ServerConnection ** savelibrarytiddlers command
18 lines
522 B
Plaintext
18 lines
522 B
Plaintext
{
|
|
"description": "TiddlyWiki Plugin Library",
|
|
"plugins": [
|
|
"tiddlywiki/pluginlibrary"
|
|
],
|
|
"themes": [
|
|
],
|
|
"includeWikis": [
|
|
],
|
|
"build": {
|
|
"library": [
|
|
"--makelibrary","$:/UpgradeLibrary",
|
|
"--savelibrarytiddlers","$:/UpgradeLibrary","library/recipes/default/tiddlers/","$:/UpgradeLibrary/List",
|
|
"--savetiddler","$:/UpgradeLibrary/List","library/recipes/default/tiddlers.json",
|
|
"--rendertiddler","$:/plugins/tiddlywiki/pluginlibrary/library.template.html","library/index.html","text/plain"]
|
|
}
|
|
}
|