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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 7 additions and 1 deletions

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.