Hi, I'm trying to filter and transclude tiddlers with a special field and the title of current tiddler, but nothing worked:
1)
<$list filter="[field:relatedto[$(title)$]">
''<$transclude field="caption" />''
<$transclude />
</$list>
I'm
trying to transclude all tiddlers, which got the name of the current in
the "relatedto" field. But this did not work. I already tried:
<$list filter="[field:relatedto[!!title]">
<$list filter="[field:relatedto{{!!title}}]">
<$list filter="[field:relatedto<currentTiddler>]">
<$list filter="[field:relatedto<<currentTiddler>>]">
<$list filter="[field:relatedto[{{!title}}]">
Nothing works.
2)
Same here:
<<tabs "[tag<<{{!!title}}field:relatedto[]] " "" "$:/state/tab2" "tc-vertical">>
Here,
I want to show all tiddlers in the vertical tab-view, which got the
title of the current as a tag. But I always had to "hardcode" the title
of the current tiddler and could not transclude the title in the filters
Anyone got an idea?
Best regards,
Alex