Skip to content

Commit e9e67f6

Browse files
committed
Updae 2.1.2
Updated to TW 5.1.23
1 parent aae3bab commit e9e67f6

File tree

7 files changed

+921
-413
lines changed

7 files changed

+921
-413
lines changed

docs/index.html

Lines changed: 890 additions & 395 deletions
Large diffs are not rendered by default.

packaged/commander.tid

Lines changed: 4 additions & 3 deletions
Large diffs are not rendered by default.

source/commander/buttons/pagecontrol.tid

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ caption: {{$:/plugins/kookma/commander/images/file-alt}} {{$:/language/Buttons/C
22
created: 20190724145015836
33
description: Open tiddler commander
44
list-after: $:/core/ui/Buttons/advanced-search
5-
modified: 20201002120203952
5+
modified: 20210102140141074
66
tags: $:/tags/PageControls
77
title: $:/plugins/kookma/commander/buttons/pagecontrol
88
type: text/vnd.tiddlywiki
@@ -11,7 +11,7 @@ type: text/vnd.tiddlywiki
1111
\define commander-button(class)
1212
<$button to="$:/Commander" tooltip={{$:/language/Buttons/Commander/Hint}} aria-label={{$:/language/Buttons/Commander/Caption}} class="""$(tv-config-toolbar-class)$ $class$""">
1313
<$list filter="[<tv-config-toolbar-icons>match[yes]]">
14-
{{$:/plugins/kookma/commander/images/file-alt.svg}}
14+
{{$:/plugins/kookma/commander/images/commander.svg}}
1515
</$list>
1616
<$list filter="[<tv-config-toolbar-text>match[yes]]">
1717
<span class="tc-btn-text"><$text text={{$:/language/Buttons/Commander/Caption}}/></span>
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
caption: file-alt (Regular)
22
created: 20190724144859943
3-
modified: 20201002120229934
4-
title: $:/plugins/kookma/commander/images/file-alt.svg
3+
modified: 20210102140141641
4+
title: $:/plugins/kookma/commander/images/commander.svg
55
type: text/vnd.tiddlywiki
66

77
<svg class="tc-image-file-alt tc-image-button" width="22pt" height="22pt" viewBox="0 0 384 512"><path d="M288 248v28c0 6.6-5.4 12-12 12H108c-6.6 0-12-5.4-12-12v-28c0-6.6 5.4-12 12-12h168c6.6 0 12 5.4 12 12zm-12 72H108c-6.6 0-12 5.4-12 12v28c0 6.6 5.4 12 12 12h168c6.6 0 12-5.4 12-12v-28c0-6.6-5.4-12-12-12zm108-188.1V464c0 26.5-21.5 48-48 48H48c-26.5 0-48-21.5-48-48V48C0 21.5 21.5 0 48 0h204.1C264.8 0 277 5.1 286 14.1L369.9 98c9 8.9 14.1 21.2 14.1 33.9zm-128-80V128h76.1L256 51.9zM336 464V176H232c-13.3 0-24-10.7-24-24V48H48v416h288z"/></svg>

source/commander/plugin.info

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22
"title": "$:/plugins/kookma/commander",
33
"description": "Tiddler Commander",
44
"author": "Mohammad Rahmani",
5-
"version": "2.1.0",
5+
"version": "2.1.2",
66
"core-version": ">=5.1.22",
7-
"source": "https://github.com/kookma/Shiraz",
7+
"source": "https://github.com/kookma/TW-Commander",
88
"list": "readme history license authors",
99
"dependents": "",
1010
"plugin-type": "plugin"

source/commander/readme.tid

Lines changed: 10 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,9 @@
11
created: 20200324061906254
2-
modified: 20201002120229880
2+
modified: 20210102142228008
33
tags:
44
title: $:/plugins/kookma/commander/readme
55
type: text/vnd.tiddlywiki
66

7-
<style>
8-
.cmd-doc svg{
9-
width: 1.2em;
10-
height: 1.2em;
11-
vertical-align: middle;}
12-
</style>
137
; Tiddler Commander
148
Tiddler Commander, in short ''Commander'' is a unique tool for batch operations on tiddlers. Commander has the below features
159

@@ -24,12 +18,19 @@ Tiddler Commander, in short ''Commander'' is a unique tool for batch operations
2418
* Search, //save and load// any combination of filter search
2519

2620
; Start Commander
27-
* Normally Commander adds its icon: <span class="cmd-doc">{{$:/plugins/kookma/commander/images/file-alt.svg}}</span> to page controls.
28-
* Open the right sidebar and click on the <span class="cmd-doc">{{$:/plugins/kookma/commander/images/file-alt.svg}}</span> Commander is started
21+
* Normally Commander adds its icon: <span class="cmd-doc">{{$:/plugins/kookma/commander/images/commander.svg}}</span> to page controls.
22+
* Open the right sidebar and click on the <span class="cmd-doc">{{$:/plugins/kookma/commander/images/commander.svg}}</span> Commander is started
2923
* In standard Tiddlywiki, control buttons are shown on the right sidebar under site title.
3024

3125
; Code and demo
3226
For learning plugin features, syntax, tutorial and examples see the plugin demo and code pages
3327

3428
* Demo: https://kookma.github.io/TW-Commander/
3529
* Code: https://github.com/kookma/TW-Commander
30+
31+
<style>
32+
.cmd-doc svg{
33+
width: 1.2em;
34+
height: 1.2em;
35+
vertical-align: middle;}
36+
</style>
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
created: 20210102093753666
2+
modified: 20210102140349092
3+
tags: $:/tags/ViewTemplate
4+
title: $:/plugins/kookma/commander/viewtemplate/import
5+
type: text/vnd.tiddlywiki
6+
7+
<$list filter="[all[current]match[$:/Import]status[complete]]" variable="null">
8+
<$button actions="""<$action-setfield $tiddler="$:/temp/commander/search-box" text="[[$:/Import]links[]]"/><$action-navigate $to="$:/Commander"/>""">
9+
{{$:/plugins/kookma/commander/images/commander.svg}} Batch edit
10+
</$button>
11+
</$list>

0 commit comments

Comments
 (0)