summaryrefslogtreecommitdiff
path: root/doc/plugins
diff options
context:
space:
mode:
authorjoey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071>2006-10-11 07:51:55 +0000
committerjoey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071>2006-10-11 07:51:55 +0000
commit0286694e207f2c27771953f5bf36222c694ea4bd (patch)
treefc3cb9f419ed9aa6a1ba1b98e821fde05e638709 /doc/plugins
parent38923bfdd503f3be620ab673be8a1f541678f8d1 (diff)
comments
Diffstat (limited to 'doc/plugins')
-rw-r--r--doc/plugins/contrib/shortcuts/discussion.mdwn24
1 files changed, 24 insertions, 0 deletions
diff --git a/doc/plugins/contrib/shortcuts/discussion.mdwn b/doc/plugins/contrib/shortcuts/discussion.mdwn
new file mode 100644
index 000000000..367d1b9a3
--- /dev/null
+++ b/doc/plugins/contrib/shortcuts/discussion.mdwn
@@ -0,0 +1,24 @@
+Ah, this is something I've been meaning to look into adding for a while.
+
+I think it might be a good idea to make the page that configures the
+shortcuts be a regular page in the wiki, as was done with the smilies
+plugin. Of course, it would need to avoid abuse since anyone could edit it
+then (unless it were locked).
+
+The other thing that I wondered as I looked at this is, why add a new
+syntax for the shortcuts? It would be less complex, and probably easier to
+implement if it used an existing syntax. The shortcuts could just use a
+preprocessor directive:
+
+ \[[shortcut dbug 30303]]
+
+If that's not short enough, it would be possible to register a preprocessor
+directive per shortcut, yeilding this syntax:
+
+ \[[dbug 30303]]
+
+Unless I'm missing something and a "walf expression" is something already
+standard across wikis, this approach seems cleaner and easier to learn for
+ikiwiki users.
+
+--[[Joey]]