mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2024-11-23 18:17:20 +00:00
Docs updates
This commit is contained in:
parent
b9faadbbc9
commit
6a21965cee
@ -16,7 +16,9 @@ type: text/vnd.tiddlywiki
|
||||
* Fixed problem with transcluding fields containing lists or dates (eg, `{{!!tags}}`)
|
||||
* Fixed problem with re-ordering page control tiddlers (ie tiddlers tagged `$:/tags/PageControls`)
|
||||
* Update template used for deploying to TiddlyWeb
|
||||
* Fixed problem with tiddler deletions via the file system adaptor
|
||||
|
||||
!! Internal changes
|
||||
|
||||
*
|
||||
* Allowed variable number of arguments to [[JavaScript Macros]]
|
||||
** Contributed by StephanHradek (@Skeeve on GitHub)
|
||||
|
@ -1,5 +1,5 @@
|
||||
created: 20130825213300000
|
||||
modified: 20131129162830410
|
||||
modified: 20131212095204933
|
||||
tags: concepts
|
||||
title: TiddlerFields
|
||||
type: text/vnd.tiddlywiki
|
||||
@ -10,6 +10,7 @@ The standard fields are:
|
||||
|
||||
|!Field Name |!Reference |!Description |
|
||||
|`title` |TitleField |{{$:/docs/fields/title}} |
|
||||
|`text` |TextField |{{$:/docs/fields/text}} |
|
||||
|`modified` |ModifiedField |{{$:/docs/fields/modified}} |
|
||||
|`modifier` |ModifierField |{{$:/docs/fields/modifier}} |
|
||||
|`created` |CreatedField |{{$:/docs/fields/created}} |
|
||||
|
Loading…
Reference in New Issue
Block a user