2023-09-10 14:23:05 +00:00
|
|
|
title: $:/plugins/tiddlywiki/tour/introduction-to-tiddlywiki/links
|
|
|
|
tags: $:/tags/Tour/IntroductionToTiddlyWiki
|
2023-07-20 07:45:44 +00:00
|
|
|
display-mode: fullscreen
|
2023-09-10 14:23:05 +00:00
|
|
|
enter-actions: <$action-setfield $tiddler="$:/temp/Tour/DemoStoryList" list="$:/plugins/tiddlywiki/tour/introduction-to-tiddlywiki/tiddlers/Jupiter"/>
|
2023-07-20 07:45:44 +00:00
|
|
|
|
|
|
|
! How do links work in ~TiddlyWiki?
|
|
|
|
|
|
|
|
Links allow you to decide if you want more information on a particular area or term as you go.
|
|
|
|
|
|
|
|
Try clicking the link to "Saturn".
|
|
|
|
|
|
|
|
<$navigator story="$:/temp/Tour/DemoStoryList" history="$:/temp/Tour/DemoHistoryList" openLinkFromInsideRiver="below">
|
|
|
|
|
|
|
|
<$list
|
|
|
|
filter="[list[$:/temp/Tour/DemoStoryList]]"
|
|
|
|
history="$:/temp/Tour/DemoHistoryList"
|
|
|
|
template="$:/plugins/tiddlywiki/tour/simplified-tiddler"
|
|
|
|
storyview="classic"
|
|
|
|
/>
|
|
|
|
|
|
|
|
</$navigator>
|
|
|
|
|
2023-09-10 14:23:05 +00:00
|
|
|
<$list filter="[[$:/temp/Tour/DemoStoryList]contains[$:/plugins/tiddlywiki/tour/introduction-to-tiddlywiki/tiddlers/Saturn]limit[1]]" variable="ignore">
|
2023-07-20 07:45:44 +00:00
|
|
|
|
|
|
|
<$confetti/>
|
|
|
|
|
|
|
|
Congratulations, you may proceed
|
|
|
|
|
|
|
|
<<tour-buttons>>
|
|
|
|
|
|
|
|
</$list>
|