TiddlyTools Calendar journal tag

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:

  • When creating/editing a journal using the “edit journal” (pencil) button in the date popups
  • When showing journal entries in the Calendar

To define the calendar_journaltags value, you can either:

  • in $:/config/TiddlyTools/Calendar, add a “calendar_journaltags” field with the desired tag value
  • or, create a tiddler (e.g., MyCalendarJournalTag), tagged with $:/tags/Global, containing:
    \define calendar_journaltags() sometagvalue
  • or, for a local setting that is applied only to a specific Calendar display, use
    <$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