1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2024-07-08 04:54:23 +00:00
TiddlyWiki5/editions/tw5.com/tiddlers/plugins/Plugins.tid

22 lines
872 B
Plaintext
Raw Normal View History

2014-09-10 22:42:13 +00:00
created: 20140910215514237
modified: 20140910215514237
2014-09-22 09:41:34 +00:00
tags: Concepts TableOfContents
title: Plugins
2014-09-10 22:42:13 +00:00
type: text/vnd.tiddlywiki
2014-09-22 09:41:34 +00:00
! Available Plugins
The following plugins are distributed on tiddlywiki.com as part of the main TiddlyWiki distribution.
2014-09-23 13:57:32 +00:00
<<list-links "[tag[Plugins]]">>
2014-09-22 09:41:34 +00:00
! What is a plugin?
2013-08-09 15:51:49 +00:00
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.
The tiddlers within a plugin appear as ShadowTiddlers.
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.