]> sipb.mit.edu Git - ikiwiki.git/blob - doc/forum/Calendar:_listing_multiple_entries_per_day.mdwn
Added a comment
[ikiwiki.git] / doc / forum / Calendar:_listing_multiple_entries_per_day.mdwn
1 Hi,
2
3 I'd very much like to be able to list my blog posts on a daily basis (used for logging work) - rather than have the Calendar plugin return the first post only.
4
5 There was some effort to do this as detailed here.
6
7 [[todo/Set_arbitrary_date_to_be_used_by_calendar_plugin]]
8
9 I had a quick go at doing something similar on Debian Stable (Ikiwiki 3.0) but alas my Ikiwiki fu is not strong enough.
10
11 I'm not sure how I go about swapping the link on the day number to a link to, I guess, a dynamically generated page of links?
12
13     $linkcach{"$year/$mtag/$mday"}{$p} = ${p}
14
15 and a suitable whilst loop looks to be all that's needed...
16
17 Any pointers appreciated.
18
19 A [[!taglink patch]] has been proposed in [comment](#comment-d6f94e2b779d1c038b6359aad79ed14b)