You could do something like I have shown here: http://inmysocks.tiddlyspot.com/#Make%20Calendar%20Entry:%5B%5BMake%20Calendar%20Entry%5D%5D%20%5B%5B2014%20September%5D%5D%20something%20%5B%5BTest%20Calendar%20Thing%5D%5D
The calendar is populated using a macro that has the date as its input, if you look at the code in the tiddler 2014 September you will see it. You will have to make one for each month, the magic required to make tiddlywiki automatically do the modular arithmetic required to auto-generate a calendar isn't something I want to deal with at the moment. To make another month clone the current month, change the fields 'month' and 'year' to reflect the current month and year and then change the location of the dates in the macros so that the dates are displayed on the correct days of the week. Each day will list tiddlers that have the fields 'year', 'month' and 'date' that match that day, so if a tiddler has the field 'year' with the value '2014', a field 'month' with 'September' and a field 'date' with '2' it will be listed in the calendar under September 2nd 2014. It is a kinda crude way to do it, I may get around to making something nicer in the future, but hopefully this helps for now. The tiddler 'Make Calendar Entry' is a form that you can use to make calendar entries without having to worry about setting fields and stuff, the tiddlers 'something' and 'Test calendar thing' are just there to show it works. There are many things you could improve about the presentation using css, but I am far too lazy to do that right now. -- 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 [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/tiddlywiki. For more options, visit https://groups.google.com/d/optout.

