Hello everyone, I would like to be able to select “medical” and “urgent” at the same time and filter the “REPORTS” according to the selected tags.
this my code
listField="tags"
checked="urgent" unchecked="" default="">
Urgent
</$checkbox>
<$checkbox tiddler="$:/temp/notes"
listField="tags"
checked="medical" unchecked="" default="">
Médical
</$checkbox>
<$list filter="[tag[ ??? ]!is[system]!sort[created]]">
<div>
<$view field="text"/> <br>
</div>
</$list>
Best reguards, Auguste