From a9c57a756bacee2a930d7fed186c0bef3383a1f1 Mon Sep 17 00:00:00 2001 From: Jeremy Ruston Date: Tue, 8 Oct 2024 16:24:08 +0100 Subject: [PATCH] Retract changes to GettingStarted and system fonts We'll come back to that --- .../gettingstarted/GettingStarted.tid | 8 ++- editions/tw5.com/tiddlers/saving/Saving.tid | 66 ++++++++++++++++++- .../tiddlers/system/tw5.com-styles.tid | 4 -- 3 files changed, 68 insertions(+), 10 deletions(-) diff --git a/editions/tw5.com/tiddlers/gettingstarted/GettingStarted.tid b/editions/tw5.com/tiddlers/gettingstarted/GettingStarted.tid index fa0e69bf6..00871f3f1 100644 --- a/editions/tw5.com/tiddlers/gettingstarted/GettingStarted.tid +++ b/editions/tw5.com/tiddlers/gettingstarted/GettingStarted.tid @@ -4,10 +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|https://tiddlyhost.com/]], an independently run community service. 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 is 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. -<<.warning "Do not attempt to use the browser ''File''/''Save'' menu option to save changes (it does not work as expected)">> +<<.warning "Don't attempt to use the browser ''File''/''Save'' menu option to save changes (it doesn't work)">>

-{{Saving}} +{{Saving}} \ No newline at end of file diff --git a/editions/tw5.com/tiddlers/saving/Saving.tid b/editions/tw5.com/tiddlers/saving/Saving.tid index 57ab35a3d..8b118ee7c 100644 --- a/editions/tw5.com/tiddlers/saving/Saving.tid +++ b/editions/tw5.com/tiddlers/saving/Saving.tid @@ -6,8 +6,68 @@ tags: [[Working with TiddlyWiki]] title: Saving type: text/vnd.tiddlywiki -
-<$list filter="[tag[Saving]sort[caption]]"> -<$macrocall $name="flex-card" bordercolor={{!!color}} captionField="caption" subtitle={{{ [{!!community-author}!is[blank]addprefix[by ]] }}}/> + +\define alltagsfilter() +<$vars tag1="tag[" tag2="]" lb="[" rb="tag[Saving]sort[delivery]]"> +<$set filter="[listaddprefixaddsuffix]+[join[]addprefixaddsuffix]" name="alltags" select=0> +<$text text=<>/> + + +\end + +\define saverssidebaritem(item:"Linux") +<$checkbox tiddler=<> field="status" checked="selected" checkactions=<> uncheckactions=<> default="closed"> $item$
+\end + +\define saverssidebaritemlist(fieldname:"os") +<$list filter="[enlist{!!$fieldname$}]" variable="currentItem"> +<$macrocall $name="saverssidebaritem" item=<>/> +\end + +\define uncheckactions(item:"Linux") +<$action-listops $tiddler=<> $subfilter="-[[$item$]]"/> +\end + +\define checkactions(item:"Linux") +<$action-listops $tiddler=<> $subfilter="[[$item$]]"/> +\end + +\define introduction-message() +
+
+Use the checkboxes to explore the methods of saving that work with your platform(s)
+
+\end + +<$vars stateTiddler=<> > + +
+
+
+
OS
+
+ <> +
+
+
+
Browser
+
+ <> +
+
+ +
+ + +
+<$wikify text=<> name="alltagsfilterwikified"> +<$list filter=<> emptyMessage=<>> +{{||$:/_tw5.com-card-template}} + + + +
+
+ \ 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 57dac3360..f3618afc9 100644 --- a/editions/tw5.com/tiddlers/system/tw5.com-styles.tid +++ b/editions/tw5.com/tiddlers/system/tw5.com-styles.tid @@ -6,10 +6,6 @@ type: text/vnd.tiddlywiki \rules only filteredtranscludeinline transcludeinline macrodef macrocallinline macrocallblock -.tc-tiddler-frame .tc-tiddler-body { - font-family: Charter, 'Bitstream Charter', 'Sitka Text', Cambria, serif; -} - .tc-hero-heading a.tc-tiddlylink { font-weight: bold; }