Hello
I have a wiki with a number of tiddlers each representing an event.
A tiddler named Forthcoming Events has a filter to list all future events as follows:
<$list filter=[tag[Event]!days:event-date[1]sort[]]-[days:event-date{!!day2}]>
Field day2
is a field in Forthcoming Events
The above works as intended.
Another tiddler Event Editor
contains the following:
''Future Events''
<$transclude $tiddler="Forthcoming Events" $mode="block"
</>
The above however does not show the events. Presumably this is because field day2
is in another tiddler, but I have been unable to find a way to resolve the issue.
An added complication is that Event Editor is a tab in another tiddler called Editors and so there presumably needs to be some further code using currentTab
to make the events appear when the tab is selected.
Please can someone help to resolve these two issues.
Cheers, Rob