1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2024-06-29 00:33:15 +00:00
TiddlyWiki5/editions/tw5.com/tiddlers/concepts/Tiddlers.tid

19 lines
845 B
Plaintext
Raw Normal View History

2012-06-10 16:27:09 +00:00
tags: docs concepts
2013-06-02 22:18:07 +00:00
title: Tiddlers
modified: 201306010741
2012-06-10 16:27:09 +00:00
2012-06-22 14:45:32 +00:00
Tiddlers are the smallest unit of information in TiddlyWiki.
2012-06-10 16:27:09 +00:00
2013-06-02 22:18:07 +00:00
Internally, tiddlers are an immutable dictionary of name:value pairs 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 below:
2012-06-10 16:27:09 +00:00
2012-06-22 14:45:32 +00:00
* `title` - The unique title of the tiddler
* `modified` - The date of the last modification to the tiddler
* `modifier` - The name of the last person to modify the tiddler
* `created` - The date the tiddler was created
* `creator` - The name of the person who created the tiddler
* `tags` - A list of tags applied to the tiddler
* `type` - The ContentType that should used to interpret the content of the tiddler
2013-06-02 22:18:07 +00:00
See TiddlerFields for a complete list of fields used in TiddlyWiki5.