diff options
author | http://christian.amsuess.com/chrysn <chrysn@web> | 2013-04-18 15:29:34 -0400 |
---|---|---|
committer | admin <admin@branchable.com> | 2013-04-18 15:29:34 -0400 |
commit | 250f7268dc68048062b72fbd68cdce1df89a144a (patch) | |
tree | f35cbc5cdfe5a65b9b18772bb74b1f71038c5729 /doc/todo/calendar_with___34__create__34___links.mdwn | |
parent | cdeb0cb9954a7dab115890f8d1939848ffd73434 (diff) | |
download | ikiwiki-250f7268dc68048062b72fbd68cdce1df89a144a.tar ikiwiki-250f7268dc68048062b72fbd68cdce1df89a144a.tar.gz |
suggest `newpageformat` parameter for calendar directive
Diffstat (limited to 'doc/todo/calendar_with___34__create__34___links.mdwn')
-rw-r--r-- | doc/todo/calendar_with___34__create__34___links.mdwn | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/doc/todo/calendar_with___34__create__34___links.mdwn b/doc/todo/calendar_with___34__create__34___links.mdwn new file mode 100644 index 000000000..9fe6c434a --- /dev/null +++ b/doc/todo/calendar_with___34__create__34___links.mdwn @@ -0,0 +1,10 @@ +the [[ikiwiki/directive/calendar]] directive is well usable without ikiwiki-calendar (eg for articles about meetings), but in such situations, it might be useful to have page creating links at the days. + +a [[!taglink patch]] to address this [[!taglink wishlist]] item is [[attached|incomplete_patch.pl]]. + +from the new documentation (also in the patch): + +> * `newpageformat` - In month mode, if no articles match the query, the value of +> `newpageformat` will be used to strformat the date in question. A good value +> is `newpageformat="meetings/%Y-%m-%d"`. It might be a good idea to have +> `\[[!meta date="<TMPL_VAR name>"]]` in the edittemplate of `meetings/*` |