aboutsummaryrefslogtreecommitdiff
path: root/doc/todo/link_plugin_perhaps_too_general__63__.mdwn
diff options
context:
space:
mode:
authorhttp://smcv.pseudorandom.co.uk/ <http://smcv.pseudorandom.co.uk/@web>2010-04-03 01:13:08 +0000
committerJoey Hess <joey@finch.kitenet.net>2010-04-03 01:13:08 +0000
commit3934759592c35ab475e06501e2e4613d5c1f2e08 (patch)
tree097fd5a35d75f49ec8c125f81fd109f1f260e82b /doc/todo/link_plugin_perhaps_too_general__63__.mdwn
parentc4a838b33a34ff61a1dd5c6f65e40df3609e727f (diff)
downloadikiwiki-3934759592c35ab475e06501e2e4613d5c1f2e08.tar
ikiwiki-3934759592c35ab475e06501e2e4613d5c1f2e08.tar.gz
vague musings about wikilinks
Diffstat (limited to 'doc/todo/link_plugin_perhaps_too_general__63__.mdwn')
-rw-r--r--doc/todo/link_plugin_perhaps_too_general__63__.mdwn25
1 files changed, 25 insertions, 0 deletions
diff --git a/doc/todo/link_plugin_perhaps_too_general__63__.mdwn b/doc/todo/link_plugin_perhaps_too_general__63__.mdwn
new file mode 100644
index 000000000..8a5fd50eb
--- /dev/null
+++ b/doc/todo/link_plugin_perhaps_too_general__63__.mdwn
@@ -0,0 +1,25 @@
+[[!tag wishlist blue-sky]]
+(This isn't important to me - I don't use MediaWiki or Creole syntax myself -
+but just thinking out loud...)
+
+The [[ikiwiki/wikilink]] syntax IkiWiki uses sometimes conflicts with page
+languages' syntax (notably, [[plugins/contrib/MediaWiki]] and [[plugins/Creole]]
+want their wikilinks the other way round, like
+`\[[plugins/write|how to write a plugin]]`). It would be nice if there was
+some way for page language plugins to opt in/out of the normal wiki link
+processing - then MediaWiki and Creole could have their own `linkify` hook
+that was only active for *their* page types, and used the appropriate
+syntax.
+
+In [[todo/matching_different_kinds_of_links]] I wondered about adding a
+`\[[!typedlink to="foo" type="bar"]]` directive. This made me wonder whether
+a core `\[[!link]]` directive would be useful; this could be a fallback for
+page types where a normal wikilink can't be done for whatever reason, and
+could also provide extension points more easily than WikiLinks' special
+syntax with extra punctuation, which doesn't really scale?
+
+Straw-man:
+
+ \[[!link to="ikiwiki/wikilink" desc="WikiLinks"]]
+
+--[[smcv]]