Hi,
I have a tiddler for each day of the week, appropriately titled "Monday, Tuesday, Wednesday, etc"
I have used the "tabs" macro to set up the tabs, but currently have the default set to "Sunday"
<$macrocall $name="tabs" state="$:/state/tabs/today-date" tabsList="Sunday Monday Tuesday Wednesday Thursday Friday Saturday" default="Sunday" class="tc-vertical"/>
Upon loading, I would like "today's" tab to the the default one.
In other words, when I load the TW5 on a Wednesday (like today'), the Wednesday tab would be the default, showing me my Wednesday items
How can I achieve this?
Thanks for all the inputs.
cb