mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2024-11-30 05:19:57 +00:00
Retract changes to GettingStarted and system fonts
We'll come back to that
This commit is contained in:
parent
4534b52d9f
commit
a9c57a756b
@ -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)">><br/><br/>
|
||||
|
||||
{{Saving}}
|
||||
{{Saving}}
|
@ -6,8 +6,68 @@ tags: [[Working with TiddlyWiki]]
|
||||
title: Saving
|
||||
type: text/vnd.tiddlywiki
|
||||
|
||||
<div class="tc-cards">
|
||||
<$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="[list<stateTiddler>addprefix<tag1>addsuffix<tag2>]+[join[]addprefix<lb>addsuffix<rb>]" name="alltags" select=0>
|
||||
<$text text=<<alltags>>/>
|
||||
</$set>
|
||||
</$vars>
|
||||
\end
|
||||
|
||||
\define saverssidebaritem(item:"Linux")
|
||||
<$checkbox tiddler=<<qualify $:/temp/$item$>> field="status" checked="selected" checkactions=<<checkactions "$item$">> uncheckactions=<<uncheckactions "$item$">> default="closed"> $item$</$checkbox><br/>
|
||||
\end
|
||||
|
||||
\define saverssidebaritemlist(fieldname:"os")
|
||||
<$list filter="[enlist{!!$fieldname$}]" variable="currentItem">
|
||||
<$macrocall $name="saverssidebaritem" item=<<currentItem>>/>
|
||||
</$list>
|
||||
\end
|
||||
|
||||
\define uncheckactions(item:"Linux")
|
||||
<$action-listops $tiddler=<<stateTiddler>> $subfilter="-[[$item$]]"/>
|
||||
\end
|
||||
|
||||
\define checkactions(item:"Linux")
|
||||
<$action-listops $tiddler=<<stateTiddler>> $subfilter="[[$item$]]"/>
|
||||
\end
|
||||
|
||||
\define introduction-message()
|
||||
<div class="tc-saving-introduction">
|
||||
<div>
|
||||
Use the checkboxes to explore the methods of saving that work with your platform(s)
|
||||
</div>
|
||||
</div>
|
||||
\end
|
||||
|
||||
<$vars stateTiddler=<<qualify "$:/state/gettingstarted">> >
|
||||
|
||||
<div class="tc-wrapper-flex">
|
||||
<div class="tc-saving-sidebar">
|
||||
<div class="tc-saving-sidebar-category">
|
||||
<div class="tc-saving-sidebar-category-title">OS</div>
|
||||
<div class="tc-saving-sidebar-category-item">
|
||||
<<saverssidebaritemlist "saving-os">>
|
||||
</div>
|
||||
</div>
|
||||
<div class="tc-saving-sidebar-category">
|
||||
<div class="tc-saving-sidebar-category-title">Browser</div>
|
||||
<div class="tc-saving-sidebar-category-item">
|
||||
<<saverssidebaritemlist "saving-browser">>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
|
||||
<!-- Page content -->
|
||||
<div class="tc-cards">
|
||||
<$wikify text=<<alltagsfilter>> name="alltagsfilterwikified">
|
||||
<$list filter=<<alltagsfilterwikified>> emptyMessage=<<introduction-message>>>
|
||||
{{||$:/_tw5.com-card-template}}
|
||||
</$list>
|
||||
</$wikify>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
</$vars>
|
@ -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;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user