From 91327c1af039a4d2dbd88e22d04bef9e36902890 Mon Sep 17 00:00:00 2001 From: Rob Hoelz Date: Mon, 10 Oct 2022 10:49:20 -0500 Subject: [PATCH] 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}}