1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2024-11-15 22:34:51 +00:00

Tour wording tweaks

This commit is contained in:
Jeremy Ruston 2023-10-24 12:52:24 +01:00
parent e40b83f141
commit 547582c1e7
9 changed files with 23 additions and 11 deletions

View File

@ -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 selector: .tc-story-river div[data-tiddler-title='$:/ControlPanel'] .tc-btn-\%24\%3A\%2Fcore\%2Fui\%2FButtons\%2Fclose
condition: [[$:/StoryList]!contains[$:/ControlPanel]] 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.

View File

@ -7,10 +7,12 @@ condition: [list[$:/temp/Tour/DemoStoryList]count[]match[0]]
\define tour-simplified-tiddler-close-button() yes \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">> <<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"> <$navigator story="$:/temp/Tour/DemoStoryList" history="$:/temp/Tour/DemoHistoryList" openLinkFromInsideRiver="below">
<$list <$list

View File

@ -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 selector-fallback-2: .tc-btn-\%24\%3A\%2Fcore\%2Fui\%2FButtons\%2Fnew-tiddler
condition: [list[$:/StoryList]match[Congratulations]] 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.

View File

@ -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'">> <<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"> <$navigator story="$:/temp/Tour/DemoStoryList" history="$:/temp/Tour/DemoHistoryList" openLinkFromInsideRiver="below">
<$list <$list

View File

@ -4,4 +4,6 @@ tags: $:/tags/Tour/IntroductionToTiddlyWiki
selector: .tc-btn-\%24\%3A\%2Fcore\%2Fui\%2FButtons\%2Fcontrol-panel selector: .tc-btn-\%24\%3A\%2Fcore\%2Fui\%2FButtons\%2Fcontrol-panel
condition: [[$:/StoryList]contains[$:/ControlPanel]] 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.

View File

@ -6,4 +6,4 @@ selector-fallback-1: .tc-sidebar-tabs-main button:nth-child(3)
condition: [list[$:/StoryList]match<condition-var>] condition: [list[$:/StoryList]match<condition-var>]
condition-var: [all[tiddlers]!is[system]!sort[modified]] 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.">>

View File

@ -4,4 +4,6 @@ tags: $:/tags/Tour/IntroductionToTiddlyWiki
selector: .tc-sidebar-search .tc-popup-handle selector: .tc-sidebar-search .tc-popup-handle
condition: [{$:/temp/search}match[help]] 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.

View File

@ -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. 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 * 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
* A list of links to the other tiddlers with the same tag * 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"> <$navigator story="$:/temp/Tour/DemoStoryList" history="$:/temp/Tour/DemoHistoryList" openLinkFromInsideRiver="below">

View File

@ -1,5 +1,5 @@
title: $:/plugins/tiddlywiki/tour/introduction-to-tiddlywiki/steps/tiddlers 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 tags: $:/tags/Tour/IntroductionToTiddlyWiki
display-mode: fullscreen display-mode: fullscreen