mirror of
https://github.com/TiddlyWiki/TiddlyWiki5.git
synced 2026-04-24 20:44:35 +00:00
* fix: limit macro call parser to need >> to work, prevent > in regex * test: add malformed macro parameter regression coverage The parser fix on this branch only changes parseMacroParameterAsAttribute() when an unquoted value starts with <<, so the previous broader parser tests did not prove the regression. Add a focused structural test that fails without the guard and passes with it. Ultraworked with [Sisyphus](https://github.com/code-yeongyu/oh-my-openagent) Co-authored-by: Sisyphus <clio-agent@sisyphuslabs.ai> * Revert "fix: limit macro call parser to need >> to work, prevent > in regex" This reverts commitf96b062902. * lint: test * Reapply "fix: limit macro call parser to need >> to work, prevent > in regex" This reverts commit075f7cc282. --------- Co-authored-by: Sisyphus <clio-agent@sisyphuslabs.ai>
title: $:/core/readme
This plugin contains TiddlyWiki's core components, comprising:
* JavaScript code modules
* Icons
* Templates needed to create TiddlyWiki's user interface
* British English (''en-GB'') translations of the localisable strings used by the core