diff options
author | joey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071> | 2006-09-23 04:06:59 +0000 |
---|---|---|
committer | joey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071> | 2006-09-23 04:06:59 +0000 |
commit | a084682f73c03d918639a2a4629dd89793a6b3e3 (patch) | |
tree | 77966f35e19e160e7d1f93956e8a228843a31090 | |
parent | 278dae4ef988ad7e5ead6c99aa64db507e05538c (diff) | |
download | ikiwiki-a084682f73c03d918639a2a4629dd89793a6b3e3.tar ikiwiki-a084682f73c03d918639a2a4629dd89793a6b3e3.tar.gz |
new idea
-rw-r--r-- | doc/todo/sigs.mdwn | 11 |
1 files changed, 10 insertions, 1 deletions
diff --git a/doc/todo/sigs.mdwn b/doc/todo/sigs.mdwn index 61c5312d4..f3ec2cbe8 100644 --- a/doc/todo/sigs.mdwn +++ b/doc/todo/sigs.mdwn @@ -9,4 +9,13 @@ design goals for ikiwiki: keeping as much markup as possible out of the wiki and not adding nonstandard markup. And it's not significantly hard to type "--\[[Joey]]", and as to the date, we do have page history. -I'm also unsure how to possibly implement this. Seems ikiwiki would need to expand the rune to the user's name when a page is saved, but that leaves out svn commits.
\ No newline at end of file +I'm also unsure how to possibly implement this. Seems ikiwiki would need to +expand the rune to the user's name when a page is saved, but that leaves +out svn commits. + +--- + +Alternate idea: Make a sig plugin, which would expand --Name to +--[[user/Name]] (the "user/" bit would be configurable). This would be very +easy to do, although it would need to try to avoid false positives, such +as `--foo` in C code.. |