1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2025-08-08 23:03:50 +00:00
This commit is contained in:
jeremy@jermolene.com 2022-07-31 15:34:31 +01:00
parent 75865385a6
commit fb037de091
4 changed files with 11 additions and 7 deletions

View File

@ -1,5 +1,5 @@
created: 20211126104006194 created: 20220728145919904
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 list: Brackets Base64 HelloThere GettingStarted Community
modified: 20211126111221917 modified: 20220728145919904
title: $:/StoryList title: $:/StoryList
type: text/vnd.tiddlywiki type: text/vnd.tiddlywiki

View File

@ -4,6 +4,12 @@ tags: [[Working with TiddlyWiki]]
title: GettingStarted title: GettingStarted
type: text/vnd.tiddlywiki 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}} 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. 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.

View File

@ -5,5 +5,5 @@ type: text/vnd.tiddlywiki
<$button class="tc-btn-download"> <$button class="tc-btn-download">
<$action-sendmessage $message="tm-download-file" $param="$:/editions/tw5.com/download-empty" filename="empty.html"/> <$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}}
</$button> </$button>

View File

@ -181,11 +181,9 @@ div.content {
} }
.tc-btn-download { .tc-btn-download {
width: 250px; padding: 10px 30px;
padding: 10px;
border-radius: 5px; border-radius: 5px;
background: #1462ff; background: #1462ff;
border-radius: 5px;
border: none; border: none;
box-shadow: 0 2px 2px 0 #4a74c9; box-shadow: 0 2px 2px 0 #4a74c9;
overflow: hidden; overflow: hidden;