X-Git-Url: http://git.vanrenterghem.biz/git.ikiwiki.info.git/blobdiff_plain/a7ae9d0b7e16153c389360e8b8b67d3e70488bf4..77779dc4a09a9b686935e8e615cf2502f7125bb4:/doc/todo/wikitrails/discussion.mdwn

diff --git a/doc/todo/wikitrails/discussion.mdwn b/doc/todo/wikitrails/discussion.mdwn
index 3ef52c197..9dbbb6bc8 100644
--- a/doc/todo/wikitrails/discussion.mdwn
+++ b/doc/todo/wikitrails/discussion.mdwn
@@ -1,11 +1,3 @@
-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
@@ -41,9 +33,9 @@ to make it remember the pages it inlined, in order, in the pagestate;
 in the latter case, we could replace the wikilinks with a directive,
 an operation something like this in diff notation:
 
-    - [[one]] - the unit
-    - [[two]] - the base of binary
-    - [[three|3]] - is a crowd
+    - \[[one]] - the unit
+    - \[[two]] - the base of binary
+    - \[[three|3]] - is a crowd
     + \[[!trailitem one]] - the unit
     + \[[!trailitem two]] - the base of binary
     + \[[!trailitem three|3]] - is a crowd
@@ -81,5 +73,8 @@ hook to run *after* trail's, or perhaps by having trail's
 pagetemplate hook disable itself for pages that contain
 a \[[!trail]] directive.
 
-Does this sound viable? Should I think about implementing it?
---[[smcv]]
+I have now implemented this at [[plugins/contrib/trail]].
+What do you think? I'm still not sure how it would relate
+to [[plugins/contrib/album]], but if trail is reviewed
+and approved in principle, I'll try to adapt album as
+outlined above. --[[smcv]]