aboutsummaryrefslogtreecommitdiff
path: root/doc/todo/Inline_plugin_option_to_show_full_page_path.mdwn
diff options
context:
space:
mode:
authorJoey Hess <joey@kitenet.net>2008-01-21 04:05:01 -0500
committerJoey Hess <joey@kitenet.net>2008-01-21 04:05:01 -0500
commitdd8e209fd87437ab57e85e2dabfabaa944528543 (patch)
tree38354a23cb5064fb106a4bb4cce7c1309ee3e915 /doc/todo/Inline_plugin_option_to_show_full_page_path.mdwn
parentb547cb994720c5c2e203a12650ff655a52e30413 (diff)
downloadikiwiki-dd8e209fd87437ab57e85e2dabfabaa944528543.tar
ikiwiki-dd8e209fd87437ab57e85e2dabfabaa944528543.tar.gz
web commit by http://adam.shand.net/
Diffstat (limited to 'doc/todo/Inline_plugin_option_to_show_full_page_path.mdwn')
-rw-r--r--doc/todo/Inline_plugin_option_to_show_full_page_path.mdwn12
1 files changed, 12 insertions, 0 deletions
diff --git a/doc/todo/Inline_plugin_option_to_show_full_page_path.mdwn b/doc/todo/Inline_plugin_option_to_show_full_page_path.mdwn
new file mode 100644
index 000000000..4eb1f8a05
--- /dev/null
+++ b/doc/todo/Inline_plugin_option_to_show_full_page_path.mdwn
@@ -0,0 +1,12 @@
+I recently created a page which shows only discussion pages which have recently been updated (sort of a discussion blog), eg.
+
+<http://adam.shand.net/iki/comments/>
+
+My thought was that this would be a good way to keep track of recent comments other then using the recent changes functionality. It works well except that the title of the discussion pages all show up as "discussion" so it's not visibly obvious which page they are discussing.
+
+One solution would be to change the inline plugin to support an argument which caused the full path of the page to be listed as the title. So rather then the title of discussion page being listed as "discussion" it would show up as "2007/OpenDNS/discussion/".
+
+The only other way I can think of making this work would be to set the title of the discussion pages using the meta plugin ... but I don't like my chances of getting visitors to do that consistantly. :-(
+
+Cheers,
+[[AdamShand]]