From 74c57e9bc9752d8ceddd9aed69451dbeebcbd5b4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Th=C3=A9ophile=20Desmedt?= <34781168+DesignThinkerer@users.noreply.github.com> Date: Sun, 8 Dec 2024 20:29:39 +0100 Subject: [PATCH] fix typo + use <<.wid wikify>> when mentioning the wikify widget --- .../tiddlers/TestCases_WikifyWidget_RenderSVGURI.tid | 2 +- editions/tw5.com/tiddlers/widgets/WikifyWidget.tid | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/editions/tw5.com/tiddlers/TestCases_WikifyWidget_RenderSVGURI.tid b/editions/tw5.com/tiddlers/TestCases_WikifyWidget_RenderSVGURI.tid index 3dffa7fda9e..c3aaf964dfa 100644 --- a/editions/tw5.com/tiddlers/TestCases_WikifyWidget_RenderSVGURI.tid +++ b/editions/tw5.com/tiddlers/TestCases_WikifyWidget_RenderSVGURI.tid @@ -1,5 +1,5 @@ created: 20241206225533517 -description: Rendering parametrized svg for use in stylesheets +description: Rendering parameterised SVG for use in stylesheets tags: $:/tags/wiki-test-spec title: TestCases/WikifyWidget/RenderSVGURI type: text/vnd.tiddlywiki-multiple diff --git a/editions/tw5.com/tiddlers/widgets/WikifyWidget.tid b/editions/tw5.com/tiddlers/widgets/WikifyWidget.tid index a9c66850b1e..198c5d64e2f 100644 --- a/editions/tw5.com/tiddlers/widgets/WikifyWidget.tid +++ b/editions/tw5.com/tiddlers/widgets/WikifyWidget.tid @@ -7,11 +7,11 @@ type: text/vnd.tiddlywiki ! Introduction -The <<.wid wikify>> widget parses and renders a string of text and assigns the result to a specified [[variable|Variables]]. The new value of the variable is available to the content within the wikify widget. +The <<.wid wikify>> widget parses and renders a string of text and assigns the result to a specified [[variable|Variables]]. The new value of the variable is available to the content within the <<.wid wikify>> widget. ! Content and Attributes -The content of the `<$wikify>` widget is the scope for the value assigned to the variable. +The content of the <<.wid wikify>> widget is the scope for the value assigned to the variable. |!Attribute |!Description | |name |The name of the variable to assign | @@ -45,6 +45,6 @@ The available output types are: <> -!! Rendering parametrized svg for use in stylesheets +!! Rendering parameterised SVG for use in stylesheets <> \ No newline at end of file