1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2025-01-23 15:36:52 +00:00

Update Anchor Links using HTML.tid

This commit is contained in:
linonetwo 2024-10-02 21:13:37 +08:00
parent d2a18b4668
commit a19ace31a9

View File

@ -1,14 +1,14 @@
created: 20190311094603013
modified: 20201130064330388
modified: 20241002211330388
tags: [[HTML in WikiText]]
title: Anchor Links using HTML
<a id=<<qualify "#Top">>></a>
Here we describe a HTML way to link to a section. To use WikiText style anchor links, see [[Block Level Links in WikiText|Block Level Links in WikiText^BlockLevelLinksID1]].
<h2 id="#Introduction:Anchor-Links-using-HTML">''HTML Anchor Links in Tiddlers''</h2>
* <a href=<<qualify "##Introduction">>>What do they do?</a>
* <a href=<<qualify "##How-do-I-make-them">>>How do I make them?</a>
* <a href=<<qualify "##Anchor-link-limitations">>>Limitations and things to look out for</a>
@ -63,8 +63,6 @@ The above example can be adapted to work for many situations in ~TiddlyWiki, suc
Yes, it's that simple. BUT... in ~TiddlyWiki there are some small differences from standard HTML5 anchor links and some specific ~TiddlyWiki limitations.
To use WikiText style anchor links, see [[Block Level Links in WikiText]].
<a href=<<qualify "##Top">>>Back to the top</a>
<h2 id=<<qualify "#Anchor-link-limitations">>>Limitations and things to watch out for</h2>