Probably one for Eric:
Is it possible to change the default journal tag? I already have a journal with the same tag and wanted to differentiate that journal from the calendar journal.
Thanks
Jon
Probably one for Eric:
Is it possible to change the default journal tag? I already have a journal with the same tag and wanted to differentiate that journal from the calendar journal.
Thanks
Jon
I’ve added handling for using a calendar_journaltags “hidden” setting as an alternative to the TWCore’s $:/config/NewJournal/Tags value.
There are two places in the TiddlyTools Calendar that are affected:
To define the calendar_journaltags value, you can either:
$:/config/TiddlyTools/Calendar, add a “calendar_journaltags” field with the desired tag valueMyCalendarJournalTag), tagged with $:/tags/Global, containing:\define calendar_journaltags() sometagvalue
<$let calendar_journaltags="sometagvalue">{{TiddlyTools/Time/Calendar}}</$let>
Get the update here: TiddlyTools/Time/Calendar
Let me know if this satisfies your particular use-case.
enjoy,
-e