From 91327c1af039a4d2dbd88e22d04bef9e36902890 Mon Sep 17 00:00:00 2001 From: Rob Hoelz Date: Mon, 10 Oct 2022 10:49:20 -0500 Subject: [PATCH 1/2] Use deprecated macro for deprecated commands (#6973) This just brings the documentation for these commands more inline with other deprecations, plus offers a link to the recommended alternative as well as the explanation for deprecation --- editions/tw5.com/tiddlers/commands/RenderTiddlerCommand.tid | 2 ++ editions/tw5.com/tiddlers/commands/RenderTiddlersCommand.tid | 2 ++ editions/tw5.com/tiddlers/commands/SaveTiddlerCommand.tid | 2 ++ editions/tw5.com/tiddlers/commands/SaveTiddlersCommand.tid | 2 ++ 4 files changed, 8 insertions(+) diff --git a/editions/tw5.com/tiddlers/commands/RenderTiddlerCommand.tid b/editions/tw5.com/tiddlers/commands/RenderTiddlerCommand.tid index 7e535648d..ede970536 100644 --- a/editions/tw5.com/tiddlers/commands/RenderTiddlerCommand.tid +++ b/editions/tw5.com/tiddlers/commands/RenderTiddlerCommand.tid @@ -2,4 +2,6 @@ title: RenderTiddlerCommand tags: Commands caption: rendertiddler +<<.deprecated-since "5.1.15" "RenderCommand">>. + {{$:/language/Help/rendertiddler}} diff --git a/editions/tw5.com/tiddlers/commands/RenderTiddlersCommand.tid b/editions/tw5.com/tiddlers/commands/RenderTiddlersCommand.tid index d2b62fb99..6d4282fb2 100644 --- a/editions/tw5.com/tiddlers/commands/RenderTiddlersCommand.tid +++ b/editions/tw5.com/tiddlers/commands/RenderTiddlersCommand.tid @@ -2,4 +2,6 @@ title: RenderTiddlersCommand tags: Commands caption: rendertiddlers +<<.deprecated-since "5.1.15" "RenderCommand">>. + {{$:/language/Help/rendertiddlers}} diff --git a/editions/tw5.com/tiddlers/commands/SaveTiddlerCommand.tid b/editions/tw5.com/tiddlers/commands/SaveTiddlerCommand.tid index 3f4626a5b..f51799163 100644 --- a/editions/tw5.com/tiddlers/commands/SaveTiddlerCommand.tid +++ b/editions/tw5.com/tiddlers/commands/SaveTiddlerCommand.tid @@ -4,4 +4,6 @@ created: 20131218121606089 modified: 20131218121606089 caption: savetiddler +<<.deprecated-since "5.1.15" "SaveCommand">>. + {{$:/language/Help/savetiddler}} diff --git a/editions/tw5.com/tiddlers/commands/SaveTiddlersCommand.tid b/editions/tw5.com/tiddlers/commands/SaveTiddlersCommand.tid index 5ca877bfa..c167cd4a3 100644 --- a/editions/tw5.com/tiddlers/commands/SaveTiddlersCommand.tid +++ b/editions/tw5.com/tiddlers/commands/SaveTiddlersCommand.tid @@ -4,4 +4,6 @@ created: 20140609121606089 modified: 20140609121606089 caption: savetiddlers +<<.deprecated-since "5.1.15" "SaveCommand">>. + {{$:/language/Help/savetiddlers}} From 941c09fae2a9da96fe0f4ffd96e57cd68f4b828d Mon Sep 17 00:00:00 2001 From: "jeremy@jermolene.com" Date: Mon, 17 Oct 2022 12:21:34 +0100 Subject: [PATCH 2/2] ScrollableWidget example shouldn't iterate through all tiddlers --- editions/tw5.com/tiddlers/widgets/ScrollableWidget.tid | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/editions/tw5.com/tiddlers/widgets/ScrollableWidget.tid b/editions/tw5.com/tiddlers/widgets/ScrollableWidget.tid index a0664a5da..6fda3a974 100644 --- a/editions/tw5.com/tiddlers/widgets/ScrollableWidget.tid +++ b/editions/tw5.com/tiddlers/widgets/ScrollableWidget.tid @@ -36,7 +36,7 @@ This example requires the following CSS definitions from [[$:/_tw5.com-styles]]: This wiki text shows how to display a list within the scrollable widget: < -<$list filter='[!is[system]]'> +<$list filter='[tag[Reference]]'> <$view field='title'/>: <$list filter='[all[current]links[]sort[title]]' storyview='pop'> <$link><$view field='title'/>