Hi,
Minimum use case:
Let's say I have a tiddler named "apple" with some lorem ipsum fluff in its text field and with the tag "fruit".
I also have a
tiddler, let's name it, "viewer" tagged with $:/tags/ViewTemplate and the following content:
<$list filter="[all[current]tag[fruit]]">
This is a fruit
</$list>
When I open the tiddler named "apple" I will see:
Lorem ipsum
This is a fruit
My question is -- how can I decide what should come first: the text field of the "apple" tiddler (as defined by the core viewtemplates) or the text in my own viewtemplate ("viewer")? What determines the order? If I decided I want to see "This is a fruit" before or after "Lorem ipsum" how could I achieve this?
Apologies if this is not clear and thanks in advance for suggestions.
Regards,
-Hubert