This is a stripped-down version of a single section of Grok TiddlyWiki, optimized for fast loading and readability by search engines. Some features are missing.

For the full Grok TiddlyWiki experience, please visit the wiki version of this page.

Plugins

18th April 2021 at 8:33am

We've been talking about plugins occasionally throughout the book, so it's worth taking a moment to explain what exactly plugins are and how they work.

Plugins are essentially just bundles of tiddlers. They're typically composed of system tiddlers which contain some kind of code or interface element or tool, but in theory the tiddlers can be named anything and contain anything. To put this more formally, a plugin is a single tiddler that contains multiple “virtual” tiddlers, known as shadow tiddlers. We'll learn about how shadow tiddlers behave in the next section.

You can install a plugin by finding any link to it, usually on a plugin demo or documentation TiddlyWiki on the web, and dragging and dropping it into your wiki – this copies the tiddler and therefore the plugin. Many “official” plugins can also be installed through the Plugins section of the Control Panel. (If you use TiddlyWiki on Node.JS, you have some other options as well that may make it easier to keep the plugins up to date.)

If you look at the Plugins section of the More tab in the sidebar, you'll see at least one plugin even in a clean install – most of TiddlyWiki's core code is actually implemented as a plugin, $:/core. Clicking on a plugin in this view will show you a special tiddler that contains a little bit of information about the plugin as well as a list of all the bundled tiddlers it has installed into your wiki. Deleting the plugin tiddler will remove the plugin from your wiki, including all its shadow tiddlers (don't try this with core though!).

The Useful Plugins appendix lists some publicly available TiddlyWiki plugins that I find particularly useful.

Takeaways

Takeaways are not available in the static version of Grok TiddlyWiki. Visit the wiki version of this page to study takeaways.

↑ 6: Looking Under the Hood