Jeremy Ruston
Jeremy Ruston
@pmario @saqimtiaz I think this is a serious regression, and so am inclined towards a rapid v5.3.5 bug fix release.
I left a comment on [the Talk thread](https://talk.tiddlywiki.org/t/how-to-use-the-colour-macro-as-an-attribute-value/10051/9?u=jeremyruston): TiddlyWiki actually allows arbitrary wikitext in a palette colour definition. So something like this should work as things stand: ``` page-background: redgreen...
From my [post at Talk](https://talk.tiddlywiki.org/t/how-to-use-the-colour-macro-as-an-attribute-value/10051/13): I just realised that we should be able to apply wikification to attributes that are specified as transclusions of variables or tiddlers (ie `attr=` or...
> * [[BUG] `$tw.language.getString` can not parse global definitions #8905](https://github.com/TiddlyWiki/TiddlyWiki5/issues/8905) I think fixing it in v5.3.7 is acceptable, which can pave the way for implementing [Make draft title translatable #8891](https://github.com/TiddlyWiki/TiddlyWiki5/pull/8891)...
Thanks @pmario @Leilei332 I've reverted #8916 and #8912, and merged the palette PRs
I've posted a request for end user testing for v5.3.7 [in TalkTW](https://talk.tiddlywiki.org/t/preparing-for-release-of-tiddlywiki-v5-3-7-on-monday-7th-july-2024/12768)
Hi @pmario I think we need to add some alignment tests that we run on the empty edition. We could check conditions like: ``` document.querySelector(".tc-title").getBoundingClientRect().top === document.querySelector(".tc-site-title").getBoundingClientRect().top ```
Hi @pmario we should definitely get the wiki-based tests updated to use the "import" field, but I don't see much value in the test you propose because they ignore CSS....