1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2025-09-05 12:28:02 +00:00

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

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>