summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
Diffstat (limited to 'doc')
-rw-r--r--doc/todo/default_name_for_new_post.mdwn4
1 files changed, 3 insertions, 1 deletions
diff --git a/doc/todo/default_name_for_new_post.mdwn b/doc/todo/default_name_for_new_post.mdwn
index 6af41ba6d..2a7f1ba20 100644
--- a/doc/todo/default_name_for_new_post.mdwn
+++ b/doc/todo/default_name_for_new_post.mdwn
@@ -1 +1,3 @@
-How about an option in [[plugins/inline]] for providing a default post name in the form, consisting of the current date in ISO format? \ No newline at end of file
+How about an option in [[plugins/inline]] for providing a default post name in the form, consisting of the current date in ISO format?
+
+> It would render to static HTML. In order to get a dynamic "today's date", you'd have to do it in Javascript, which htmlscrubber might not let through. I thought a better approach would be a plugin, so I wrote [[blogpost_plugin]]. --Ethan \ No newline at end of file