mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2024-11-15 22:34:51 +00:00
Tour wording tweaks
This commit is contained in:
parent
e40b83f141
commit
547582c1e7
@ -4,4 +4,6 @@ tags: $:/tags/Tour/IntroductionToTiddlyWiki
|
||||
selector: .tc-story-river div[data-tiddler-title='$:/ControlPanel'] .tc-btn-\%24\%3A\%2Fcore\%2Fui\%2FButtons\%2Fclose
|
||||
condition: [[$:/StoryList]!contains[$:/ControlPanel]]
|
||||
|
||||
<<tour-task "Your task now is to close the control panel">>
|
||||
<<tour-task "Now close the control panel">>
|
||||
|
||||
Use the {{$:/core/images/close-button|0.65em}} button in the top right corner of the control panel tiddler.
|
@ -7,10 +7,12 @@ condition: [list[$:/temp/Tour/DemoStoryList]count[]match[0]]
|
||||
|
||||
\define tour-simplified-tiddler-close-button() yes
|
||||
|
||||
In the top right corner of each tiddler there is a button marked {{$:/core/images/close-button|0.65em}} that can be used to close them when you are finished with them. Closing a tiddler does not delete it or alter it in any way. It just removes it from the display.
|
||||
In the top right corner of each tiddler there is a button marked {{$:/core/images/close-button|0.65em}} that can be used to close them when you are finished with them.
|
||||
|
||||
<<tour-task "Close both of these tiddlers">>
|
||||
|
||||
Closing a tiddler does not delete it or alter it in any way. It just removes it from the display.
|
||||
|
||||
<$navigator story="$:/temp/Tour/DemoStoryList" history="$:/temp/Tour/DemoHistoryList" openLinkFromInsideRiver="below">
|
||||
|
||||
<$list
|
||||
|
@ -6,4 +6,6 @@ selector-fallback-1: .tc-story-river div[data-tiddler-title='Draft of \'New Tidd
|
||||
selector-fallback-2: .tc-btn-\%24\%3A\%2Fcore\%2Fui\%2FButtons\%2Fnew-tiddler
|
||||
condition: [list[$:/StoryList]match[Congratulations]]
|
||||
|
||||
<<tour-task "Your task is to create and open a tiddler titled 'Congratulations'">>
|
||||
<<tour-task "Create a tiddler titled 'Congratulations'">>
|
||||
|
||||
Use the {{$:/core/images/new-button|0.65em}} button to create the new tiddler, then type correct "title". Finally, click the {{$:/core/images/done-button|0.65em}} button.
|
||||
|
@ -9,6 +9,8 @@ Links allow you to decide if you want more information on a particular area or t
|
||||
|
||||
<<tour-task "Click the blue link to open the tiddler 'Saturn'">>
|
||||
|
||||
Notice how the new tiddler opens alongside the old one. This allows you to scroll back up to retrace your steps.
|
||||
|
||||
<$navigator story="$:/temp/Tour/DemoStoryList" history="$:/temp/Tour/DemoHistoryList" openLinkFromInsideRiver="below">
|
||||
|
||||
<$list
|
||||
|
@ -4,4 +4,6 @@ tags: $:/tags/Tour/IntroductionToTiddlyWiki
|
||||
selector: .tc-btn-\%24\%3A\%2Fcore\%2Fui\%2FButtons\%2Fcontrol-panel
|
||||
condition: [[$:/StoryList]contains[$:/ControlPanel]]
|
||||
|
||||
<<tour-task "Your task is to open the control panel by clicking the icon that looks like a cog in the sidebar.">>
|
||||
<<tour-task "Open the control panel">>
|
||||
|
||||
Click the {{$:/core/images/options-button|0.65em}} icon in the sidebar at the right.
|
@ -6,4 +6,4 @@ selector-fallback-1: .tc-sidebar-tabs-main button:nth-child(3)
|
||||
condition: [list[$:/StoryList]match<condition-var>]
|
||||
condition-var: [all[tiddlers]!is[system]!sort[modified]]
|
||||
|
||||
<<tour-task "Your task is to use the ''Recent'' tab of the sidebar to open the most recently edited tiddler.">>
|
||||
<<tour-task "Use the ''Recent'' tab of the sidebar to open the most recently edited tiddler.">>
|
||||
|
@ -4,4 +4,6 @@ tags: $:/tags/Tour/IntroductionToTiddlyWiki
|
||||
selector: .tc-sidebar-search .tc-popup-handle
|
||||
condition: [{$:/temp/search}match[help]]
|
||||
|
||||
<<tour-task "Your task is to search for the phrase 'help'">>
|
||||
<<tour-task "Search for the phrase 'help'">>
|
||||
|
||||
Type the phrase into the text box labelled "search" in the sidebar at the right.
|
||||
|
@ -7,12 +7,12 @@ condition: [[$:/temp/Tour/DemoStoryList]contains[$:/plugins/tiddlywiki/tour/intr
|
||||
|
||||
Tiddlers may be categorised with one or more descriptive keywords or phrases called "tags". Tags can be used to search and navigate between tiddlers.
|
||||
|
||||
Click on a tag to display a menu with:
|
||||
Click on the tag to display a dropdown menu. The menu is divided into two parts:
|
||||
|
||||
* A link to the tiddler with the same title as the tag
|
||||
* A list of links to the other tiddlers with the same tag
|
||||
* At the top, there is a link to the tiddler with the same title as the tag. This is generally used to describe the tag or give an overview of its purpose
|
||||
* Beneath the link to the tag, there a list of links to the other tiddlers with the same tag
|
||||
|
||||
<<tour-task "Use the tag dropdown to open the tiddler Saturn">>
|
||||
<<tour-task "Use the tag dropdown to open the tiddler 'Saturn'">>
|
||||
|
||||
<$navigator story="$:/temp/Tour/DemoStoryList" history="$:/temp/Tour/DemoHistoryList" openLinkFromInsideRiver="below">
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
title: $:/plugins/tiddlywiki/tour/introduction-to-tiddlywiki/steps/tiddlers
|
||||
caption: How does {{$:/config/Tours/IntroductionToTiddlyWiki/ProductName}} work?
|
||||
caption: How does it work?
|
||||
tags: $:/tags/Tour/IntroductionToTiddlyWiki
|
||||
display-mode: fullscreen
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user