Hi there,
I got a tiddler to display specific Tiddlers with list-filter:
<$list filter="[kategorie[autor]!title[$:/plugins/z4ck/quellen/vorlage/autor]!regexp[(?i)\Draft]sort[title]]"><$link to={{!!title}}><$view field="title"/></$link><br></$list>
If the tiddler got the value "autor" at the field "kategorie" it is display inside this tiddler.
Now I want to add a search on top ot this list.
If the searchbar is empty the full list should be displayed. If I enter some text the list should be reduced to only show the tiddler, which contains the text.
I looked the search-bar-code up, but I dont really understand all parts. If someone already implemented this function, could you please help me with the code?
Best regards,
Alex