diff --git a/editions/introduction/tiddlers/slides/TiddlyWiki.tid b/editions/introduction/tiddlers/slides/TiddlyWiki.tid index 2acb10b8a..c50199183 100644 --- a/editions/introduction/tiddlers/slides/TiddlyWiki.tid +++ b/editions/introduction/tiddlers/slides/TiddlyWiki.tid @@ -2,6 +2,6 @@ created: 20141029161248510 modified: 20141029161417820 title: TiddlyWiki -~TiddlyWiki is a powerful notetaking tool that helps you collect and structure any kind of information and work with it to get stuff done. It's like a futuristic hypertext version of an old-fashioned card index system. +~TiddlyWiki is a powerful notetaking tool that helps you collect and structure any kind of information and work with it to get stuff done. It's like a hypertext card index system from the future. ~TiddlyWiki deals with information in bite-sized, linked chunks called [[Tiddlers]]. diff --git a/editions/introduction/tiddlers/system/SiteSubtitle.tid b/editions/introduction/tiddlers/system/SiteSubtitle.tid new file mode 100644 index 000000000..006e5d97b --- /dev/null +++ b/editions/introduction/tiddlers/system/SiteSubtitle.tid @@ -0,0 +1,3 @@ +title: $:/SiteSubtitle + +a step by step introduction to ~TiddlyWiki \ No newline at end of file diff --git a/editions/introduction/tiddlers/system/SiteTitle.tid b/editions/introduction/tiddlers/system/SiteTitle.tid new file mode 100644 index 000000000..3446982d2 --- /dev/null +++ b/editions/introduction/tiddlers/system/SiteTitle.tid @@ -0,0 +1,3 @@ +title: $:/SiteTitle + +Introduction \ No newline at end of file diff --git a/editions/introduction/tiddlers/system/page-toolbar-buttons.multids b/editions/introduction/tiddlers/system/page-toolbar-buttons.multids index c11aec16e..cd69ef7c1 100644 --- a/editions/introduction/tiddlers/system/page-toolbar-buttons.multids +++ b/editions/introduction/tiddlers/system/page-toolbar-buttons.multids @@ -3,3 +3,4 @@ title: $:/config/PageControlButtons/Visibility/$:/core/ui/Buttons/ storyview: show theme: show full-screen: show +home: show diff --git a/editions/introduction/tiddlywiki.info b/editions/introduction/tiddlywiki.info index 1cffea615..bdbde04cd 100644 --- a/editions/introduction/tiddlywiki.info +++ b/editions/introduction/tiddlywiki.info @@ -1,5 +1,5 @@ { - "description": "Demo presentation of TiddlyWiki", + "description": "A step by step introduction to TiddlyWiki", "plugins": [ "tiddlywiki/cecily", "tiddlywiki/codemirror",