mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2024-11-04 17:16:18 +00:00
45 lines
1.7 KiB
Plaintext
45 lines
1.7 KiB
Plaintext
created: 20130825213300000
|
|
modified: 20140419151511111
|
|
tags: Concepts
|
|
title: TiddlerFields
|
|
type: text/vnd.tiddlywiki
|
|
|
|
\define lingo-base() $:/language/Docs/Fields/
|
|
TiddlerFields are name:value pairs that make up a [[tiddler|Tiddlers]]. Field names must be lowercase letters, digits or the characters `-` (dash), `_` (underscore) and `.` (period).
|
|
|
|
The standard fields are:
|
|
|
|
|!Field Name |!Reference |!Description |
|
|
|`title` |TitleField |<<lingo title>> |
|
|
|`text` |TextField |<<lingo text>> |
|
|
|`modified` |ModifiedField |<<lingo modified>> |
|
|
|`modifier` |ModifierField |<<lingo modifier>> |
|
|
|`created` |CreatedField |<<lingo created>> |
|
|
|`creator` |CreatorField |<<lingo creator>> |
|
|
|`tags` |TagsField |<<lingo tags>> |
|
|
|`type` |TypeField |<<lingo type>> |
|
|
|`list` |ListField |<<lingo list>> |
|
|
|
|
Other fields used by the core are:
|
|
|
|
|!Field Name |!Reference |!Description |
|
|
|`color` |ColorField |<<lingo color>> |
|
|
|`description` |DescriptionField |<<lingo description>> |
|
|
|`draft.of` |DraftOfField |<<lingo draft.of>> |
|
|
|`draft.title` |DraftTitleField |<<lingo draft.title>> |
|
|
|`footer` |FooterField |<<lingo footer>> |
|
|
|`library` |LibraryField |<<lingo library>> |
|
|
|`name` |NameField |<<lingo name>> |
|
|
|`plugin-priority` |PluginPriorityField |<<lingo plugin-priority>> |
|
|
|`plugin-type` |PluginTypeField |<<lingo plugin-type>> |
|
|
|`source` |SourceField |<<lingo source>> |
|
|
|`subtitle` |SubtitleField |<<lingo subtitle>> |
|
|
|
|
The TiddlyWebAdaptor uses a few more fields:
|
|
|
|
|!Field Name |!Reference |!Description |
|
|
|`bag` |BagField |<<lingo bag>> |
|
|
|`revision` |RevisionField |<<lingo revision>> |
|
|
|
|
See the ''Advanced > TiddlerFields'' tab of the [[control panel|$:/ControlPanel]] for details of the fields used in this wiki.
|