1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2024-07-03 10:43:16 +00:00
TiddlyWiki5/editions/tw5.com/tiddlers/concepts/Tiddlers.tid

14 lines
911 B
Plaintext
Raw Normal View History

created: 20130825213500000
modified: 20141101111732959
2014-09-11 14:52:47 +00:00
tags: Concepts
2013-06-02 22:18:07 +00:00
title: Tiddlers
type: text/vnd.tiddlywiki
2012-06-10 16:27:09 +00:00
Tiddlers are the fundamental units of information in TiddlyWiki. Tiddlers work best when they are as small as possible so that they can be reused by weaving them together different ways.
2012-06-10 16:27:09 +00:00
Other systems have analogous concepts with confusingly generic names: like "items", "entries", "entities", "nodes" or "records". TiddlyWiki takes the view that it is preferable to be confusingly distinctive.
Internally, tiddlers are a list of uniquely named values called fields. The only field that is required is the `title` field, but useful tiddlers also have a `text` field, and some or all of the standard fields listed in TiddlerFields.
Tiddlers are ubiquitous in TiddlyWiki. They are used to store everything from JavaScript code modules to the settings and state associated with the user interface.