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.