1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2024-07-05 03:33:27 +00:00
TiddlyWiki5/editions/tw5.com/tiddlers/concepts/TiddlerFields.tid

45 lines
1.7 KiB
Plaintext
Raw Normal View History

2013-11-28 10:36:48 +00:00
created: 20130825213300000
2014-04-19 13:16:12 +00:00
modified: 20140419151511111
2013-08-25 21:48:53 +00:00
tags: concepts
2013-06-02 22:18:07 +00:00
title: TiddlerFields
2013-11-28 10:36:48 +00:00
type: text/vnd.tiddlywiki
2013-06-02 22:18:07 +00:00
\define lingo-base() $:/language/Docs/Fields/
2013-11-28 10:36:48 +00:00
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:
2013-06-02 22:18:07 +00:00
2013-08-30 19:06:23 +00:00
|!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>> |
2013-06-02 22:18:07 +00:00
Other fields used by the core are:
2013-08-30 19:06:23 +00:00
|!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>> |
2013-06-02 22:18:07 +00:00
The TiddlyWebAdaptor uses a few more fields:
2013-08-30 19:06:23 +00:00
|!Field Name |!Reference |!Description |
|`bag` |BagField |<<lingo bag>> |
|`revision` |RevisionField |<<lingo revision>> |
2013-08-09 15:51:49 +00:00
2014-03-26 21:57:13 +00:00
See the ''Advanced > TiddlerFields'' tab of the [[control panel|$:/ControlPanel]] for details of the fields used in this wiki.