Add support for an integrated plugin library

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
This commit is contained in:
Jermolene
2015-02-09 19:04:11 +00:00
parent aae56f20af
commit 8643278a45
16 changed files with 472 additions and 39 deletions

View File

@@ -0,0 +1,6 @@
{
"title": "$:/plugins/tiddlywiki/pluginlibrary",
"description": "Plugin for building the TiddlyWiki Plugin Library",
"author": "JeremyRuston",
"core-version": ">=5.0.0"
}