aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoshTriplett <JoshTriplett@web>2010-10-06 18:49:02 +0000
committerJoey Hess <joey@kitenet.net>2010-10-06 18:49:02 +0000
commitc2694e663deb6f49aa511c1b5310fb4cd4187eb0 (patch)
treed6824ce555cacb1daa44b39637015ac6b9fc5f97
parent3d0108bf0a6f8b0284399cf3a5b150369308c935 (diff)
downloadikiwiki-c2694e663deb6f49aa511c1b5310fb4cd4187eb0.tar
ikiwiki-c2694e663deb6f49aa511c1b5310fb4cd4187eb0.tar.gz
-rw-r--r--doc/todo/countdown_directive.mdwn3
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/todo/countdown_directive.mdwn b/doc/todo/countdown_directive.mdwn
new file mode 100644
index 000000000..5a540d927
--- /dev/null
+++ b/doc/todo/countdown_directive.mdwn
@@ -0,0 +1,3 @@
+I'd love to have a countdown directive, which would take a timestamp to count down to and generate a JavaScript timer in the page.
+
+Ideally I'd also like to either have parameters providing content to show before and after the time passes, or integration with existing conditional directives to do the same thing.