TiddlyWiki5/editions/test/tiddlers/tests
Cameron Fischer 74a18c39ab
$parameters widgets now claim index parameters sequentially (#7962)
* $parameters widgets now claim index parameters sequentially

Before, they just always used their own indices, which meant unnamed
parameters would get assigned to multiple values, which wasn't any
use to anyone.

* Elaborated tests for nested parameters

* Added example to clarify how multiple paramter definitions are handled

* Updated \procedure documentation

* Removed depth from $parameters

* Add failing test

* Adjusted transclude to account for refreshing

* This index system should work

It handles some strange edge cases too.

* Stupid end-of-file newlines

* Removed redundant whitespace pragma

---------

Co-authored-by: Jeremy Ruston <jeremy@jermolene.com>
2024-02-10 14:44:39 +01:00
..
data $parameters widgets now claim index parameters sequentially (#7962) 2024-02-10 14:44:39 +01:00
modules/utils CSV parser improvements (#7042) 2022-11-20 17:51:01 +00:00
test-action-widgets.js action-setfield shouldn't write to the current tiddler if the $tiddler attribute is present but has evaluated to a missing attribute 2022-04-16 18:02:27 +01:00
test-backlinks.js Add backlinks indexer (#4421) 2020-03-26 13:15:02 +00:00
test-checkbox-widget.js Checkbox widget should not affect date fields (#7448) 2023-05-11 18:28:44 +01:00
test-compare-filter.js Add new compare filter operator 2020-04-13 10:03:01 +01:00
test-deserialize-operator.js Adds a deserialize filter operator (#7511) 2023-06-03 14:33:10 +01:00
test-deserializers.js Add support for JSON-formatted tiddler store, and make it the default (#5708) 2021-07-14 09:15:30 +01:00
test-filters.js Fix last filter operator when zero items selected (#7809) 2023-10-25 13:14:49 +01:00
test-html-parser.js Adds Text substitution support in widget attributes and new operator (#7526) 2023-06-24 14:57:15 +01:00
test-json-filters.js Fix jsonset crash when applied to primitive types 2023-11-29 12:06:40 +00:00
test-linked-list.js Linked-List refactor (#6056) 2022-11-27 17:48:08 +00:00
test-parsetextreference.js Parameterised transclusions (#6666) 2023-04-19 11:55:25 +01:00
test-popup.js Fixed PR to fix popup position if popup is triggered from within an offsetParent element (#7013) 2022-12-01 21:16:44 +00:00
test-prefixes-filter.js Add a `:then` filter run prefix (#7392) 2023-06-24 18:07:34 +01:00
test-tags.js Fix for tag ordering issue #6382 (#6383) 2022-02-21 15:34:05 +00:00
test-tiddler.js Add isEqual() method to tiddlers 2014-06-23 08:09:59 +01:00
test-utils.js Fix encodebase64 and decodebase64 filters (#7683) 2023-10-18 16:08:56 +01:00
test-widget.js Add join attribute to list widget (#7694) 2023-11-25 09:35:05 +00:00
test-wikitext-parser.js Parameterised transclusions (#6666) 2023-04-19 11:55:25 +01:00
test-wikitext-tabs-macro.js Parameterised transclusions (#6666) 2023-04-19 11:55:25 +01:00
test-wikitext.js Switch off CamelCase linking by default (#7513) 2023-06-08 21:45:14 +01:00