mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2025-01-23 23:46:52 +00:00
17 lines
410 B
Plaintext
17 lines
410 B
Plaintext
|
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>]"/>
|