1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2025-09-03 11:28:01 +00:00

Paragraph on "anchor links" for Linking in WikiText.tid (#6404)

This commit is contained in:
twMat
2022-01-18 20:27:54 +01:00
committed by GitHub
parent 5548186c93
commit c43b013539

View File

@@ -116,4 +116,10 @@ In order to get the desired result, the LinkWidget can be used directly like thi
<<wikitext-example-without-html src:"<$link to=<<currentTiddler>>>{{!!caption}}</$link>">>
See also another example of [[constructing dynamic links|Concatenating text and variables using macro substitution]].
See also another example of [[constructing dynamic links|Concatenating text and variables using macro substitution]].
! Linking within tiddlers - "anchor links"
In TiddlyWiki anchor links can help us link to target points and distinct sections within rendered tiddlers. They can help the reader navigate longer tiddler content.
See [[Anchor Links using HTML]] for more information.