mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2024-11-06 10:06:19 +00:00
11 lines
493 B
Plaintext
11 lines
493 B
Plaintext
created: 201308252135
|
|
creator: JeremyRuston
|
|
modified: 201308300907
|
|
modifier: JeremyRuston
|
|
tags: concepts
|
|
title: Tiddlers
|
|
|
|
Tiddlers are the smallest unit of information in TiddlyWiki. They can be structured with [[links|TiddlerLinks]] and tags.
|
|
|
|
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 in TiddlerFields.
|