From 2dd9a2006dc343642212a8e9ac48051b3d97bd63 Mon Sep 17 00:00:00 2001 From: Jeremy Ruston Date: Fri, 30 Jan 2026 20:57:13 +0000 Subject: [PATCH] Impact note about wikified palettes --- .../5.4.0/#8702 - wikitext-palette-entries.tid | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 editions/tw5.com/tiddlers/releasenotes/5.4.0/#8702 - wikitext-palette-entries.tid diff --git a/editions/tw5.com/tiddlers/releasenotes/5.4.0/#8702 - wikitext-palette-entries.tid b/editions/tw5.com/tiddlers/releasenotes/5.4.0/#8702 - wikitext-palette-entries.tid new file mode 100644 index 0000000000..1018e81e3e --- /dev/null +++ b/editions/tw5.com/tiddlers/releasenotes/5.4.0/#8702 - wikitext-palette-entries.tid @@ -0,0 +1,11 @@ +title: $:/changenotes/5.4.0/#8702/impacts/wikitext-palette-entries +changenote: $:/changenotes/5.4.0/#8702 +created: 20250901000000000 +modified: 20250901000000000 +tags: $:/tags/ImpactNote +description: Palette entries using wikification will no longer work +impact-type: deprecation + +Before v5.4.0, TiddlyWiki palette entries were interpreted as WikiText, allowing the familiar `<>` macro to be used within them. In fact, these entries can use any valid wikitext, including widgets and conditionals. + +From v5.4.0 onwards, palette entries are treated as filter expressions. To improve backwards compatibility there is special handling to transform the `<>` macro into the equivalent filter expression `[tf.colour[...]]`. However, other wikitext constructs are not supported and will not function correctly.