Skip to content

Commit 6e578d2

Browse files
committed
Update 2.9.7
Small bug in csv table, todo actions fixed
1 parent c0cb396 commit 6e578d2

File tree

5 files changed

+10
-10
lines changed

5 files changed

+10
-10
lines changed

docs/index.html

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

packaged/shiraz.tid

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

source/shiraz/history.tid

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ type: text/vnd.tiddlywiki
33

44
Full change log: [[https://kookma.github.io/TW-Shiraz/#ChangeLog]]
55

6-
* ''2.9.6'' -- 2024.07.12 -- update to work with TiddlyWiki 5.3.5
6+
* ''2.9.7'' -- 2024.07.13 -- update to work with TiddlyWiki 5.3.5
77
* ''2.9.5'' -- 2024.06.05 -- minor bug fixes. Reverted to work with TW 5.2.7+
88
* ''2.9.4'' -- 2024.05.31 -- update to use some new features of 5.3.3
99
* ''2.7.1'' -- 2022.12.17 -- update to Tiddlywiki 5.2.4, few bug fixes

source/shiraz/macros/csvtables/formats-task.tid

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ type: text/vnd.tiddlywiki
1313
<!-- toggle a line done (x) / undone (-) . the lbr is used to prevent replace "x, Hi" with "x, Hi Jeremy"-->
1414
<$vars lbr="
1515
">
16-
<$vars in={{{ [<row>addsuffix<lbr>] }}} out={{{[<row>splitregexp<delimiter>rest[]join[,]addprefix[$param$,]addsuffix<lbr>]}}} >
16+
<$vars in={{{ [<row>addsuffix<lbr>] }}} out={{{[<row>splitregexp<delimiter>rest[]join<delimiter>addprefix<delimiter>addprefix[$param$]addsuffix<lbr>]}}} >
1717
<$action-setfield $tiddler=<<src>> text={{{ [<src>get[text]search-replace:g:<in>,<out>] }}}/>
1818
</$vars>
1919
</$vars>

source/shiraz/plugin.info

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"name": "Shiraz",
44
"description": "extended markups, styles, images, tables, and macros",
55
"author": "Mohammad Rahmani",
6-
"version": "2.9.6",
6+
"version": "2.9.7",
77
"core-version": ">=5.2.7",
88
"source": "https://github.com/kookma/TW-Shiraz",
99
"list": "readme license history",

0 commit comments

Comments
 (0)