mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2024-11-08 19:09:57 +00:00
23 lines
887 B
Plaintext
23 lines
887 B
Plaintext
title: $:/plugins/tiddlywiki/tour/introduction-to-tiddlywiki/links
|
|
tags: $:/tags/Tour/IntroductionToTiddlyWiki
|
|
display-mode: fullscreen
|
|
enter-actions: <$action-setfield $tiddler="$:/temp/Tour/DemoStoryList" list="$:/plugins/tiddlywiki/tour/introduction-to-tiddlywiki/tiddlers/Jupiter"/>
|
|
condition: [[$:/temp/Tour/DemoStoryList]contains[$:/plugins/tiddlywiki/tour/introduction-to-tiddlywiki/tiddlers/Saturn]]
|
|
|
|
! 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>
|