diff --git a/editions/tw5.com/tiddlers/wikitext/Linking in WikiText.tid b/editions/tw5.com/tiddlers/wikitext/Linking in WikiText.tid index 52201129b..b64d0806a 100644 --- a/editions/tw5.com/tiddlers/wikitext/Linking in WikiText.tid +++ b/editions/tw5.com/tiddlers/wikitext/Linking in WikiText.tid @@ -116,4 +116,10 @@ In order to get the desired result, the LinkWidget can be used directly like thi <>>{{!!caption}}">> -See also another example of [[constructing dynamic links|Concatenating text and variables using macro substitution]]. \ No newline at end of file +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.