[New Plugin tw-twikoo]: Add comment section for your tiddlywiki - Plugins - Talk TW

TiddlyWiki
Experimental Plugin "Phack" - adds tabs to other plugins - Developers - Talk TW
TW "Tiddler DB" Strategy - Google Groups
Making a custom journal button: TiddlyWiki — a non-linear personal web note
How to change the sort order of sub-branches in a TOC macro: TiddlyWiki Pre
Introduction to filter notation: TiddlyWiki — a non-linear personal web not
https://tiddlywiki.com/static/Creating%2520new%2520toolbar%2520buttons.html
https://groktiddlywiki.com/static/Buttons%2520and%2520Input%2520Widgets.html
TiddlyWiki Upgrader — upgrade your files to the latest version
A way to create 2 columns within a single tiddler?
Autocomplete Plugin
TiddlyWiki Articles
Editing a tiddler's created field - Discussion - Talk TW
Creating new toolbar buttons: TiddlyWiki v5.3.6 — a non-linear personal web notebook
Buttons and Input Widgets: Grok TiddlyWiki — Build a deep, lasting understanding of TiddlyWiki
TiddlyWiki Unusedtitle Macro
TiddlyWiki Articles — Articles I'm saving for reference.
Grok TiddlyWiki — Templates
To make the ContactInformationTemplate work the way we want, we need a way of not changing the current tiddler during a field transclusion, or, more generally, making the current tiddler a tiddler of our choice during the transclusion.
This is called transcluding a tiddler through a template. The syntax is {{tiddler||template}}. So here it would be:
{{JaneDoe||ContactInformationTemplate}}
Add that in the JaneDoe tiddler in place of plain {{ContactInformationTemplate}}, and you should immediately see Jane's information show up again, because we told TiddlyWiki to transclude ContactInformationTemplate, but to make the current tiddler during the transclusion be JaneDoe, rather than ContactInformationTemplate. Sweet!
the syntax for templates uses two consecutive pipe characters (||).
Since templates are usually written expecting the current tiddler to be some other tiddler – not the template tiddler itself – when you look at a template tiddler directly, it may look pretty funny. For instance, there will likely be some data missing. The formatting may even be incorrect, or TiddlyWiki may show an outright error (e.g., a Recursive transclusion error). This should not worry you. In general, the only way to know if a template tiddler is written correctly is to actually use it as a template and see if the expected output appears there.
Simple solution for an online read-only TW - Tips & Tricks - Talk TW