1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2025-02-11 16:40:03 +00:00

9 lines
448 B
Plaintext
Raw Normal View History

2013-08-25 22:48:53 +01:00
created: 201308252135
2013-08-30 20:06:23 +01:00
modified: 201308300907
tags: concepts
2013-06-02 23:18:07 +01:00
title: Tiddlers
2012-06-10 17:27:09 +01:00
2013-08-25 22:48:53 +01:00
Tiddlers are the smallest unit of information in TiddlyWiki. They can be structured with [[links|TiddlerLinks]] and tags.
2012-06-10 17:27:09 +01:00
2013-08-30 20:06:23 +01: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 in TiddlerFields.