From: joey Date: Sun, 4 Feb 2007 12:22:46 +0000 (+0000) Subject: web commit by tuomov X-Git-Url: https://scripts.mit.edu/gitweb/www/ikiwiki.git/commitdiff_plain/6033b787802ac82ee56fe7906b48e8b478f68835 web commit by tuomov --- diff --git a/doc/todo/Short_wikilinks.mdwn b/doc/todo/Short_wikilinks.mdwn index 7d5c65c06..ac03cf11c 100644 --- a/doc/todo/Short_wikilinks.mdwn +++ b/doc/todo/Short_wikilinks.mdwn @@ -82,6 +82,8 @@ 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. + >> 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.