mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2026-05-30 17:22:17 +00:00
Finish allowing the name "TiddlyWiki" to be customised
Some of the code was in the previous commit. Next we'll wire up the user interface
This commit is contained in:
+2
-2
@@ -2,7 +2,7 @@ title: $:/plugins/tiddlywiki/tour/introduction-to-tiddlywiki
|
||||
tags: $:/tags/Tour
|
||||
tour-tag: $:/tags/Tour/IntroductionToTiddlyWiki
|
||||
logo: $:/plugins/tiddlywiki/tour/tiddlywiki-tour-logo
|
||||
description: Introduction to ~TiddlyWiki
|
||||
description: Introduction to {{$:/config/Tours/IntroductionToTiddlyWiki/ProductName}}
|
||||
settings: $:/plugins/tiddlywiki/tour/introduction-to-tiddlywiki/settings
|
||||
|
||||
An introductory tour to ~TiddlyWiki
|
||||
An introductory tour to {{$:/config/Tours/IntroductionToTiddlyWiki/ProductName}}
|
||||
+1
-1
@@ -8,4 +8,4 @@ Congratulations!
|
||||
|
||||
You have completed the first part of this tour.
|
||||
|
||||
Now we are going guide you through using ~TiddlyWiki.
|
||||
Now we are going guide you through using {{$:/config/Tours/IntroductionToTiddlyWiki/ProductName}}.
|
||||
|
||||
@@ -4,7 +4,7 @@ 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?
|
||||
! How do links work?
|
||||
|
||||
Links allow you to decide if you want more information on a particular area or term as you go.
|
||||
|
||||
|
||||
+1
-1
@@ -3,6 +3,6 @@ tags: $:/tags/Tour/IntroductionToTiddlyWiki
|
||||
selector: .tc-btn-\%24\%3A\%2Fcore\%2Fui\%2FButtons\%2Fcontrol-panel
|
||||
condition: [[$:/StoryList]contains[$:/ControlPanel]]
|
||||
|
||||
! Welcome to ~TiddlyWiki
|
||||
! Welcome to {{$:/config/Tours/IntroductionToTiddlyWiki/ProductName}}
|
||||
|
||||
Your task is to open the control panel.
|
||||
|
||||
@@ -2,9 +2,9 @@ title: $:/plugins/tiddlywiki/tour/introduction-to-tiddlywiki/steps/tiddlers
|
||||
tags: $:/tags/Tour/IntroductionToTiddlyWiki
|
||||
display-mode: fullscreen
|
||||
|
||||
! How does ~TiddlyWiki work?
|
||||
! How does {{$:/config/Tours/IntroductionToTiddlyWiki/ProductName}} work?
|
||||
|
||||
~TiddlyWiki is a great tool that lets you collect and organize all kinds of information into interconnected bite-sized pieces called ''tiddlers''.
|
||||
{{$:/config/Tours/IntroductionToTiddlyWiki/ProductName}} lets you collect and organise all kinds of information into interconnected bite-sized pieces called ''tiddlers''.
|
||||
|
||||
A tiddler is like an index card.
|
||||
|
||||
|
||||
@@ -4,8 +4,8 @@ display-mode: fullscreen
|
||||
|
||||
! Hello!
|
||||
|
||||
!! An interactive tour of ~TiddlyWiki
|
||||
!! An interactive tour of {{$:/config/Tours/IntroductionToTiddlyWiki/ProductName}}
|
||||
|
||||
Welcome to our tour of ~TiddlyWiki.
|
||||
Welcome to our tour of {{$:/config/Tours/IntroductionToTiddlyWiki/ProductName}}.
|
||||
|
||||
We hope you'll find ~TiddlyWiki a helpful and supportive tool. Let's get started!
|
||||
We hope you'll find {{$:/config/Tours/IntroductionToTiddlyWiki/ProductName}} a helpful and supportive tool. Let's get started!
|
||||
|
||||
Reference in New Issue
Block a user