2014-09-12 15:05:37 +00:00
|
|
|
created: 20140912140651119
|
2020-06-14 10:48:13 +00:00
|
|
|
list:
|
|
|
|
modified: 20200507203641230
|
|
|
|
saving-browser: Firefox Chrome Edge [[Internet Explorer]] Safari Opera
|
|
|
|
saving-os: Windows Mac Linux Android iOS
|
2014-09-12 15:05:37 +00:00
|
|
|
tags: [[Working with TiddlyWiki]]
|
|
|
|
title: Saving
|
|
|
|
type: text/vnd.tiddlywiki
|
|
|
|
|
2020-06-14 10:48:13 +00:00
|
|
|
\define alltagsfilter()
|
|
|
|
<$vars tag1="tag[" tag2="]" lb="[" rb="tag[Saving]sort[delivery]]">
|
|
|
|
<$set filter="[list[]addprefix<tag1>addsuffix<tag2>]+[join[]addprefix<lb>addsuffix<rb>]" name="alltags" select=0>
|
|
|
|
<$text text=<<alltags>>/>
|
|
|
|
</$set>
|
|
|
|
</$vars>
|
2017-11-13 14:00:01 +00:00
|
|
|
\end
|
|
|
|
|
2020-06-14 10:48:13 +00:00
|
|
|
\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 $subfilter="-[[$item$]]"/>
|
|
|
|
\end
|
|
|
|
|
|
|
|
\define checkactions(item:"Linux")
|
|
|
|
<$action-listops $subfilter="[[$item$]]"/>
|
|
|
|
\end
|
|
|
|
|
|
|
|
\define uncheckactions(item:"Linux")
|
|
|
|
<$action-listops $subfilter="-[[$item$]]"/>
|
2017-11-13 14:00:01 +00:00
|
|
|
\end
|
|
|
|
|
2014-09-12 15:05:37 +00:00
|
|
|
Available methods for saving changes with TiddlyWiki:
|
|
|
|
|
2020-06-14 10:48:13 +00:00
|
|
|
<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>
|
|
|
|
|
2017-11-13 14:00:01 +00:00
|
|
|
</div>
|
2020-06-14 10:48:13 +00:00
|
|
|
|
|
|
|
<!-- Page content -->
|
|
|
|
<div class="content">
|
|
|
|
<$wikify text=<<alltagsfilter>> name="alltagsfilterwikified">
|
|
|
|
<$list filter=<<alltagsfilterwikified>>>
|
|
|
|
{{||$:/_tw5.com-card-template}}
|
|
|
|
</$list>
|
|
|
|
</$wikify>
|
|
|
|
|
2017-11-13 14:00:01 +00:00
|
|
|
</div>
|
2020-06-14 10:48:13 +00:00
|
|
|
</div>
|