aboutsummaryrefslogtreecommitdiff
path: root/doc/todo/Short_wikilinks.mdwn
diff options
context:
space:
mode:
authorjoey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071>2007-02-05 20:45:20 +0000
committerjoey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071>2007-02-05 20:45:20 +0000
commit4fa96790733a8bee2f3977e4979da122a0fe9ba2 (patch)
treec2f2a05dc288e30a8b9f5c0486713972268a8520 /doc/todo/Short_wikilinks.mdwn
parent94a48ee151ae31253423a71b817bc65f5ad1e1ed (diff)
downloadikiwiki-4fa96790733a8bee2f3977e4979da122a0fe9ba2.tar
ikiwiki-4fa96790733a8bee2f3977e4979da122a0fe9ba2.tar.gz
response
Diffstat (limited to 'doc/todo/Short_wikilinks.mdwn')
-rw-r--r--doc/todo/Short_wikilinks.mdwn17
1 files changed, 15 insertions, 2 deletions
diff --git a/doc/todo/Short_wikilinks.mdwn b/doc/todo/Short_wikilinks.mdwn
index ac03cf11c..05f894dfe 100644
--- a/doc/todo/Short_wikilinks.mdwn
+++ b/doc/todo/Short_wikilinks.mdwn
@@ -82,9 +82,22 @@ Other alternatives would be
\[[link bar=1]]
\[[dest 1=page_with_long_name]]
->>>> But this doesn't work so well for links that aren't valid keys. Such as stuff with spaces in it. I'd like to be able to write any kind of links conveniently, not just something that looks like a wikilink.
+>>>> But this doesn't work so well for links that aren't valid keys. Such
+>>>> as stuff with spaces in it. I'd like to be able to write any kind of
+>>>> links conveniently, not just something that looks like a wikilink.
->> It also shouldn't be difficult to support non-wiki links in this same way, so that you could still link everywhere in an uniform manner, as the (still preferred by me) HTML processing approach would provide. Perhaps a plugin call wouldn't even be necessary for the links themselves: what about aliases for the normal link mechanism? Although the 'ref' call may infact be cleaner, and adding that |-syntax for plugins could offer other possibilities for other plugins.
+>>>>> You're right, and to fix that it could be turned around: --[[Joey]]
+
+ \[[link 1=bar]]
+ \[[dest 1=page_with_long_name]]
+
+>> It also shouldn't be difficult to support non-wiki links in this same
+>> way, so that you could still link everywhere in an uniform manner, as
+>> the (still preferred by me) HTML processing approach would provide.
+>> Perhaps a plugin call wouldn't even be necessary for the links
+>> themselves: what about aliases for the normal link mechanism? Although
+>> the 'ref' call may infact be cleaner, and adding that |-syntax for
+>> plugins could offer other possibilities for other plugins.
>>> I agree, it should be easy to make it support non-wiki links too.
>>> We seem to have converged at something we can both live with that's