mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2024-11-05 17:46:19 +00:00
add test tiddlers
This commit is contained in:
parent
143315ed36
commit
28237b3b4a
13
editions/tw5.com/tiddlers/dump-with-subfilter.tid
Normal file
13
editions/tw5.com/tiddlers/dump-with-subfilter.tid
Normal file
@ -0,0 +1,13 @@
|
||||
created: 20240218195424844
|
||||
modified: 20240223001316626
|
||||
tags:
|
||||
title: dump-with-subfilter
|
||||
type: text/vnd.tiddlywiki
|
||||
|
||||
<<dumpvariables type:"fn" sort:"raw" >>
|
||||
|
||||
---
|
||||
|
||||
<<dumpvariables sort:raw subfilter:"[search::some[sort .attr ]]" >>
|
||||
|
||||
|
13
editions/tw5.com/tiddlers/search-variable-parameter-test.tid
Normal file
13
editions/tw5.com/tiddlers/search-variable-parameter-test.tid
Normal file
@ -0,0 +1,13 @@
|
||||
created: 20240218173858951
|
||||
modified: 20240223200921450
|
||||
tags:
|
||||
title: search-variable-parameter-test
|
||||
type: text/vnd.tiddlywiki
|
||||
|
||||
\procedure asdf()
|
||||
<$let EXAMPLE="123" >
|
||||
<<search-variables type:"" sort:"" subfilter:"[search::some[]]" format:"$type$ $name$($params$)" >>
|
||||
</$let>
|
||||
\end
|
||||
|
||||
<<asdf>>
|
9
editions/tw5.com/tiddlers/test-dumpvariables.tid
Normal file
9
editions/tw5.com/tiddlers/test-dumpvariables.tid
Normal file
@ -0,0 +1,9 @@
|
||||
created: 20240218202032583
|
||||
modified: 20240219180731963
|
||||
tags:
|
||||
title: test-dumpvariables
|
||||
type: text/vnd.tiddlywiki
|
||||
|
||||
\procedure asdf(test:"hallo", x ) <<test>>
|
||||
|
||||
<<dumpvariables >>
|
@ -1,7 +1,8 @@
|
||||
created: 20240216004004135
|
||||
modified: 20240216010811339
|
||||
modified: 20240223200900425
|
||||
tags:
|
||||
title: test-search-variables
|
||||
type: text/vnd.tiddlywiki
|
||||
|
||||
<<search-variables subfilter:"[search::some[attr this]]">>
|
||||
|
||||
<<search-variables type:"">>
|
||||
|
21
editions/tw5.com/tiddlers/test-widget.tid
Normal file
21
editions/tw5.com/tiddlers/test-widget.tid
Normal file
@ -0,0 +1,21 @@
|
||||
created: 20240222140353499
|
||||
modified: 20240222142402534
|
||||
tags:
|
||||
title: test-widget
|
||||
type: text/vnd.tiddlywiki
|
||||
|
||||
\widget $my.widget(one:'Jaguar')
|
||||
<$text text=<<one>>/>
|
||||
<$slot $name="ts-raw">
|
||||
Whale
|
||||
</$slot>
|
||||
\end
|
||||
|
||||
<$my.widget one="Dingo">
|
||||
Crocodile
|
||||
</$my.widget>
|
||||
|
||||
<$my.widget/>
|
||||
|
||||
<<dumpvariables subfilter:"[search::casesensitive,some[my. transc]]">>
|
||||
|
Loading…
Reference in New Issue
Block a user