From c4d7401f0297da92437821f9724e4d00a1a6d762 Mon Sep 17 00:00:00 2001 From: Jeremy Ruston Date: Fri, 30 Aug 2013 20:06:23 +0100 Subject: [PATCH] Lots of docs updates --- core/docs/fields/bag.tid | 3 + core/docs/fields/created.tid | 3 + core/docs/fields/creator.tid | 3 + core/docs/fields/draftof.tid | 3 + core/docs/fields/drafttitle.tid | 3 + core/docs/fields/revision.tid | 3 + core/ui/ToolsPanel.tid | 2 + core/wiki/WikiInfo.tid | 6 ++ .../tiddlers/concepts/TiddlerFields.tid | 47 +++++++------ .../tiddlers/concepts/TiddlerFilters.tid | 9 +-- .../tw5.com/tiddlers/concepts/Tiddlers.tid | 15 +--- .../tiddlers/concepts/TiddlyWikiFolders.tid | 69 ++++++++++++++----- .../tiddlers/definitions/ListField.tid | 12 ++++ .../tiddlers/definitions/TiddlySpace.tid | 10 +++ .../tiddlers/definitions/TiddlyWeb.tid | 14 ++++ .../tw5.com/tiddlers/widgets/ListWidget.tid | 4 +- readme.md | 6 +- 17 files changed, 152 insertions(+), 60 deletions(-) create mode 100644 core/docs/fields/bag.tid create mode 100644 core/docs/fields/created.tid create mode 100644 core/docs/fields/creator.tid create mode 100644 core/docs/fields/draftof.tid create mode 100644 core/docs/fields/drafttitle.tid create mode 100644 core/docs/fields/revision.tid create mode 100644 core/wiki/WikiInfo.tid create mode 100644 editions/tw5.com/tiddlers/definitions/ListField.tid create mode 100644 editions/tw5.com/tiddlers/definitions/TiddlySpace.tid create mode 100644 editions/tw5.com/tiddlers/definitions/TiddlyWeb.tid diff --git a/core/docs/fields/bag.tid b/core/docs/fields/bag.tid new file mode 100644 index 000000000..e2dd686c5 --- /dev/null +++ b/core/docs/fields/bag.tid @@ -0,0 +1,3 @@ +title: $:/docs/fields/bag + +The name of the bag from which a tiddler came \ No newline at end of file diff --git a/core/docs/fields/created.tid b/core/docs/fields/created.tid new file mode 100644 index 000000000..b78084678 --- /dev/null +++ b/core/docs/fields/created.tid @@ -0,0 +1,3 @@ +title: $:/docs/fields/created + +The date a tiddler was created \ No newline at end of file diff --git a/core/docs/fields/creator.tid b/core/docs/fields/creator.tid new file mode 100644 index 000000000..7bb243612 --- /dev/null +++ b/core/docs/fields/creator.tid @@ -0,0 +1,3 @@ +title: $:/docs/fields/creator + +The name of the person who created a tiddler \ No newline at end of file diff --git a/core/docs/fields/draftof.tid b/core/docs/fields/draftof.tid new file mode 100644 index 000000000..11588dd6b --- /dev/null +++ b/core/docs/fields/draftof.tid @@ -0,0 +1,3 @@ +title: $:/docs/fields/draft.of + +For draft tiddlers, contains the title of the tiddler of which this is a draft \ No newline at end of file diff --git a/core/docs/fields/drafttitle.tid b/core/docs/fields/drafttitle.tid new file mode 100644 index 000000000..a0f908994 --- /dev/null +++ b/core/docs/fields/drafttitle.tid @@ -0,0 +1,3 @@ +title: $:/docs/fields/draft.title + +For draft tiddlers, contains the proposed new title of the tiddler \ No newline at end of file diff --git a/core/docs/fields/revision.tid b/core/docs/fields/revision.tid new file mode 100644 index 000000000..bb07d11f0 --- /dev/null +++ b/core/docs/fields/revision.tid @@ -0,0 +1,3 @@ +title: $:/docs/fields/revision + +The revision of the tiddler held at the server \ No newline at end of file diff --git a/core/ui/ToolsPanel.tid b/core/ui/ToolsPanel.tid index faf982879..f460a9f75 100644 --- a/core/ui/ToolsPanel.tid +++ b/core/ui/ToolsPanel.tid @@ -1,5 +1,7 @@ title: $:/core/ui/ToolsPanel +[[Wiki Info|$:/WikiInfo]] + --- {{$:/snippets/viewswitcher}} diff --git a/core/wiki/WikiInfo.tid b/core/wiki/WikiInfo.tid new file mode 100644 index 000000000..8c0087adc --- /dev/null +++ b/core/wiki/WikiInfo.tid @@ -0,0 +1,6 @@ +title: $:/WikiInfo + +* Tiddlers: <$count filter="[!is[system]]"/> +* System tiddlers: <$count filter="[is[system]]"/> +* Shadow tiddlers: <$count filter="[is[shadow]]"/> +** Over-ridden shadow tiddlers: <$count filter="[!is[system]is[shadow]]"/> diff --git a/editions/tw5.com/tiddlers/concepts/TiddlerFields.tid b/editions/tw5.com/tiddlers/concepts/TiddlerFields.tid index bbffdc439..82f3f8a7b 100644 --- a/editions/tw5.com/tiddlers/concepts/TiddlerFields.tid +++ b/editions/tw5.com/tiddlers/concepts/TiddlerFields.tid @@ -1,38 +1,41 @@ created: 201308252133 creator: JeremyRuston -modified: 201308252133 +modified: 201308300902 modifier: JeremyRuston tags: concepts title: TiddlerFields TiddlerFields are name:value pairs that make up a [[tiddler|Tiddlers]]. The standard fields are: -* `title` - The unique title of the tiddler -* `modified` - The date of the last modification to the tiddler -* `modifier` - The name of the last person to modify the tiddler -* `created` - The date the tiddler was created -* `creator` - The name of the person who created the tiddler -* `tags` - A list of tags applied to the tiddler -* `type` - The ContentType that should used to interpret the content of the tiddler -* `list` - A list of tiddler titles +|!Field Name |!Reference |!Description | +|`title` |TitleField |{{$:/docs/fields/title}} | +|`modified` |ModifiedField |{{$:/docs/fields/modified}} | +|`modifier` |ModifierField |{{$:/docs/fields/modifier}} | +|`created` |CreatedField |{{$:/docs/fields/created}} | +|`creator` |CreatorField |{{$:/docs/fields/creator}} | +|`tags` |TagsField |{{$:/docs/fields/tags}} | +|`type` |TypeField |{{$:/docs/fields/type}} | +|`list` |ListField |{{$:/docs/fields/list}} | Other fields used by the core are: -* `color` - The colour associated with a tiddler (expressed as a valid CSS value like `#fea` or `rgb(100,100,100)`) -* `description` - The description of a plugin -* `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 -* `footer` - The footer for a modal dialogue (interpreted as WikiText) -* `library` - Set to `yes` if the tiddler should be loaded in the browser as a `