web commit by JoshTriplett
authorJoey Hess <joey@wren.kitenet.net>
Thu, 8 Nov 2007 20:32:28 +0000 (15:32 -0500)
committerJoey Hess <joey@wren.kitenet.net>
Thu, 8 Nov 2007 20:32:28 +0000 (15:32 -0500)
doc/todo/New_preprocessor_directive_syntax.mdwn [new file with mode: 0644]

diff --git a/doc/todo/New_preprocessor_directive_syntax.mdwn b/doc/todo/New_preprocessor_directive_syntax.mdwn
new file mode 100644 (file)
index 0000000..7790c2f
--- /dev/null
@@ -0,0 +1,19 @@
+As discussed on IRC, preprocessor directives should transition to a
+new syntax distinct from wikilinks.  Possible syntaxes:
+
+* `[[!preprocessor directive]]`
+* `{{preprocessor directive}}`
+
+The transition would involve adding the new syntax, adding an option
+to turn off the old syntax with the default allowing it, giving people
+time to convert their wikis and turn the option on, and releasing a
+new ikiwiki (version 3 for instance) that turns off the old syntax by
+default.
+
+Making this transition would fix two major warts:
+
+* The inability to use spaces in wikilinks or link text
+* The requirement to use a trailing space on a preprocessor directive
+  with no arguments, such as `[[toc ]]`
+
+--[[JoshTriplett]]