Skip to content

Commit

Permalink
Updae 2.1.2
Browse files Browse the repository at this point in the history
Updated to TW 5.1.23
  • Loading branch information
kookma committed Jan 2, 2021
1 parent aae3bab commit e9e67f6
Show file tree
Hide file tree
Showing 7 changed files with 921 additions and 413 deletions.
1,285 changes: 890 additions & 395 deletions docs/index.html

Large diffs are not rendered by default.

7 changes: 4 additions & 3 deletions packaged/commander.tid

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions source/commander/buttons/pagecontrol.tid
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ caption: {{$:/plugins/kookma/commander/images/file-alt}} {{$:/language/Buttons/C
created: 20190724145015836
description: Open tiddler commander
list-after: $:/core/ui/Buttons/advanced-search
modified: 20201002120203952
modified: 20210102140141074
tags: $:/tags/PageControls
title: $:/plugins/kookma/commander/buttons/pagecontrol
type: text/vnd.tiddlywiki
Expand All @@ -11,7 +11,7 @@ type: text/vnd.tiddlywiki
\define commander-button(class)
<$button to="$:/Commander" tooltip={{$:/language/Buttons/Commander/Hint}} aria-label={{$:/language/Buttons/Commander/Caption}} class="""$(tv-config-toolbar-class)$ $class$""">
<$list filter="[<tv-config-toolbar-icons>match[yes]]">
{{$:/plugins/kookma/commander/images/file-alt.svg}}
{{$:/plugins/kookma/commander/images/commander.svg}}
</$list>
<$list filter="[<tv-config-toolbar-text>match[yes]]">
<span class="tc-btn-text"><$text text={{$:/language/Buttons/Commander/Caption}}/></span>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
caption: file-alt (Regular)
created: 20190724144859943
modified: 20201002120229934
title: $:/plugins/kookma/commander/images/file-alt.svg
modified: 20210102140141641
title: $:/plugins/kookma/commander/images/commander.svg
type: text/vnd.tiddlywiki

<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>
4 changes: 2 additions & 2 deletions source/commander/plugin.info
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
"title": "$:/plugins/kookma/commander",
"description": "Tiddler Commander",
"author": "Mohammad Rahmani",
"version": "2.1.0",
"version": "2.1.2",
"core-version": ">=5.1.22",
"source": "https://github.com/kookma/Shiraz",
"source": "https://github.com/kookma/TW-Commander",
"list": "readme history license authors",
"dependents": "",
"plugin-type": "plugin"
Expand Down
19 changes: 10 additions & 9 deletions source/commander/readme.tid
Original file line number Diff line number Diff line change
@@ -1,15 +1,9 @@
created: 20200324061906254
modified: 20201002120229880
modified: 20210102142228008
tags:
title: $:/plugins/kookma/commander/readme
type: text/vnd.tiddlywiki

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

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

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

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

* Demo: https://kookma.github.io/TW-Commander/
* Code: https://github.com/kookma/TW-Commander

<style>
.cmd-doc svg{
width: 1.2em;
height: 1.2em;
vertical-align: middle;}
</style>
11 changes: 11 additions & 0 deletions source/commander/viewtemplate/import.tid
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
created: 20210102093753666
modified: 20210102140349092
tags: $:/tags/ViewTemplate
title: $:/plugins/kookma/commander/viewtemplate/import
type: text/vnd.tiddlywiki

<$list filter="[all[current]match[$:/Import]status[complete]]" variable="null">
<$button actions="""<$action-setfield $tiddler="$:/temp/commander/search-box" text="[[$:/Import]links[]]"/><$action-navigate $to="$:/Commander"/>""">
{{$:/plugins/kookma/commander/images/commander.svg}} Batch edit
</$button>
</$list>

0 comments on commit e9e67f6

Please sign in to comment.