I don't understand why this macro (in the tiddler "fieldsHere(fhere)") doesn't work:
\define fhere()
<table class="tc-view-field-table">
<tbody>
<$list filter="[all[current]fields[]sort[title]] -text -tags -created -modified -title" template="$:/core/ui/TiddlerFieldTemplate" variable="listItem"/>
</tbody>
</table>
<<fhere>>
I.e. when I tag it
$:/tags/Macro and then put <<fhere>> in another tiddler, nothing shows up (assuming there are some custom fields there)
The custom fields show up in the original tiddler, and when I do this
that works the way I want it to
In other words, I've solved my need to look at the fields in a particular tiddler without going into edit mode, but I would like to know why the macro version doesn't work (please :)