summaryrefslogtreecommitdiff
path: root/doc/context/sources/general/manuals/interaction/interaction-hyperlinks.tex
diff options
context:
space:
mode:
authorHans Hagen <pragma@wxs.nl>2018-09-24 15:05:48 +0200
committerContext Git Mirror Bot <phg@phi-gamma.net>2018-09-24 15:05:48 +0200
commitb7acaab4eb5fb8d6e3a6aa86a86c2b0576bde6ea (patch)
tree2a98bf1dfed3e2c7ef389acaddb655811d1fba33 /doc/context/sources/general/manuals/interaction/interaction-hyperlinks.tex
parent7c2efd42267783f01b64e0a47cba89f84742618c (diff)
downloadcontext-b7acaab4eb5fb8d6e3a6aa86a86c2b0576bde6ea.tar.gz
2018-09-24 14:19:00
Diffstat (limited to 'doc/context/sources/general/manuals/interaction/interaction-hyperlinks.tex')
-rw-r--r--doc/context/sources/general/manuals/interaction/interaction-hyperlinks.tex22
1 files changed, 18 insertions, 4 deletions
diff --git a/doc/context/sources/general/manuals/interaction/interaction-hyperlinks.tex b/doc/context/sources/general/manuals/interaction/interaction-hyperlinks.tex
index cd156b3be..f204d502e 100644
--- a/doc/context/sources/general/manuals/interaction/interaction-hyperlinks.tex
+++ b/doc/context/sources/general/manuals/interaction/interaction-hyperlinks.tex
@@ -6,10 +6,24 @@
\startchapter[title=Hyperlinks]
-
-% component:inner prefix
-% component::inner always external
-% component:::inner internal (for products) or external (for components)
+A hyperlink is something that you click on and that brings you to nother spot in
+the document. The regular links are a side effect of references. The most commonly
+used references are:
+
+\starttyping
+\in{figure}[fig:foo]
+\at{page}[fig:foo]
+\about[fig:foo]
+\stoptyping
+
+The first argument is what gets prepended to the number and the while can be
+clicked on. Here we create a namespace with \type {fig:}. This can be somewhat
+confusing with respect to prefixes but normally the resolver does a direct lookup
+first.
+
+\showsetup{at}
+\showsetup{in}
+\showsetup{about}
\stopchapter