Avoid using camel case for new docs tiddlers

This commit is contained in:
Jeremy Ruston
2026-01-16 22:40:27 +00:00
parent 5b0c923a82
commit b0dc46c9e9
4 changed files with 4 additions and 4 deletions
@@ -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]]
@@ -19,7 +19,7 @@ op-output: the values of the interpolated colours
</$list>
\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:
@@ -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:
@@ -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.