aboutsummaryrefslogtreecommitdiff
path: root/doc/todo/wikitrails
diff options
context:
space:
mode:
authorJoey Hess <joey@kodama.kitenet.net>2008-09-25 19:08:21 -0400
committerJoey Hess <joey@kodama.kitenet.net>2008-09-25 19:08:21 -0400
commit6cea3a0b0328fc13d6446c37e937691e9684802a (patch)
treee121d61bf5f9d2f42ee7c6355adcff6e350306b6 /doc/todo/wikitrails
parent6535c61746ba6946284be674f666c99ae8af82f0 (diff)
downloadikiwiki-6cea3a0b0328fc13d6446c37e937691e9684802a.tar
ikiwiki-6cea3a0b0328fc13d6446c37e937691e9684802a.tar.gz
response
Diffstat (limited to 'doc/todo/wikitrails')
-rw-r--r--doc/todo/wikitrails/discussion.mdwn25
1 files changed, 24 insertions, 1 deletions
diff --git a/doc/todo/wikitrails/discussion.mdwn b/doc/todo/wikitrails/discussion.mdwn
index 9de2cb7d4..327e61491 100644
--- a/doc/todo/wikitrails/discussion.mdwn
+++ b/doc/todo/wikitrails/discussion.mdwn
@@ -1 +1,24 @@
-This sounds like a more general version of what I want for one-photo-per-page galleries, where each page has previous|up|next links (like this plugin) and the index page has a list or grid of thumbnails (\[[!inline]] with a specially modified template perhaps). I'll watch this with interest! --[[smcv]]
+This sounds like a more general version of what I want for
+one-photo-per-page galleries, where each page has previous|up|next links
+(like this plugin) and the index page has a list or grid of thumbnails
+(\[[!inline]] with a specially modified template perhaps). I'll watch this
+with interest! --[[smcv]]
+
+This is a nice idea, I do have my gripes about the imeplementation.
+
+Assuming that the index's list is in mdwn format is not ideal. I guess the
+other way to do it would be to make the index be a directive, something
+like: \[[!trail pages="foo bar baz"]]. Assuming that a flat trail structure
+is enough, otherwise you'd have to get more fancy.
+
+The trailinclude seems a bit redundant with inline, and wanting to inline
+together all pages in a trail for printing or whatever seems like an
+unusual use case anyway?
+
+The !trail directive could be simplified to just \[[!trail my_indexpage]].
+But I wonder if needing to add this directive to every page is the best
+approach. Alternate approach would be to make the trail index cause
+breadcrums to be automatically inserted at the top of every page on the
+trail. (You'd have to use a directive to define the index for that to work.)
+
+--[[Joey]]