From 14d1672f6a5c08b6f8e30ba8173be10f6f462957 Mon Sep 17 00:00:00 2001 From: Mario Pietsch Date: Fri, 18 Oct 2024 14:01:42 +0200 Subject: [PATCH] [DOCS] Improve TW Commands Listing (#8684) * [DOCS] Improve TW Commands Listing * Fix typos as requested --- editions/tw5.com/tiddlers/commands/Commands.tid | 10 ++++++++-- editions/tw5.com/tiddlers/commands/ServerCommand.tid | 4 +++- 2 files changed, 11 insertions(+), 3 deletions(-) diff --git a/editions/tw5.com/tiddlers/commands/Commands.tid b/editions/tw5.com/tiddlers/commands/Commands.tid index c103258c38c..51d83c740fb 100644 --- a/editions/tw5.com/tiddlers/commands/Commands.tid +++ b/editions/tw5.com/tiddlers/commands/Commands.tid @@ -1,9 +1,15 @@ created: 20150117174359000 -modified: 20180626122309578 +modified: 20241018094151786 tags: Concepts Reference title: Commands type: text/vnd.tiddlywiki A <<.def command>> is one of the following words, written with a `--` prefix and used as a command-line option under Node.js, indicating which action is desired. See [[Using TiddlyWiki on Node.js]] for details of how to use them. -<> +''Commands'' + +<> + +''Deprecated Commands'' + +<> diff --git a/editions/tw5.com/tiddlers/commands/ServerCommand.tid b/editions/tw5.com/tiddlers/commands/ServerCommand.tid index 73483ea155e..3d5e9c11eb4 100644 --- a/editions/tw5.com/tiddlers/commands/ServerCommand.tid +++ b/editions/tw5.com/tiddlers/commands/ServerCommand.tid @@ -1,10 +1,12 @@ caption: server created: 20131219163923630 modified: 20180626150505679 -tags: Commands +tags: Commands $:/deprecated title: ServerCommand type: text/vnd.tiddlywiki +<<.deprecated-since "5.1.18" "ListenCommand">>. + ''Note that the `--server` command is now deprecated in favour of the new ListenCommand''. See WebServer for details of TiddlyWiki's web server functionality.