1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2026-03-26 17:49:54 +00:00
Files
TiddlyWiki5/core/modules
Robin Munn ab72cc7b09 Allow negative indexes in json operators (#7849)
* Add unit tests for negative indexes in json ops

* Allow negative indexes in JSON operators

Negative indexes will be treated as counting from the end, so -1 means
last item of the array, -2 means next-to-last item, and so on.

* Add documentation for negative indexes
2023-11-21 11:05:13 +00:00
..
2023-09-13 18:06:30 +01:00