]> sipb.mit.edu Git - ikiwiki.git/blob - doc/plugins/calendar/discussion.mdwn
bb76a9d8be426418815074aa0c0ae5db3ac68658
[ikiwiki.git] / doc / plugins / calendar / discussion.mdwn
1 It would be nice if the "month" type calendar could collect all of the 
2 matching pages on a given date in some inline type way. --[[DavidBremner]]
3
4 > I agree, but I have not come up with good html to display them. Seems 
5 > it might need some sort of popup.
6
7 Is it possible to get the calendar to link to pages based not on their timestamp (as I understand that it does now, or have I misunderstood this?) and instead on for example their location in a directory hierarchy. That way the calendar could be used as a planning / timeline device which I think would be great. --[[Alexander]]
8
9 I would like the ability to specify relative previous months. This way I
10 could have a sidebar with the last three months by specifying no month,
11 then 'month="-1"' and 'month="-2"'. Negative numbers for the month would
12 otherwise be invalid, so this shouldn't produce any conflicts with expected
13 behavior. (Right?) -- [[StevenBlack]]
14
15 > Great idea! Just implemented that and also relative years. --[[Joey]]