From 8612bc4006e717e4fa3c562fa72a85650206b66f Mon Sep 17 00:00:00 2001 From: Jermolene Date: Fri, 18 Jul 2014 11:29:09 +0100 Subject: [PATCH] Rename $:/tags/AboveStory and $:/tags/BelowStory --- core/ui/PageTemplate/story.tid | 4 ++-- editions/tw5.com/tiddlers/concepts/SystemTags.tid | 6 +++--- plugins/tiddlywiki/upgrade/UpgradeWizard.tid | 2 +- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/core/ui/PageTemplate/story.tid b/core/ui/PageTemplate/story.tid index 692bce49c..ce81a621c 100644 --- a/core/ui/PageTemplate/story.tid +++ b/core/ui/PageTemplate/story.tid @@ -5,7 +5,7 @@ tags: $:/tags/PageTemplate
-<$list filter="[all[shadows+tiddlers]tag[$:/tags/StoryBackdrop]!has[draft.of]]"> +<$list filter="[all[shadows+tiddlers]tag[$:/tags/AboveStory]!has[draft.of]]"> <$transclude/> @@ -17,7 +17,7 @@ tags: $:/tags/PageTemplate
-<$list filter="[all[shadows+tiddlers]tag[$:/tags/StoryFrontdrop]!has[draft.of]]"> +<$list filter="[all[shadows+tiddlers]tag[$:/tags/BelowStory]!has[draft.of]]"> <$transclude/> diff --git a/editions/tw5.com/tiddlers/concepts/SystemTags.tid b/editions/tw5.com/tiddlers/concepts/SystemTags.tid index c3977a897..fd8d8aa2e 100644 --- a/editions/tw5.com/tiddlers/concepts/SystemTags.tid +++ b/editions/tw5.com/tiddlers/concepts/SystemTags.tid @@ -17,12 +17,12 @@ System tags are used to give special behaviour to tiddlers: * [[$:/tags/EditToolbar]] for the edit mode tiddler toolbar * [[$:/tags/PageControls]] for the page control tools in the sidebar * [[$:/tags/PageTemplate]] for the main page elements -* [[$:/tags/StoryBackdrop]] for elements to be placed at the top of the story river -* [[$:/tags/StoryFrontdrop]] for elements to be placed at the bottom of the story river +* [[$:/tags/AboveStory]] for elements to be placed at the top of the story river +* [[$:/tags/BelowStory]] for elements to be placed at the bottom of the story river * [[$:/tags/RawMarkup]] for raw markup to be included in the generated HTML file ! System tags in use These are the system tags in use in this wiki: -{{{ [all[shadows+tiddlers]tags[]prefix[$:/]] +[sort[title]] }}} +{{{ [all[shadows+tiddlers]tags[]prefix[$:/]sort[title]] }}} diff --git a/plugins/tiddlywiki/upgrade/UpgradeWizard.tid b/plugins/tiddlywiki/upgrade/UpgradeWizard.tid index 088954d78..99e327ca0 100644 --- a/plugins/tiddlywiki/upgrade/UpgradeWizard.tid +++ b/plugins/tiddlywiki/upgrade/UpgradeWizard.tid @@ -1,5 +1,5 @@ title: $:/UpgradeWizard -tags: $:/tags/StoryBackdrop +tags: $:/tags/AboveStory