aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoranarcat <anarcat@web>2015-02-12 14:51:15 -0400
committeradmin <admin@branchable.com>2015-02-12 14:51:15 -0400
commit44d82285aebca88fe1bfcd4635fd600377f77c3c (patch)
treee9879b24944146b19c2b8b0123a5999fdbb1ed10
parent92069bdacae594ae60f94a7714b5bf23cc53a4c7 (diff)
downloadikiwiki-44d82285aebca88fe1bfcd4635fd600377f77c3c.tar
ikiwiki-44d82285aebca88fe1bfcd4635fd600377f77c3c.tar.gz
-rw-r--r--doc/bugs/postsparkline_and_calendar_archive_do_not_respect_meta_directives.mdwn19
1 files changed, 19 insertions, 0 deletions
diff --git a/doc/bugs/postsparkline_and_calendar_archive_do_not_respect_meta_directives.mdwn b/doc/bugs/postsparkline_and_calendar_archive_do_not_respect_meta_directives.mdwn
new file mode 100644
index 000000000..3bdcad6b9
--- /dev/null
+++ b/doc/bugs/postsparkline_and_calendar_archive_do_not_respect_meta_directives.mdwn
@@ -0,0 +1,19 @@
+On my [blog](http://anarc.at/blog), i have setup a simple calendar and sparkline on the sidebar, similar to [joey's](http://joeyh.name/blog/). Unfortunately, in my case it looks like all posts were done in february, date at which i [converted from drupal](http://anarc.at/blog/2015-02-06-migrating-drupal-ikiwiki/).
+
+This is how i did the directives:
+
+<pre>
+\[[!calendar pages="blog/* and !blog/*/* and !*/Discussion"]]
+
+\[[!calendar pages="blog/* and !blog/*/* and !*/Discussion" month=-1]]
+
+Temps passé entre les articles:
+\[[!postsparkline pages="blog/* and !blog/*/* and !link(foo) and
+!link(unfinished)" max=50
+formula=interval style=bar barwidth=2 barspacing=1 height=13]]
+Articles par mois:
+\[[!postsparkline pages="blog/* and !blog/*/* and !link(foo) and
+!link(unfinished)" max=23 formula=permonth style=bar barwidth=2 barspacing=1 height=13]]
+</pre>
+
+Is it possible the `meta(date)` directives are being ignored by those plugins? --[[anarcat]]