-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Updated to TW 5.1.23
- Loading branch information
Showing
7 changed files
with
921 additions
and
413 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
4 changes: 2 additions & 2 deletions
4
source/commander/images/file-alt.svg.tid → source/commander/images/commander.svg.tid
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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> |