mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2024-12-04 23:39:57 +00:00
remove test-files
This commit is contained in:
parent
b7197c749d
commit
eecb7b6954
@ -1,44 +0,0 @@
|
||||
created: 20240204014515455
|
||||
draft.of: test-contacts
|
||||
draft.title: test-contacts
|
||||
modified: 20240205200935576
|
||||
tags:
|
||||
title: Draft of 'test-contacts'
|
||||
type: text/vnd.tiddlywiki
|
||||
|
||||
<style>
|
||||
.toc-item-filter> a,
|
||||
.toc-item-filter> .tc-toc-caption {
|
||||
color: darkblue;
|
||||
}
|
||||
|
||||
.toc-item-filter> button > svg {
|
||||
fill: darkblue;
|
||||
}
|
||||
|
||||
.toc-item-include > a,
|
||||
.toc-item-include > .tc-toc-caption
|
||||
{
|
||||
color: green;
|
||||
}
|
||||
|
||||
.toc-item-include > button > svg {
|
||||
fill: green;
|
||||
}
|
||||
|
||||
.toc-item-hide> a,
|
||||
.toc-item-hide > .tc-toc-caption
|
||||
{
|
||||
color: red;
|
||||
}
|
||||
|
||||
.toc-item-hide> button > svg {
|
||||
fill: red;
|
||||
}
|
||||
|
||||
</style>
|
||||
|
||||
|
||||
<div class="tc-table-of-contents">
|
||||
<<toc "root">>
|
||||
</div>
|
@ -1,7 +0,0 @@
|
||||
created: 20240204014414845
|
||||
first-name: Robert
|
||||
last-name: Müller
|
||||
modified: 20240204030403210
|
||||
tags: person
|
||||
title: MR
|
||||
type: text/vnd.tiddlywiki
|
@ -1,10 +0,0 @@
|
||||
created: 20240201200126315
|
||||
modified: 20240204013212392
|
||||
tags:
|
||||
title: New Tiddler 1
|
||||
type: text/vnd.tiddlywiki
|
||||
|
||||
<div class="tc-table-of-contents">
|
||||
<<toc "root">>
|
||||
</div>
|
||||
|
@ -1,16 +0,0 @@
|
||||
created: 20240202131409493
|
||||
modified: 20240202223322380
|
||||
tags: aaa
|
||||
title: New Tiddler 2
|
||||
type: text/vnd.tiddlywiki
|
||||
|
||||
<$let
|
||||
myFilter="[tag[aaa]]"
|
||||
toc-exclude-yes="[<currentTiddler>]"
|
||||
toc-exclude="[[b b]]"
|
||||
toc-include="[tag[test]]"
|
||||
|
||||
toc-exclude={{{ [<toc-exclude>match[yes]then<toc-exclude-yes>else<toc-exclude>] }}}
|
||||
>
|
||||
|
||||
<$list filter="[subfilter<myFilter>] [subfilter<toc-include>] -[subfilter<toc-exclude>]"/>
|
@ -1,5 +0,0 @@
|
||||
created: 20240204045534918
|
||||
modified: 20240204045536437
|
||||
tags: todo1
|
||||
title: New Tiddler 3
|
||||
type: text/vnd.tiddlywiki
|
@ -1,7 +0,0 @@
|
||||
created: 20240204014347171
|
||||
first-name: Robert
|
||||
last-name: Schlager
|
||||
modified: 20240204014450686
|
||||
tags: person
|
||||
title: SR
|
||||
type: text/vnd.tiddlywiki
|
@ -1,5 +0,0 @@
|
||||
created: 20240202131427117
|
||||
modified: 20240203012638744
|
||||
tags: root [[b b]] aaa
|
||||
title: aaa
|
||||
type: text/vnd.tiddlywiki
|
@ -1,5 +0,0 @@
|
||||
created: 20240202112653767
|
||||
modified: 20240202112700329
|
||||
tags: one
|
||||
title: asdf
|
||||
type: text/vnd.tiddlywiki
|
@ -1,17 +0,0 @@
|
||||
created: 20240202131440055
|
||||
modified: 20240205195920345
|
||||
tags: aaa
|
||||
title: b b
|
||||
toc-filter:
|
||||
toc-hide:
|
||||
toc-include: [prefix[todo]]
|
||||
toc-includeX: [prefix[todo]]
|
||||
toc-link:
|
||||
type: text/vnd.tiddlywiki
|
||||
|
||||
{{{ [subfilter<tf.toc-exclude>] }}}
|
||||
|
||||
{{{ [{read-only-mode}match[yes]then<currentTiddler>] }}}
|
||||
|
||||
|
||||
{{{ [tag[todo]!tag[done]] +[!sort[modified]] }}}
|
@ -1,5 +0,0 @@
|
||||
created: 20240202225320834
|
||||
modified: 20240204011950080
|
||||
tags: [[b b]]
|
||||
title: ccc
|
||||
type: text/vnd.tiddlywiki
|
@ -1,6 +0,0 @@
|
||||
created: 20240204014534832
|
||||
modified: 20240205180618408
|
||||
tags: root
|
||||
title: contacts
|
||||
toc-include: [tag[person]sort[last-name]]
|
||||
type: text/vnd.tiddlywiki
|
@ -1,23 +0,0 @@
|
||||
created: 20240202103010434
|
||||
modified: 20240202103557952
|
||||
tags:
|
||||
title: creative-way-to-use-functions-01
|
||||
type: text/vnd.tiddlywiki
|
||||
|
||||
\function f.taggedList(tag) [tag<tag>limit[3]]
|
||||
\function f.opFields() [fields[]prefix[op]] -[[text]] -[[title]]
|
||||
|
||||
<$list filter="[f.taggedList[Filter Operators]]">
|
||||
<table class="tc-max-width">
|
||||
<tbody>
|
||||
<tr>
|
||||
<th colspan=2><$link/></th>
|
||||
</tr>
|
||||
<$list filter="[<currentTiddler>f.opFields[]]" variable=fieldname>
|
||||
<tr>
|
||||
<td><<fieldname>></td><td><$transclude $field=<<fieldname>>/></td>
|
||||
</tr>
|
||||
</$list>
|
||||
</tbody>
|
||||
</table>
|
||||
</$list>
|
@ -1,24 +0,0 @@
|
||||
created: 20240202094222684
|
||||
modified: 20240202103555585
|
||||
tags:
|
||||
title: creative-way-to-use-functions-02
|
||||
type: text/vnd.tiddlywiki
|
||||
|
||||
\function f.taggedList(test, tag) [<test>] [tag<tag>limit[3]]
|
||||
\function f.opFields() [fields[]prefix[op]] -[[text]] -[[title]]
|
||||
|
||||
<$list filter="[function[f.taggedList],[non existing Title],[Filter Operators]]">
|
||||
<table class="tc-max-width">
|
||||
<tbody>
|
||||
<tr>
|
||||
<th colspan=2><$link/></th>
|
||||
</tr>
|
||||
<$list filter="[<currentTiddler>function[f.opFields]]" variable=fieldname>
|
||||
<tr>
|
||||
<td><<fieldname>></td><td><$transclude $field=<<fieldname>>/></td>
|
||||
</tr>
|
||||
</$list>
|
||||
</tbody>
|
||||
</table>
|
||||
</$list>
|
||||
|
@ -1,5 +0,0 @@
|
||||
created: 20240203010827945
|
||||
modified: 20240204175634987
|
||||
tags: [[b b]]
|
||||
title: ddd
|
||||
type: text/vnd.tiddlywiki
|
@ -1,5 +0,0 @@
|
||||
created: 20240203012325174
|
||||
modified: 20240203013847790
|
||||
tags: z [[New Tiddler 2]]
|
||||
title: eee
|
||||
type: text/vnd.tiddlywiki
|
@ -1,7 +0,0 @@
|
||||
created: 20240204014317494
|
||||
first-name: Mario
|
||||
last-name: Pietsch
|
||||
modified: 20240204014456821
|
||||
tags: person
|
||||
title: pmario
|
||||
type: text/vnd.tiddlywiki
|
@ -1,7 +0,0 @@
|
||||
created: 20240204002222736
|
||||
modified: 20240204002230160
|
||||
tags:
|
||||
title: read-only-mode
|
||||
type: text/vnd.tiddlywiki
|
||||
|
||||
yes
|
@ -1,42 +0,0 @@
|
||||
created: 20240204014515455
|
||||
modified: 20240205200223848
|
||||
tags:
|
||||
title: test-contacts
|
||||
type: text/vnd.tiddlywiki
|
||||
|
||||
<style>
|
||||
.toc-item-filter> a,
|
||||
.toc-item-filter> .tc-toc-caption {
|
||||
color: darkblue;
|
||||
}
|
||||
|
||||
.toc-item-filter> button > svg {
|
||||
fill: darkblue;
|
||||
}
|
||||
|
||||
.toc-item-include > a,
|
||||
.toc-item-include > .tc-toc-caption
|
||||
{
|
||||
color: green;
|
||||
}
|
||||
|
||||
.toc-item-include > button > svg {
|
||||
fill: green;
|
||||
}
|
||||
|
||||
.toc-item-hide> a,
|
||||
.toc-item-hide > .tc-toc-caption
|
||||
{
|
||||
color: red;
|
||||
}
|
||||
|
||||
.toc-item-hide> button > svg {
|
||||
fill: red;
|
||||
}
|
||||
|
||||
</style>
|
||||
|
||||
|
||||
<div class="tc-table-of-contents">
|
||||
<<toc "root">>
|
||||
</div>
|
@ -1,17 +0,0 @@
|
||||
created: 20240202112417445
|
||||
modified: 20240202131358311
|
||||
tags: test
|
||||
title: test-exclude-show-empty-text
|
||||
type: text/vnd.tiddlywiki
|
||||
|
||||
<$let
|
||||
myFilter="[tag[one]]"
|
||||
toc-exclude-yes="[<currentTiddler>]]"
|
||||
toc-exclude="yesX"
|
||||
toc-include="[tag[test]sort[created]]"
|
||||
|
||||
toc-exclude={{{ [<toc-exclude>match[yes]then<toc-exclude-yes>else<toc-exclude>] }}}
|
||||
>
|
||||
|
||||
<$list filter="[subfilter<myFilter>] [subfilter<toc-include>] -[subfilter<toc-exclude>]" emptyMessage="toc-exclude - removed everything"/>
|
||||
|
@ -1,16 +0,0 @@
|
||||
code-body: yes
|
||||
created: 20240202112158339
|
||||
modified: 20240202114434232
|
||||
tags: one
|
||||
title: test-toc-include-toc-exclude
|
||||
type: text/vnd.tiddlywiki
|
||||
|
||||
<$let myFilter="[tag[one]]"
|
||||
toc-exclude-yes="[<currentTiddler>]"
|
||||
toc-exclude="asdf"
|
||||
toc-include="[tag[test]]"
|
||||
|
||||
toc-exclude={{{ [<toc-exclude>match[yes]then<toc-exclude-yes>else<toc-exclude>] }}}
|
||||
>
|
||||
|
||||
<$list filter="[subfilter<myFilter>] [subfilter<toc-include>] -[subfilter<toc-exclude>]"/>
|
@ -1,11 +0,0 @@
|
||||
created: 20240203175824154
|
||||
modified: 20240204002037300
|
||||
tags:
|
||||
title: test-xxx
|
||||
type: text/vnd.tiddlywiki
|
||||
|
||||
\function tf.toc-exclude() [<currentTiddler>get[toc-xxx]]
|
||||
|
||||
<div class="tc-table-of-contents">
|
||||
<<toc "Contents">>
|
||||
</div>
|
@ -1,12 +0,0 @@
|
||||
created: 20240202161649264
|
||||
modified: 20240205180207663
|
||||
tags:
|
||||
title: test
|
||||
toc-include: asdf
|
||||
type: text/vnd.tiddlywiki
|
||||
|
||||
|
||||
<div class="tc-table-of-contents">
|
||||
<$macrocall $name=toc tag=root />
|
||||
</div>
|
||||
|
@ -1,6 +0,0 @@
|
||||
created: 20240204010938186
|
||||
modified: 20240204052314378
|
||||
tags: todo
|
||||
title: todo1
|
||||
toc-link: no
|
||||
type: text/vnd.tiddlywiki
|
@ -1,5 +0,0 @@
|
||||
created: 20240204010944841
|
||||
modified: 20240204012556472
|
||||
tags: todo
|
||||
title: todo2
|
||||
type: text/vnd.tiddlywiki
|
Loading…
Reference in New Issue
Block a user