From 460dffa08fd84e003d3d63981b0d813652948516 Mon Sep 17 00:00:00 2001 From: Jeremy Ruston Date: Sat, 1 Sep 2012 16:31:08 +0100 Subject: [PATCH] Docs update --- tw5.com/tiddlers/concepts/Plugins.tid | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/tw5.com/tiddlers/concepts/Plugins.tid b/tw5.com/tiddlers/concepts/Plugins.tid index 5568662ec..c31a68c41 100644 --- a/tw5.com/tiddlers/concepts/Plugins.tid +++ b/tw5.com/tiddlers/concepts/Plugins.tid @@ -1,8 +1,6 @@ title: Plugins tags: docs concepts -A plugin in TiddlyWiki5 is a bundle of tiddlers packaged together as a single tiddler. Plugins are used to distribute optional, custom components for TiddlyWiki. Plugins can be updated from their source as a unit. - -Plugins can contain JavaScript modules, style sheets, and templates to extend the functionality of TiddlyWiki itself. Plugins can also be used to distribute ordinary text, image or other content. +A plugin in TiddlyWiki5 is a bundle of tiddlers packaged together as a single tiddler. Plugins are used to distribute optional, custom components for TiddlyWiki. Plugins can contain JavaScript modules, style sheets, and templates to extend the functionality of TiddlyWiki itself. Plugins can also be used to distribute ordinary text, images or other content. Plugins can be updated from their source as a unit. See the PluginMechanism discussion for more details about how plugins are implemented internally.