mirror of
https://github.com/Jermolene/TiddlyWiki5.git
synced 2026-01-13 04:41:27 -08:00
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
17 lines
522 B
Text
17 lines
522 B
Text
{
|
|
"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"]
|
|
}
|
|
}
|