Hello,
I am starting to develop some filter but now I am struggling.
Target is to have a Table of Content and to give over the tag name what is stored in a field value.
I was able to read out the field value (in my example it is simple TableOfContents).
But if I use it in the toc-selective-expandable I get the error message:
Filter error: Syntax error in filter expression
created: 20240722160217651
modified: 20240722212901635
myfield: TableOfContents
tags:
title: XXX
<<toc-selective-expandable {{{ [<currentTiddler>get[myfield]] }}} >>
What is it I am doing wrong here? If I use {{{ [get[myfield]] }}} I get, as expected, “TableOfContents”.
Thx in advance
Stefan