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 transcluding fields containing lists or dates (eg, `{{!!tags}}`)
|
||||||
* Fixed problem with re-ordering page control tiddlers (ie tiddlers tagged `$:/tags/PageControls`)
|
* Fixed problem with re-ordering page control tiddlers (ie tiddlers tagged `$:/tags/PageControls`)
|
||||||
* Update template used for deploying to TiddlyWeb
|
* Update template used for deploying to TiddlyWeb
|
||||||
|
* Fixed problem with tiddler deletions via the file system adaptor
|
||||||
|
|
||||||
!! Internal changes
|
!! Internal changes
|
||||||
|
|
||||||
*
|
* Allowed variable number of arguments to [[JavaScript Macros]]
|
||||||
|
** Contributed by StephanHradek (@Skeeve on GitHub)
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
created: 20130825213300000
|
created: 20130825213300000
|
||||||
modified: 20131129162830410
|
modified: 20131212095204933
|
||||||
tags: concepts
|
tags: concepts
|
||||||
title: TiddlerFields
|
title: TiddlerFields
|
||||||
type: text/vnd.tiddlywiki
|
type: text/vnd.tiddlywiki
|
||||||
@ -10,6 +10,7 @@ The standard fields are:
|
|||||||
|
|
||||||
|!Field Name |!Reference |!Description |
|
|!Field Name |!Reference |!Description |
|
||||||
|`title` |TitleField |{{$:/docs/fields/title}} |
|
|`title` |TitleField |{{$:/docs/fields/title}} |
|
||||||
|
|`text` |TextField |{{$:/docs/fields/text}} |
|
||||||
|`modified` |ModifiedField |{{$:/docs/fields/modified}} |
|
|`modified` |ModifiedField |{{$:/docs/fields/modified}} |
|
||||||
|`modifier` |ModifierField |{{$:/docs/fields/modifier}} |
|
|`modifier` |ModifierField |{{$:/docs/fields/modifier}} |
|
||||||
|`created` |CreatedField |{{$:/docs/fields/created}} |
|
|`created` |CreatedField |{{$:/docs/fields/created}} |
|
||||||
|
Loading…
Reference in New Issue
Block a user