TiddlyWiki5/core/modules/parsers
Jeremy Ruston 64ee20edd2
Further MVV fixes (#9645)
* Add ((var)) syntax for passing multi-valued variables through transclude pipeline

Introduce ((var)) attribute syntax to explicitly pass
MVVs to procedures and functions via $transclude, solving the limitation
where <<var>> always resolves to the first value only for backwards
compatibility. Also adds ((var||sep)) and (((filter||sep))) inline display
syntax for debugging MVV values, and multivalued defaults for parameter attributes

* Create pr-draft.md

* Revert "Create pr-draft.md"

This reverts commit dd116af41b.

* Update change note

* Fix linting errors
2026-02-10 12:16:20 +01:00
..
wikiparser Further MVV fixes (#9645) 2026-02-10 12:16:20 +01:00
audioparser.js Allow intercept of audioparser by widget and pass attributes (#9024) 2025-10-29 12:19:09 +00:00
binaryparser.js Remove module function wrapper and add matching configurations for dprint and eslint (#7596) 2025-03-21 17:22:57 +00:00
csvparser.js Add support for text/tab-separated-values mimetype (#9445) 2025-11-19 16:59:15 +00:00
htmlparser.js Remove module function wrapper and add matching configurations for dprint and eslint (#7596) 2025-03-21 17:22:57 +00:00
imageparser.js Fix images loaded from _canonical_uri tiddlers do not have loading and error classes assigned (#9570) 2026-01-10 14:50:31 +00:00
parseutils.js Further MVV fixes (#9645) 2026-02-10 12:16:20 +01:00
pdfparser.js Remove module function wrapper and add matching configurations for dprint and eslint (#7596) 2025-03-21 17:22:57 +00:00
textparser.js Remove module function wrapper and add matching configurations for dprint and eslint (#7596) 2025-03-21 17:22:57 +00:00
videoparser.js Remove module function wrapper and add matching configurations for dprint and eslint (#7596) 2025-03-21 17:22:57 +00:00