Shiraz plugin just got a new update.
Warning
Before update carefully read the changelog.
-
It breaks backward compatibility for priority field in Task manager.
-
It does not add the
tbl-clone
to dynamic tables by default. This can be manually added on demand -
Code: https://github.com/kookma/TW-Shiraz (star if you like it)
Revision 2.5.4
- Date: [2022.09.15]
- [NEW] The priority field now uses numbers instead of phrases. So it is sortable now. See $:/plugins/kookma/shiraz/templates/body/priority. Task manager table shows the equivalent phrases e.g. “1” for “very low” priority
- [FIXED] The tiddler clone column in dynamic table is not added by default now, manually add the
tbl-clone
into the list of fileds you passed totable-dynamic
macro. - [FIXED] The $:/plugins/kookma/shiraz/templates/body/due-date has been modified to address the issue with date selection (see Wrong date in different time zone). The solution by Eric Shulman is much appreciated. The template now uses UTC date.