So I have a set tiddlers for make believe months - fantasy world. One tiddler for each month. Each has a field davout_month_order which is the order the month occurs in the year. I have events. One tiddler for each event. Each has the fields: davout_month, which has the name of the month, and davout_day, which has the day number.
So now I want to have a list of events in chronological order.
Maybe I should have stored the month number rather than name in davout_month, but then every time I want to display the date of the event in words (which would be the default), I would have to do some index thing. I don’t which would be better.
Is this possible?
Thanks.