mirror of
https://github.com/TiddlyWiki/TiddlyWiki5.git
synced 2026-04-25 22:24:48 +00:00
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:
6
plugins/tiddlywiki/pluginlibrary/plugin.info
Normal file
6
plugins/tiddlywiki/pluginlibrary/plugin.info
Normal file
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"title": "$:/plugins/tiddlywiki/pluginlibrary",
|
||||
"description": "Plugin for building the TiddlyWiki Plugin Library",
|
||||
"author": "JeremyRuston",
|
||||
"core-version": ">=5.0.0"
|
||||
}
|
||||
Reference in New Issue
Block a user