add explicitState to TiddlerFields doc

This commit is contained in:
pmario 2024-04-19 12:17:31 +02:00
parent a9aea81477
commit d2b7e2a153
2 changed files with 3 additions and 1 deletions

View File

@ -16,6 +16,7 @@ dependents: For a plugin, lists the dependent plugin titles
description: The descriptive text for a plugin, or a modal dialogue
draft.of: For draft tiddlers, contains the title of the tiddler of which this is a draft
draft.title: For draft tiddlers, contains the proposed new title of the tiddler
explicitState: Used in tiddlers that contain the tabs-macro with a `<<getExplicitState>>` parameter
footer: The footer text for a modal
hide-body: The view template will hide bodies of tiddlers if set to ''yes''
icon: The title of the tiddler containing the icon associated with a tiddler

View File

@ -1,5 +1,5 @@
created: 20130825213300000
modified: 20220109101407050
modified: 20240419093902000
tags: Concepts
title: TiddlerFields
type: text/vnd.tiddlywiki
@ -30,6 +30,7 @@ Other fields used by the core are:
|`description` |<<lingo description>> |
|`draft.of` |<<lingo draft.of>> |
|`draft.title` |<<lingo draft.title>> |
|`explicitState`|<<.from-version "5.3.4">> <<lingo explicitState>>|
|`footer` |<<lingo footer>> |
|`hide-body`|<<lingo hide-body>>|
|`icon` |<<lingo icon>> |