mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2024-11-23 10:07:19 +00:00
Merge pull request #485 from TheDiveO/master
added descriptions for list-before, list-after
This commit is contained in:
commit
2466389397
@ -16,6 +16,8 @@ hack-to-give-us-something-to-compare-against: A temporary storage field used in
|
|||||||
icon: The title of the tiddler containing the icon associated with a tiddler
|
icon: The title of the tiddler containing the icon associated with a tiddler
|
||||||
library: If set to "yes" indicates that a tiddler should be saved as a JavaScript library
|
library: If set to "yes" indicates that a tiddler should be saved as a JavaScript library
|
||||||
list: An ordered list of tiddler titles associated with a tiddler
|
list: An ordered list of tiddler titles associated with a tiddler
|
||||||
|
list-before: If set, the title of a tiddler before which this tiddler is added to the ordered list of tiddler titles, or at the start of the list if the empty title
|
||||||
|
list-after: If set, the title of a tiddler after which this tiddler is added to the ordered list of tiddler titles
|
||||||
modified: The date and time at which a tiddler was last modified
|
modified: The date and time at which a tiddler was last modified
|
||||||
modifier: The tiddler title associated with the person who last modified a tiddler
|
modifier: The tiddler title associated with the person who last modified a tiddler
|
||||||
name: The human readable name associated with a plugin tiddler
|
name: The human readable name associated with a plugin tiddler
|
||||||
@ -29,4 +31,4 @@ tags: A list of tags associated with a tiddler
|
|||||||
text: The body text of a tiddler
|
text: The body text of a tiddler
|
||||||
title: The unique name of a tiddler
|
title: The unique name of a tiddler
|
||||||
type: The content type of a tiddler
|
type: The content type of a tiddler
|
||||||
version: Version information for a plugin
|
version: Version information for a plugin
|
||||||
|
Loading…
Reference in New Issue
Block a user