summaryrefslogtreecommitdiff
path: root/doc/todo/support_link__40__.__41___in_pagespec.mdwn
diff options
context:
space:
mode:
authorJoey Hess <joey@gnu.kitenet.net>2009-11-25 01:18:56 -0500
committerJoey Hess <joey@gnu.kitenet.net>2009-11-25 01:18:56 -0500
commit4035c7f396edac2b4e4b6e344b12fb014542fd08 (patch)
treec96272637f87d868183b950ec276c5ec60af74d5 /doc/todo/support_link__40__.__41___in_pagespec.mdwn
parentdf75c5b93a1067461b649e48cc62d4c7f4d18ec7 (diff)
parent4adf2e27c671d6b5441762df34c5ad32d91defe3 (diff)
Merge branch 'master' of ssh://git.ikiwiki.info/srv/git/ikiwiki.info
Diffstat (limited to 'doc/todo/support_link__40__.__41___in_pagespec.mdwn')
-rw-r--r--doc/todo/support_link__40__.__41___in_pagespec.mdwn10
1 files changed, 10 insertions, 0 deletions
diff --git a/doc/todo/support_link__40__.__41___in_pagespec.mdwn b/doc/todo/support_link__40__.__41___in_pagespec.mdwn
new file mode 100644
index 000000000..da55bce67
--- /dev/null
+++ b/doc/todo/support_link__40__.__41___in_pagespec.mdwn
@@ -0,0 +1,10 @@
+[[!tag wishlist]]
+
+It would be nice to have pagespecs support "link(.)" as syntax.
+This would match pages that link to the page that invokes the pagespec.
+The use case is a blog with tags, and having a page for each tag
+which uses !inline to list all posts with the tag.
+
+Joey said on IRC that "probably changing the derel() function in
+IkiWiki.pm is the best way to do it".
+