From 90b7961629943a43cd91000ebeb7f9d0cfe589e9 Mon Sep 17 00:00:00 2001 From: 00SS <38947777+00SS@users.noreply.github.com> Date: Mon, 28 Jan 2019 02:29:13 +0700 Subject: [PATCH] Update TiddlerFields.tid (#3733) #3680 Was getting too complicated for me so opened a new PR --- editions/tw5.com/tiddlers/concepts/TiddlerFields.tid | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/editions/tw5.com/tiddlers/concepts/TiddlerFields.tid b/editions/tw5.com/tiddlers/concepts/TiddlerFields.tid index 99073f405..3d2dd5a84 100644 --- a/editions/tw5.com/tiddlers/concepts/TiddlerFields.tid +++ b/editions/tw5.com/tiddlers/concepts/TiddlerFields.tid @@ -1,11 +1,11 @@ created: 20130825213300000 -modified: 20160610081054535 +modified: 20180104000000000 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). +~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: @@ -30,6 +30,7 @@ Other fields used by the core are: |`draft.of` |DraftOfField |<> | |`draft.title` |DraftTitleField |<> | |`footer` |FooterField |<> | +|`hide-body`|HideBodyField|<>| |`icon` |IconField |<> | |`library` |LibraryField |<> | |`list-after` |ListAfterField |<> | @@ -39,6 +40,7 @@ Other fields used by the core are: |`plugin-type` |PluginTypeField |<> | |`source` |SourceField |<> | |`subtitle` |SubtitleField |<> | +|`toc-link`|TocLink|<>| The TiddlyWebAdaptor uses a few more fields: @@ -46,4 +48,4 @@ The TiddlyWebAdaptor uses a few more fields: |`bag` |BagField |<> | |`revision` |RevisionField |<> | -See the ''Advanced > Tiddler Fields'' tab of the [[control panel|$:/ControlPanel]] {{$:/core/images/options-button}} for details of the fields used in this wiki. +Details of the fields used in this ~TiddlyWiki are shown in the [[control panel|$:/ControlPanel]] {{$:/core/ui/Buttons/control-panel}} under the <<.controlpanel-tab Info>> tab >> <<.info-tab Advanced>> sub-tab >> Tiddler Fields