mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2024-10-31 23:26:18 +00:00
4ea5dce284
1. Switch from using the text field of lists for storing the associated filter to using the field `toc-list-filter` (to make it harder to accidentally parse the text of an ordinary tiddler as a filter) 2. Fix several bugs
12 lines
378 B
Plaintext
12 lines
378 B
Plaintext
title: $:/plugins/tiddlywiki/text-slicer/templates/interactive/list
|
|
|
|
\define body(type:"ul")
|
|
<$type$>
|
|
<$list filter="""[all[current]] $(tv-exclude-filter)$ +[limit[1]]""" variable="item">
|
|
<$list filter={{!!toc-list-filter}} template="$:/plugins/tiddlywiki/text-slicer/templates/interactive/tiddler"/>
|
|
</$list>
|
|
</$type$>
|
|
\end
|
|
|
|
<$macrocall $name="body" type={{!!toc-list-type}}/>
|