From 6a21965ceea441a341ea9819c2b91ceb20926774 Mon Sep 17 00:00:00 2001 From: Jermolene Date: Thu, 12 Dec 2013 10:38:00 +0000 Subject: [PATCH] Docs updates --- editions/tw5.com/tiddlers/Release 5.0.2alpha.tid | 4 +++- editions/tw5.com/tiddlers/concepts/TiddlerFields.tid | 3 ++- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/editions/tw5.com/tiddlers/Release 5.0.2alpha.tid b/editions/tw5.com/tiddlers/Release 5.0.2alpha.tid index 88f9fc1a3..294679b3f 100644 --- a/editions/tw5.com/tiddlers/Release 5.0.2alpha.tid +++ b/editions/tw5.com/tiddlers/Release 5.0.2alpha.tid @@ -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) diff --git a/editions/tw5.com/tiddlers/concepts/TiddlerFields.tid b/editions/tw5.com/tiddlers/concepts/TiddlerFields.tid index ff65a1c75..47f430620 100644 --- a/editions/tw5.com/tiddlers/concepts/TiddlerFields.tid +++ b/editions/tw5.com/tiddlers/concepts/TiddlerFields.tid @@ -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}} |