diff --git a/core/language/en-GB/Misc.multids b/core/language/en-GB/Misc.multids index 5bdb55716..c21b68326 100644 --- a/core/language/en-GB/Misc.multids +++ b/core/language/en-GB/Misc.multids @@ -43,8 +43,6 @@ OfficialPluginLibrary/Hint: The official ~TiddlyWiki plugin library at tiddlywik PluginReloadWarning: Please save {{$:/core/ui/Buttons/save-wiki}} and reload {{$:/core/ui/Buttons/refresh}} to allow changes to plugins to take effect RecentChanges/DateFormat: DDth MMM YYYY SystemTiddler/Tooltip: This is a system tiddler -Tagger/Caption: Tagger -TagManager/Caption: Tags TagManager/Colour/Heading: Colour TagManager/Count/Heading: Count TagManager/Icon/Heading: Icon diff --git a/core/ui/Manager.tid b/core/ui/Manager.tid index 20ca4ef40..b4a375516 100644 --- a/core/ui/Manager.tid +++ b/core/ui/Manager.tid @@ -2,6 +2,118 @@ title: $:/Manager icon: $:/core/images/list color: #bbb -
-<> +\define tag-checkbox-actions() +<$action-listops + $tiddler="$:/config/Tagger/RecentTags" + $subfilter="[] [list[$:/config/Tagger/RecentTags]] +[limit[12]]" +/> +\end + +\define tag-picker-actions() +<> +<$action-listops + $tiddler=<> + $field="tags" + $subfilter="[] [all[current]tags[]]" +/> +\end + +
+
+
+Search: <$edit-text tiddler="$:/config/Tagger/Filter" tag="input" default="" placeholder="Search"/> +
+
+Filter by tag: <$select tiddler="$:/config/Tagger/Tag" default=""> + +<$list filter="[!is{$:/config/Tagger/System}tags[]!is[system]sort[title]]" variable="tag"> + + + +
+
+Sort by: <$select tiddler="$:/config/Tagger/Sort" default="title"> + +<$list filter="title modified modifier created creator created" variable="field"> + + + + +<$list filter="[!is{$:/config/Tagger/System}fields[]sort[title]] -title -modified -modifier -created -creator -created" variable="field"> + + + + +<$checkbox tiddler="$:/config/Tagger/Order" field="text" checked="reverse" unchecked="forward" default="forward"> +Reverse order + +
+
+<$checkbox tiddler="$:/config/Tagger/Untagged" field="text" checked="yes" unchecked="no" default="no"> +Only show untagged tiddlers + +
+
+<$checkbox tiddler="$:/config/Tagger/System" field="text" checked="missing" unchecked="system" default="system"> +Show system tiddlers + +
+
+<$checkbox tiddler="$:/config/Tagger/View" field="text" checked="plain" unchecked="wikified" default="wikified"> +Show raw text + +
+
+
+<$list filter="[!is{$:/config/Tagger/System}search{$:/config/Tagger/Filter}tag:strict{$:/config/Tagger/Tag}untagged:no{$:/config/Tagger/Untagged}sort{$:/config/Tagger/Sort}order{$:/config/Tagger/Order}]"> +<$vars transclusion=<>> +
+<$button popup=<> class="tc-btn-invisible tc-manager-list-item-heading"> +<$text text=<>/> + +<$reveal state=<> type="nomatch" text="" default="" tag="div" class="tc-manager-list-item-content tc-popup-handle"> +
+
+<$reveal state="$:/config/Tagger/View" type="nomatch" text="plain"> +<$transclude mode="block"/> + +<$reveal state="$:/config/Tagger/View" type="match" text="plain"> +
+
+<$view/>
+
+
+ +
+ + +<$list filter="[all[current]fields[]sort[title]] -text" template="$:/core/ui/TiddlerFieldTemplate" variable="listItem"/> + +
+
+ + +
+ + +
diff --git a/core/ui/TagManager.tid b/core/ui/TagManager.tid index b00b7c358..eeb2135c5 100644 --- a/core/ui/TagManager.tid +++ b/core/ui/TagManager.tid @@ -1,5 +1,4 @@ title: $:/TagManager -tags: $:/tags/Manager icon: $:/core/images/tag-button color: #bbb caption: {{$:/language/TagManager/Caption}} diff --git a/core/ui/Tagger.tid b/core/ui/Tagger.tid deleted file mode 100644 index 06383e974..000000000 --- a/core/ui/Tagger.tid +++ /dev/null @@ -1,122 +0,0 @@ -title: $:/Tagger -tags: $:/tags/Manager -icon: $:/core/images/list -color: #bbb -caption: {{$:/language/Tagger/Caption}} - -\define tag-checkbox-actions() -<$action-listops - $tiddler="$:/config/Tagger/RecentTags" - $subfilter="[] [list[$:/config/Tagger/RecentTags]] +[limit[12]]" -/> -\end - -\define tag-picker-actions() -<> -<$action-listops - $tiddler=<> - $field="tags" - $subfilter="[] [all[current]tags[]]" -/> -\end - -
-
-
-Search: <$edit-text tiddler="$:/config/Tagger/Filter" tag="input" default="" placeholder="Search"/> -
-
-Filter by tag: <$select tiddler="$:/config/Tagger/Tag" default=""> - -<$list filter="[!is{$:/config/Tagger/System}tags[]!is[system]sort[title]]" variable="tag"> - - - -
-
-Sort by: <$select tiddler="$:/config/Tagger/Sort" default="title"> - -<$list filter="title modified modifier created creator created" variable="field"> - - - - -<$list filter="[!is{$:/config/Tagger/System}fields[]sort[title]] -title -modified -modifier -created -creator -created" variable="field"> - - - - -<$checkbox tiddler="$:/config/Tagger/Order" field="text" checked="reverse" unchecked="forward" default="forward"> -Reverse order - -
-
-<$checkbox tiddler="$:/config/Tagger/Untagged" field="text" checked="yes" unchecked="no" default="no"> -Only show untagged tiddlers - -
-
-<$checkbox tiddler="$:/config/Tagger/System" field="text" checked="missing" unchecked="system" default="system"> -Show system tiddlers - -
-
-<$checkbox tiddler="$:/config/Tagger/View" field="text" checked="plain" unchecked="wikified" default="wikified"> -Show raw text - -
-
-
-<$list filter="[!is{$:/config/Tagger/System}search{$:/config/Tagger/Filter}tag:strict{$:/config/Tagger/Tag}untagged:no{$:/config/Tagger/Untagged}sort{$:/config/Tagger/Sort}order{$:/config/Tagger/Order}]"> -<$vars transclusion=<>> -
-<$button popup=<> class="tc-btn-invisible tc-manager-list-item-heading"> -<$text text=<>/> - -<$reveal state=<> type="nomatch" text="" default="" tag="div" class="tc-manager-list-item-content tc-popup-handle"> -
-
-<$reveal state="$:/config/Tagger/View" type="nomatch" text="plain"> -<$transclude mode="block"/> - -<$reveal state="$:/config/Tagger/View" type="match" text="plain"> -
-
-<$view/>
-
-
- -
- - -<$list filter="[all[current]fields[]sort[title]] -text" template="$:/core/ui/TiddlerFieldTemplate" variable="listItem"/> - -
-
- - -
- - -
-
-