aboutsummaryrefslogtreecommitdiff
path: root/doc/todo/matching_different_kinds_of_links.mdwn
diff options
context:
space:
mode:
authorhttp://smcv.pseudorandom.co.uk/ <http://smcv.pseudorandom.co.uk/@web>2010-04-03 00:53:59 +0000
committerJoey Hess <joey@finch.kitenet.net>2010-04-03 00:53:59 +0000
commitc4a838b33a34ff61a1dd5c6f65e40df3609e727f (patch)
tree9a4917562aeb280327dda088b6fea7be1a371e6e /doc/todo/matching_different_kinds_of_links.mdwn
parent0dad28b3530d70830456a3f8d57b0e3f3d52ee2d (diff)
downloadikiwiki-c4a838b33a34ff61a1dd5c6f65e40df3609e727f.tar
ikiwiki-c4a838b33a34ff61a1dd5c6f65e40df3609e727f.tar.gz
perhaps the typedlink(tag foo) pagespec isn't so useful
Diffstat (limited to 'doc/todo/matching_different_kinds_of_links.mdwn')
-rw-r--r--doc/todo/matching_different_kinds_of_links.mdwn9
1 files changed, 9 insertions, 0 deletions
diff --git a/doc/todo/matching_different_kinds_of_links.mdwn b/doc/todo/matching_different_kinds_of_links.mdwn
index f8796652e..4f52ade52 100644
--- a/doc/todo/matching_different_kinds_of_links.mdwn
+++ b/doc/todo/matching_different_kinds_of_links.mdwn
@@ -140,3 +140,12 @@ without too much transitional trouble. --[[Joey]]
> care either way; [[Jon]] expressed concern about people relying
> on the current semantics, on one of the pages requesting this
> change. --s
+
+I might have been wrong to introduce `typedlink(tag foo)`. It's not
+very user-friendly, and is more useful as a backend for other plugins
+that as a feature in its own right - any plugin introducing a link
+type will probably also want to have its own preprocessor directive
+to set that link type, and its own pagespec function to match it.
+I wonder whether to make a `typedlink` plugin that has the typedlink
+pagespec match function and a new `\[[!typedlink to="foo" type="bar"]]`
+though... --[[smcv]]