mirror of
https://github.com/TiddlyWiki/TiddlyWiki5.git
synced 2026-04-25 15:54:52 +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:
27
plugins/tiddlywiki/pluginlibrary/library.template.html.tid
Normal file
27
plugins/tiddlywiki/pluginlibrary/library.template.html.tid
Normal file
@@ -0,0 +1,27 @@
|
||||
title: $:/plugins/tiddlywiki/pluginlibrary/library.template.html
|
||||
|
||||
\rules only filteredtranscludeinline transcludeinline
|
||||
<!doctype html>
|
||||
<html>
|
||||
<head>
|
||||
<meta http-equiv="Content-Type" content="text/html;charset=utf-8" />
|
||||
<meta name="application-name" content="TiddlyWiki Plugin Library" />
|
||||
<meta name="application-version" content="v0.0.0" />
|
||||
<meta name="copyright" content="Copyright 2015 Jeremy Ruston" />
|
||||
<link id="faviconLink" rel="shortcut icon" href="favicon.ico">
|
||||
<title>Plugin Library</title>
|
||||
<script>
|
||||
{{$:/plugins/tiddlywiki/pluginlibrary/asset-list-json}}
|
||||
{{$:/plugins/tiddlywiki/pluginlibrary/libraryserver.js}}
|
||||
</script>
|
||||
</head>
|
||||
<body>
|
||||
|
||||
<h1>HelloThere</h1>
|
||||
|
||||
<p>This is the TiddlyWiki plugin library. It is not intended to be opened directly in the browser.</p>
|
||||
|
||||
<p>See <a href="http://tiddlywiki.com/" target="_blank">http://tiddlywiki.com/</a> for details of how to install plugins.</p>
|
||||
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user