Fix link to TiddlyWikiFolders (#4843)

* Fix link to TiddlyWikiFolders

* Better link to tiddlywiki.info reference tiddler
This commit is contained in:
Florian Kohrt 2020-11-30 22:34:00 +01:00 committed by GitHub
parent 706fc3e06e
commit 6f09a5ee65
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@ When you edit a tiddler on https://tiddlywiki.com you will see a small ribbon in
If you are using Node.js, you can replicate this feature for your own TiddlyWiki-based site as follows:
# Make sure the following setting is included in the `tiddlywiki.info` file in your WikiFolder:
# Make sure the following setting is included in the <$link to="tiddlywiki.info Files">`tiddlywiki.info`</$link> file in your [[wiki folder|TiddlyWikiFolders]]:
#> <pre><code> "config": {
"retain-original-tiddler-path": true
}</code></pre>