diff --git a/editions/tw5.com/tiddlers/Colour Handling Improvements Preview Build.tid b/editions/tw5.com/tiddlers/Colour Handling Improvements Preview Build.tid index d9527fe7ad..a75c455eb5 100644 --- a/editions/tw5.com/tiddlers/Colour Handling Improvements Preview Build.tid +++ b/editions/tw5.com/tiddlers/Colour Handling Improvements Preview Build.tid @@ -31,7 +31,7 @@ modified: 20250204130756749 The following features are required for the new colour handling system, but are general purpose, and may be cherry picked for earlier merging: * [[Background Actions]] -* MediaQueryTrackerMechanism +* [[Media Query Tracker Mechanism]] * [[changecount Operator]] * [[Apply Filter Run Prefix]] diff --git a/editions/tw5.com/tiddlers/filters/colour-interpolate.tid b/editions/tw5.com/tiddlers/filters/colour-interpolate.tid index 289b56230b..66034c1fda 100644 --- a/editions/tw5.com/tiddlers/filters/colour-interpolate.tid +++ b/editions/tw5.com/tiddlers/filters/colour-interpolate.tid @@ -19,7 +19,7 @@ op-output: the values of the interpolated colours \end interpolate-example -<<.from-version "5.4.0">> See [[Colour Palettes]] for background. +<<.from-version "5.4.0">> See ColourPalettes for background. The <<.op colour-interpolate>> operator is used to interpolate colour values in a chosen colour space. It uses an extended syntax that permits multiple additional parameters to be passed: diff --git a/editions/tw5.com/tiddlers/filters/colour-set-oklch.tid b/editions/tw5.com/tiddlers/filters/colour-set-oklch.tid index b47e065f73..bbabbf73e6 100644 --- a/editions/tw5.com/tiddlers/filters/colour-set-oklch.tid +++ b/editions/tw5.com/tiddlers/filters/colour-set-oklch.tid @@ -9,7 +9,7 @@ op-suffix: "l", "c" or "h" to indicate which component of the colour to modify op-parameter: value of the property to modify op-output: the values of the modified colours -<<.from-version "5.4.0">> See [[Colour Palettes]] for background. +<<.from-version "5.4.0">> See ColourPalettes for background. The <<.op colour-set-oklch>> operator is used to manipulate colour values in the [[OKLCH|https://developer.mozilla.org/en-US/docs/Web/CSS/color_value/oklch]] colour space. The OKLCH colour space expresses colours as three numbers: diff --git a/editions/tw5.com/tiddlers/mechanisms/MediaQueryTrackerMechanism.tid b/editions/tw5.com/tiddlers/mechanisms/MediaQueryTrackerMechanism.tid index 6c56b24827..1944a7e0ad 100644 --- a/editions/tw5.com/tiddlers/mechanisms/MediaQueryTrackerMechanism.tid +++ b/editions/tw5.com/tiddlers/mechanisms/MediaQueryTrackerMechanism.tid @@ -1,4 +1,4 @@ -title: MediaQueryTrackerMechanism +title: Media Query Tracker Mechanism tags: Mechanisms <<.from-version "5.4.0">> The media query tracker mechanism allows you to define [[custom CSS media queries|https://developer.mozilla.org/en-US/docs/Web/CSS/CSS_media_queries/Using_media_queries]] to be bound to a specified [[info|InfoMechanism]] tiddler. The info tiddler will be dynamically update to reflect the current state of the media query.