Skip to content

Commit bc66fad

Browse files
committed
Update 2.1.4 bug fixes
Bug fixes
1 parent 2e5d517 commit bc66fad

File tree

108 files changed

+327
-16185
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

108 files changed

+327
-16185
lines changed

docs/index.html

Lines changed: 297 additions & 15941 deletions
Large diffs are not rendered by default.

packaged/commander.tid

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

source/commander/Commander.tid

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,4 @@
1-
created: 20190212051316149
2-
icon: $:/plugins/kookma/commander/images/file-alt
3-
modified: 20200324074719052
1+
icon: $:/plugins/kookma/commander/images/commander.svg
42
title: $:/Commander
53
type: text/vnd.tiddlywiki
64

source/commander/buttons/pagecontrol.tid

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
caption: {{$:/plugins/kookma/commander/images/file-alt}} {{$:/language/Buttons/Commander/Caption}}
2-
created: 20190724145015836
32
description: Open tiddler commander
43
list-after: $:/core/ui/Buttons/advanced-search
5-
modified: 20210102140141074
64
tags: $:/tags/PageControls
75
title: $:/plugins/kookma/commander/buttons/pagecontrol
86
type: text/vnd.tiddlywiki

source/commander/config/AutoFocus.tid

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
created: 20190212055413944
2-
modified: 20200324070652337
31
tags:
42
title: $:/plugins/kookma/commander/config/AutoFocus
53
type: text/vnd.tiddlywiki

source/commander/config/commonfields.tid

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
created: 20200114192650891
2-
modified: 20200324070652345
31
tags:
42
title: $:/plugins/kookma/commander/config/commonfields
53
type: text/vnd.tiddlywiki

source/commander/config/minlength.tid

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
created: 20200110122842113
2-
modified: 20200324070652355
31
tags:
42
title: $:/plugins/kookma/commander/config/minlength
53
type: text/vnd.tiddlywiki

source/commander/config/relink.tid

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
created: 20190911153159143
2-
modified: 20200324070652362
31
tags:
42
title: $:/plugins/kookma/commander/config/relink
53
type: text/vnd.tiddlywiki

source/commander/config/systemfields.tid

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
created: 20200106164439016
2-
modified: 20200324070652372
31
tags:
42
title: $:/plugins/kookma/commander/config/systemfields
53
type: text/vnd.tiddlywiki

source/commander/field/macros/add.tid

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
created: 20200112073000701
2-
modified: 20200325055206697
31
tags: $:/tags/Commander/Macro
42
title: $:/plugins/kookma/commander/field/macros/add
53
type: text/vnd.tiddlywiki
@@ -17,9 +15,9 @@ type: text/vnd.tiddlywiki
1715
</$vars>
1816
</$list>
1917
\end
20-
18+
<!-- from TiddlyWiki 5.2.0, field name with mixed case is allowed -->
2119
\define getFieldsname()
2220
<$list filter="[<__datafieldsTid__>indexes[]prefix[fldn]]" variable=item>
23-
{{{ [<__datafieldsTid__>getindex<item>trim[]lowercase[]split[ ]join[_]] }}}
21+
{{{ [<__datafieldsTid__>getindex<item>trim[]] }}}
2422
</$list>
2523
\end

0 commit comments

Comments
 (0)