mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2024-12-25 01:20:30 +00:00
Release note update
This commit is contained in:
parent
86296b67aa
commit
fd9938f2cc
@ -39,6 +39,17 @@ This release sees several improvements to the client-server configuration:
|
|||||||
|
|
||||||
See the [[pull request on GitHub for more details|https://github.com/Jermolene/TiddlyWiki5/pull/4373]].
|
See the [[pull request on GitHub for more details|https://github.com/Jermolene/TiddlyWiki5/pull/4373]].
|
||||||
|
|
||||||
|
!! New [[compare Operator]]
|
||||||
|
|
||||||
|
[[Added|https://github.com/Jermolene/TiddlyWiki5/issues/4554]] a new filter operator for comparing numbers, strings, dates and version numbers. For example:
|
||||||
|
|
||||||
|
```
|
||||||
|
[[2]compare:number:eq[3]] returns nothing
|
||||||
|
[[2]compare:number:lt[3]] returns "2"
|
||||||
|
[[2]compare:number:eq[2]] returns "2"
|
||||||
|
[[1]compare:number:gt[2]then[yes]else[no]]
|
||||||
|
```
|
||||||
|
|
||||||
!! New Plugins
|
!! New Plugins
|
||||||
|
|
||||||
* [[Added|https://github.com/Jermolene/TiddlyWiki5/commit/ad2d4503e584ce9f931dbd1e98f95738b2841e51]] new ''menubar'' plugin that creates a menu bar that is responsive on mobile devices, and supports search, dropdowns and links
|
* [[Added|https://github.com/Jermolene/TiddlyWiki5/commit/ad2d4503e584ce9f931dbd1e98f95738b2841e51]] new ''menubar'' plugin that creates a menu bar that is responsive on mobile devices, and supports search, dropdowns and links
|
||||||
|
Loading…
Reference in New Issue
Block a user