mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2024-11-27 03:57:21 +00:00
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
This commit is contained in:
parent
4bda8cfee6
commit
6f248bf5b5
@ -1,6 +1,6 @@
|
|||||||
title: $:/plugins/tiddlywiki/tiddlyweb/language/en-GB/
|
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<br>Syncing
|
GettingStartedStep1: Step 1<br>Syncing
|
||||||
CopySyncerLogs: Copy syncer logs to clipboard
|
CopySyncerLogs: Copy syncer logs to clipboard
|
||||||
LoginAs: You are logged in<$reveal state="$:/status/UserName" type="nomatch" text="" default=""> as <strong><$text text={{$:/status/UserName}}/></strong></$reveal>
|
LoginAs: You are logged in<$reveal state="$:/status/UserName" type="nomatch" text="" default=""> as <strong><$text text={{$:/status/UserName}}/></strong></$reveal>
|
||||||
|
Loading…
Reference in New Issue
Block a user