Tiddler
From Wikipedia, the free encyclopedia
- This article is about the wiki software element. For other uses see Tiddler (disambiguation)
A Tiddler is an entry in a TiddlyWiki. It is equivalent to a wiki page and uses a simplified markup language very similar to that used by Wikipedia. In fact the original source text for this entry was entered in a TiddlyWiki and yielded pretty much the same display. Compared to a Wikipedia page though, there are some interesting differences:
- When a Tiddler is created or edited in an original TiddlyWiki found online, it cannot be saved online. Some, but not all, TiddlyWiki Adaptations do allow their Tiddlers to be saved online.
- Selected Tiddlers are all displayed on the same page.
- Anything written in CamelCase is assumed to be a Tiddler and is rendered as a link into the TiddlyWiki. If it exists, the link will display as bold. If it does not exist, clicking on the unbolded link will cause TiddlyWiki to create the Tiddler and go into Edit mode.
When a user wishes to update their TiddlyWiki copy from the originating TiddlyWiki, either to get a bug-fix or new functionality, the standard update procedure never changes Tiddlers. This discipline ensures that the user never loses their own TiddlyWiki's content.
And there are a number of special Tiddlers that control parts of the TiddlyWiki display, like the header, the subheader, the main menu, and the Tiddlers that will be displayed when the TiddlyWiki first comes up. Changing the text of these Tiddlers allows the TiddlyWiki owner to very easily customize how their TiddlyWiki looks without any knowledge of web page understructure. But if the user has a good working knowledge of CSS or JavaScript, there are even special Tiddlers that allow the user to override the original CSS code and to insert JavaScript code to further customize functionality (add Macros). Because these customizations are enclosed in Tiddlers, users do not have to worry about losing them if they ever need to upgrade.