TiddlyWiki / TiddlyWiki5

A self-contained JavaScript wiki for the browser, Node.js, AWS Lambda etc.
https://tiddlywiki.com/
Other
8.08k stars 1.19k forks source link

[BUG] Genesis widget attribute precedence is contrary to docs #8701

Closed saqimtiaz closed 3 weeks ago

saqimtiaz commented 4 weeks ago

Contrary to the documentation, the genesis widget code actually processes the explicit attributes before it processes the $names/$values attributes.

We should change the code to match the docs but need to consider if there is a backwards compatibility impact.

Background: https://talk.tiddlywiki.org/t/bug-in-genesis-widget-precedence/10548