From 6f248bf5b5e6ff72439beb4128c0c2f1be539db2 Mon Sep 17 00:00:00 2001 From: Andrei Rybak Date: Wed, 12 Jun 2024 23:26:52 +0200 Subject: [PATCH] Docs: Link to correct plugin instructions for Node.js (#8246) If a user of a Node.js (aka "client-server") installation of TiddlyWiki5 goes through instructions of "Installing a plugin from the plugin library" [1], they will encounter a dead end, quote: The official plugin library is disabled when using the client-server configuration. Instead, plugins should be installed via the `tiddlywiki.info` file, as described here. The word "here" links to the same tiddler [1], sending the user into a endless loop. Instead, link to "Installing official plugins on Node.js" [2], which actually contains the instructions for editing `tiddlywiki.info` file. [1] https://tiddlywiki.com/#Installing%20a%20plugin%20from%20the%20plugin%20library [2] https://tiddlywiki.com/#Installing%20official%20plugins%20on%20Node.js --- .../tiddlywiki/tiddlyweb/language/en-GB/Translations.multids | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/tiddlywiki/tiddlyweb/language/en-GB/Translations.multids b/plugins/tiddlywiki/tiddlyweb/language/en-GB/Translations.multids index c03684ad72..f823b28230 100644 --- a/plugins/tiddlywiki/tiddlyweb/language/en-GB/Translations.multids +++ b/plugins/tiddlywiki/tiddlyweb/language/en-GB/Translations.multids @@ -1,6 +1,6 @@ title: $:/plugins/tiddlywiki/tiddlyweb/language/en-GB/ -ConfigOfficialPluginLibrary: The official plugin library is disabled when using the client-server configuration. Instead, plugins should be installed via the `tiddlywiki.info` file, as described [[here|https://tiddlywiki.com/#Installing%20a%20plugin%20from%20the%20plugin%20library]]. +ConfigOfficialPluginLibrary: The official plugin library is disabled when using the client-server configuration. Instead, plugins should be installed via the `tiddlywiki.info` file, as described [[here|https://tiddlywiki.com/#Installing%20official%20plugins%20on%20Node.js]]. GettingStartedStep1: Step 1
Syncing CopySyncerLogs: Copy syncer logs to clipboard LoginAs: You are logged in<$reveal state="$:/status/UserName" type="nomatch" text="" default=""> as <$text text={{$:/status/UserName}}/>