mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2024-10-31 23:26:18 +00:00
d0afbe50a1
In response to the two Jeremy Ruston posts at: https://groups.google.com/forum/#!topic/tiddlywiki/aPjljLW1yHE/discussion
19 lines
1.2 KiB
Plaintext
19 lines
1.2 KiB
Plaintext
created: 20140910215514237
|
|
modified: 20190108000000000
|
|
tags: Concepts TableOfContents
|
|
title: Plugins
|
|
type: text/vnd.tiddlywiki
|
|
|
|
Plugins in TiddlyWiki5 can be used to distribute optional components that customise and extend TiddlyWiki. You can install them from the [[official plugin library|Installing a plugin from the plugin library]] or from [[community sites|Resources]].
|
|
|
|
{{$:/core/ui/ControlPanel/Plugins/AddPlugins}}
|
|
|
|
Internally, plugins are a bundle of tiddlers packaged together as a single tiddler that can be installed, copied or deleted as a unit. The individual tiddlers within a plugin appear as ShadowTiddlers. See the PluginMechanism discussion for more details about how plugins are implemented internally.
|
|
|
|
Plugins can contain JavaScript modules, style sheets, and templates. Plugins can also be used to distribute ordinary text, images or any other content.
|
|
|
|
|
|
<<list-links "[tag[Plugins]]">>
|
|
|
|
<$macrocall $name=".note" _="There is a plugin called $:/core that contains the main core code of ~TiddlyWiki. It is always present, and it is the source of default [[Shadow tiddlers|ShadowTiddlers]]. You can see the details of this in the <<.button control-panel>> on the <<.controlpanel-tab Plugins>> sub-tab.">
|