diff options
author | joey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071> | 2007-07-30 23:02:37 +0000 |
---|---|---|
committer | joey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071> | 2007-07-30 23:02:37 +0000 |
commit | da9507bc6e8418a600fd02a193afb87e810d6049 (patch) | |
tree | 209aaa5417ff1cca27521f4fb3655cba50a37bc9 /doc | |
parent | 781ac8346cb1c2174e6930c488c188f4483bdb99 (diff) |
web commit by http://ethan.betacantrips.com/: response
Diffstat (limited to 'doc')
-rw-r--r-- | doc/todo/default_name_for_new_post.mdwn | 4 |
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 |