From fb037de09162f35664a283501d27eef59b10ac90 Mon Sep 17 00:00:00 2001 From: "jeremy@jermolene.com" Date: Sun, 31 Jul 2022 15:34:31 +0100 Subject: [PATCH] WIP --- editions/tw5.com/tiddlers/$__StoryList.tid | 6 +++--- editions/tw5.com/tiddlers/gettingstarted/GettingStarted.tid | 6 ++++++ editions/tw5.com/tiddlers/system/download-empty-button.tid | 2 +- editions/tw5.com/tiddlers/system/tw5.com-styles.tid | 4 +--- 4 files changed, 11 insertions(+), 7 deletions(-) diff --git a/editions/tw5.com/tiddlers/$__StoryList.tid b/editions/tw5.com/tiddlers/$__StoryList.tid index 5528728b6..37ea75152 100644 --- a/editions/tw5.com/tiddlers/$__StoryList.tid +++ b/editions/tw5.com/tiddlers/$__StoryList.tid @@ -1,5 +1,5 @@ -created: 20211126104006194 -list: [[Page and tiddler layout customisation]] [[Creating new buttons for the ViewToolbar and page controls]] [[Structuring TiddlyWiki]] Tagging [[Introduction to Lists]] [[Icon Gallery]] [[How to widen tiddlers (aka storyriver)]] [[How to turn off camel case linking]] [[How to put the last modification date in a banner]] [[How to hide the author's and other fields with CSS]] [[How to export tiddlers]] [[How to Customize TiddlyDesktop]] [[Editing Tiddlers with Vim]] [[Concatenating text and variables using macro substitution]] [[Demonstration: keyboard-driven-input Macro]] HelloThere GettingStarted Community -modified: 20211126111221917 +created: 20220728145919904 +list: Brackets Base64 HelloThere GettingStarted Community +modified: 20220728145919904 title: $:/StoryList type: text/vnd.tiddlywiki \ No newline at end of file diff --git a/editions/tw5.com/tiddlers/gettingstarted/GettingStarted.tid b/editions/tw5.com/tiddlers/gettingstarted/GettingStarted.tid index b417943c0..7b0d5dedf 100644 --- a/editions/tw5.com/tiddlers/gettingstarted/GettingStarted.tid +++ b/editions/tw5.com/tiddlers/gettingstarted/GettingStarted.tid @@ -4,6 +4,12 @@ tags: [[Working with TiddlyWiki]] title: GettingStarted type: text/vnd.tiddlywiki +The easiest way to use TiddlyWiki is to sign up for a free account with [[Tiddlyhost]], an independently run community service: + +https://tiddlyhost.com/ + +If you find Tiddlyhost useful, please consider [[donation or sponsorship|https://tiddlyhost.com/donate]]. + Click here to download an empty copy of TiddlyWiki: {{$:/editions/tw5.com/snippets/download-empty-button}} The next step is to choose a method for saving changes. There's a wide variety of methods available, with different features and limitations. Click on the badge for a method to see more information about it. You can also click on one of the platform filters to restrict the listing to methods that work with that platform. diff --git a/editions/tw5.com/tiddlers/system/download-empty-button.tid b/editions/tw5.com/tiddlers/system/download-empty-button.tid index 635d0b18c..2ffb35bd1 100644 --- a/editions/tw5.com/tiddlers/system/download-empty-button.tid +++ b/editions/tw5.com/tiddlers/system/download-empty-button.tid @@ -5,5 +5,5 @@ type: text/vnd.tiddlywiki <$button class="tc-btn-download"> <$action-sendmessage $message="tm-download-file" $param="$:/editions/tw5.com/download-empty" filename="empty.html"/> -Download Empty {{$:/core/images/save-button}} +Download {{$:/core/images/save-button}} \ No newline at end of file diff --git a/editions/tw5.com/tiddlers/system/tw5.com-styles.tid b/editions/tw5.com/tiddlers/system/tw5.com-styles.tid index 08c63dcbf..251851457 100644 --- a/editions/tw5.com/tiddlers/system/tw5.com-styles.tid +++ b/editions/tw5.com/tiddlers/system/tw5.com-styles.tid @@ -181,11 +181,9 @@ div.content { } .tc-btn-download { - width: 250px; - padding: 10px; + padding: 10px 30px; border-radius: 5px; background: #1462ff; - border-radius: 5px; border: none; box-shadow: 0 2px 2px 0 #4a74c9; overflow: hidden;