diff --git a/editions/tw5.com/tiddlers/saving/Saving.tid b/editions/tw5.com/tiddlers/saving/Saving.tid index 9b55b1d1d..85c5d47ae 100644 --- a/editions/tw5.com/tiddlers/saving/Saving.tid +++ b/editions/tw5.com/tiddlers/saving/Saving.tid @@ -32,9 +32,16 @@ type: text/vnd.tiddlywiki \define checkactions(item:"Linux") <$action-listops $tiddler=<> $subfilter="[[$item$]]"/> \end -<$vars stateTiddler=<> > -Available methods for saving changes with ~TiddlyWiki: +\define introduction-message() +
+
+Use the checkboxes to explore the methods of saving that work with your platform(s) +
+
+\end + +<$vars stateTiddler=<> >
@@ -56,7 +63,7 @@ Available methods for saving changes with ~TiddlyWiki:
<$wikify text=<> name="alltagsfilterwikified"> -<$list filter=<>> +<$list filter=<> emptyMessage=<>> {{||$:/_tw5.com-card-template}} diff --git a/editions/tw5.com/tiddlers/system/tw5.com-styles.tid b/editions/tw5.com/tiddlers/system/tw5.com-styles.tid index b446b363b..9818d3c30 100644 --- a/editions/tw5.com/tiddlers/system/tw5.com-styles.tid +++ b/editions/tw5.com/tiddlers/system/tw5.com-styles.tid @@ -122,6 +122,15 @@ type: text/vnd.tiddlywiki margin-left: 10px; } +.tc-saving-introduction { + display: flex; + justify-content: center; + text-align: center; + align-items: center; + padding: 4em; + font-style: italic; +} + .tc-cards { display: flex; flex-wrap: wrap;