From 270fb09993e04cbe324e38b6ecf2a043c6620a8e Mon Sep 17 00:00:00 2001 From: Jermolene Date: Sat, 1 Nov 2014 14:12:47 +0000 Subject: [PATCH] Updates to "introduction" edition --- .../themes/hidefurniture/base.tid | 20 ------------------- .../introduction/tiddlers/slides/Audio.tid | 2 +- .../tiddlers/slides/CecilyMap.tid | 20 +++++++++++++++++++ .../tiddlers/slides/Customisation.tid | 3 ++- .../introduction/tiddlers/slides/Links.tid | 2 ++ .../introduction/tiddlers/slides/Lists.tid | 2 +- .../introduction/tiddlers/slides/Tiddlers.tid | 2 +- .../tiddlers/slides/TiddlyWiki.tid | 8 ++++++++ .../tiddlers/system/DefaultTiddlers.tid | 13 +++++++++++- .../introduction/tiddlers/system/styles.tid | 12 +++++++++++ 10 files changed, 59 insertions(+), 25 deletions(-) create mode 100644 editions/introduction/tiddlers/slides/CecilyMap.tid diff --git a/editions/introduction/themes/hidefurniture/base.tid b/editions/introduction/themes/hidefurniture/base.tid index 6f8294a4f..2d51eee5a 100644 --- a/editions/introduction/themes/hidefurniture/base.tid +++ b/editions/introduction/themes/hidefurniture/base.tid @@ -28,26 +28,6 @@ html body .tc-tiddler-frame .tc-tiddler-body { line-height: 32px; } -.tc-scrollable-storyview { - border: 1px solid <>; - background-color: <>; - padding: 1em; - height: 15em; -} - -.tc-scrollable-storyview-inner { - -webkit-transform-origin: 0 0; - transform-origin: 0 0; - -webkit-transform: scale(0.25); - transform: scale(0.25); -} - -.tc-scrollable-storyview .tc-tiddler-frame { - background-color: white; - border: 1px solid #ddd; - width: 600px; -} - html body .tc-titlebar { position: relative; } diff --git a/editions/introduction/tiddlers/slides/Audio.tid b/editions/introduction/tiddlers/slides/Audio.tid index 71088b496..ca3e612ca 100644 --- a/editions/introduction/tiddlers/slides/Audio.tid +++ b/editions/introduction/tiddlers/slides/Audio.tid @@ -4,4 +4,4 @@ TiddlyWiki supports audio as a first class citizen alongside images and text. {{TiddlyWiki.mp3}} -Next, [[Tags]] provide the most powerful way to overlay structure on [[Tiddlers]]. +Next, create structure with [[Tags]]. diff --git a/editions/introduction/tiddlers/slides/CecilyMap.tid b/editions/introduction/tiddlers/slides/CecilyMap.tid new file mode 100644 index 000000000..01e969cad --- /dev/null +++ b/editions/introduction/tiddlers/slides/CecilyMap.tid @@ -0,0 +1,20 @@ +title: CecilyMap +type: application/json + +{ + "newTiddlerPosition": {"x": 360,"y": 100}, + "positions": { + " ": {"x": 30,"y": 17,"w": 140,"h": 140, "r": -2}, + "Tiddlers": {"x": 60,"y": 15,"w": 140,"h": 140, "r": 10}, + "Links": {"x": 90,"y": 13,"w": 140,"h": 140, "r": -7}, + "Formatting": {"x": 120,"y": 18,"w": 140,"h": 140, "r": 5}, + "Images": {"x": 150,"y": 12,"w": 140,"h": 140, "r": -11}, + "Audio": {"x": 180,"y": 14,"w": 140,"h": 140, "r": 16}, + "Tags": {"x": 210,"y": 15,"w": 140,"h": 140, "r": 20}, + "Transclusion": {"x": 240,"y": 16,"w": 140,"h": 140, "r": -4}, + "Lists": {"x": 275,"y": 13,"w": 140,"h": 140, "r": 6}, + "Customisation": {"x": 310,"y": 19,"w": 140,"h": 140, "r": -5}, + "Plugins": {"x": 350,"y": 12,"w": 140,"h": 140, "r": 10}, + "Translations": {"x": 390,"y": 15,"w": 140,"h": 140, "r": 8} + } +} \ No newline at end of file diff --git a/editions/introduction/tiddlers/slides/Customisation.tid b/editions/introduction/tiddlers/slides/Customisation.tid index 14e0a4a53..be7126da4 100644 --- a/editions/introduction/tiddlers/slides/Customisation.tid +++ b/editions/introduction/tiddlers/slides/Customisation.tid @@ -8,4 +8,5 @@ TiddlyWiki supports deep customisation to fit your particular needs. For example -Next, [[Plugins]] extend TiddlyWiki in new ways. + +You can make TiddlyWiki your own through [[Customisation]]. \ No newline at end of file diff --git a/editions/introduction/tiddlers/slides/Links.tid b/editions/introduction/tiddlers/slides/Links.tid index 728e45bd5..721022504 100644 --- a/editions/introduction/tiddlers/slides/Links.tid +++ b/editions/introduction/tiddlers/slides/Links.tid @@ -6,4 +6,6 @@ Use links to navigate between tiddlers. They are typed with double square bracke Tiddlers can also include [[Formatting]]. ``` +Linking becomes part of the punctuation of writing. + Tiddlers can also include [[Formatting]]. diff --git a/editions/introduction/tiddlers/slides/Lists.tid b/editions/introduction/tiddlers/slides/Lists.tid index 0c9edf13c..32f8a1028 100644 --- a/editions/introduction/tiddlers/slides/Lists.tid +++ b/editions/introduction/tiddlers/slides/Lists.tid @@ -14,4 +14,4 @@ For example, here's how to generate a list of all the tiddlers with a particular -You can make TiddlyWiki your own through [[Customisation]]. +Next, extend TiddlyWiki in new ways with [[Plugins]]. diff --git a/editions/introduction/tiddlers/slides/Tiddlers.tid b/editions/introduction/tiddlers/slides/Tiddlers.tid index 3b74052f7..46be77d72 100644 --- a/editions/introduction/tiddlers/slides/Tiddlers.tid +++ b/editions/introduction/tiddlers/slides/Tiddlers.tid @@ -4,4 +4,4 @@ title: Tiddlers Tiddlers are the fundamental units of information in TiddlyWiki. Tiddlers work best when they are as small as possible so that they can be reused by weaving them together into different narratives and perspectives. -[[Links]] create navigable relationships between tiddlers. +You can create relationships between tiddlers with [[Links]]. diff --git a/editions/introduction/tiddlers/slides/TiddlyWiki.tid b/editions/introduction/tiddlers/slides/TiddlyWiki.tid index e0044f73c..1aae6329f 100644 --- a/editions/introduction/tiddlers/slides/TiddlyWiki.tid +++ b/editions/introduction/tiddlers/slides/TiddlyWiki.tid @@ -4,6 +4,14 @@ 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. +<$scrollable class="tc-cecily-demo"> +
+<$linkcatcher> +<$list filter="[list[$:/StoryList]] -[[TiddlyWiki]]" template="$:/core/ui/ViewTemplate" storyview="cecily" cecily-width="550px" cecily-map="CecilyMap"/> + +
+ + 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/DefaultTiddlers.tid b/editions/introduction/tiddlers/system/DefaultTiddlers.tid index 655a74c0b..e6a9ea7a1 100644 --- a/editions/introduction/tiddlers/system/DefaultTiddlers.tid +++ b/editions/introduction/tiddlers/system/DefaultTiddlers.tid @@ -1,3 +1,14 @@ title: $:/DefaultTiddlers -[[ ]] \ No newline at end of file +[[ ]] +TiddlyWiki +Tiddlers +Links +Formatting +Audio +Tags +Transclusion +Lists +Customisation +Plugins +Translations diff --git a/editions/introduction/tiddlers/system/styles.tid b/editions/introduction/tiddlers/system/styles.tid index 4acce36d2..c5568b835 100644 --- a/editions/introduction/tiddlers/system/styles.tid +++ b/editions/introduction/tiddlers/system/styles.tid @@ -57,3 +57,15 @@ html body .tc-subtitle { .tc-example-box img { width: 2em; } + +.tc-cecily-demo { + height: 7em; +} + +.tc-cecily-demo-inner { +} + +.tc-cecily-demo .tc-tiddler-frame { + background-color: white; + <> +}