Update: http://TiddlyTools.com/#timer.html

I've added a new feature to the Calendar to display dates on which "events" 
occur (in addition to showing dates on which there were tiddler changes).

The events are defined in a separate tiddler, "TiddlyTools/Timer/Events", 
which contains a simple text-based list of dates and descriptions.

*TiddlyTools/Timer/Events*

Defines a set of events used by: TiddlyTools/Timer/Calendar 
<http://tiddlytools.com/timer.html#TiddlyTools%2FTimer%2FCalendar> and 
TiddlyTools/Timer/SidebarCalendar 
<http://tiddlytools.com/timer.html#TiddlyTools%2FTimer%2FSidebarCalendar>

   - List event dates and descriptions, one date and description per line.
   - Separate the event date and the event description using a semi-colon 
   (;).
   - Enter event dates using YYYYMMDD, where YYYY is the year, MM is the 
   month number, and DD is the day number. Include a leading zero for 
   single-digit months and days.
   - For events that occur on the same date each year, use .... in place of 
   the year (e.g., ....0101;New Year's Day).
   - Note: event dates use regular expression syntax 
   
<https://developer.mozilla.org/en-US/docs/Web/JavaScript/Guide/Regular_Expressions/Cheatsheet>,
 
   allowing complex patterns to be specified (e.g. 
202104(10|11|12|13|14|15|16|17|18);Spring 
   Break Vacation)

Here's the default example data from TiddlyTools/Timer/Events:
....0202;Groundhog Day
....0214;Valentine's Day
....0401;April Fools Day
....0505;Cinco de Mayo
....0614;Flag Day
....0619;Juneteenth
....0704;Independence Day
....0724;Eric's Birthday
....0911;Patriot Day (9/11 Rememberance)
....1031;Halloween
....1224;Christmas Eve
....1225;Christmas Day
....1226;Kwanzaa (first day)
....1231;New Year's Eve
....0101;New Year's Day

20200308;Daylight Saving Time starts
20200525;Memorial Day
20200907;Labor Day
20201101;Daylight Saving Time ends
20201103;Election Day
20201126;Thanksgiving Day
20201211;Hanukkah (first day)

20210120;Inauguration Day
20210314;Daylight Saving Time starts
202104(10|11|12|13|14|15|16|17|18);Spring Break Vacation
20210531;Memorial Day
20210906;Labor Day
20211107;Daylight Saving Time ends
20211125;Thanksgiving Day
20211129;Hanukkah (first day)

enjoy,
-e

-- 
You received this message because you are subscribed to the Google Groups 
"TiddlyWiki" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to tiddlywiki+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/dcb6e108-8d96-4a3c-a9f1-9b1d836956f5o%40googlegroups.com.

Reply via email to