]> sipb.mit.edu Git - ikiwiki.git/blobdiff - doc/bugs/linkmap_displays_underscore_escapes.mdwn
patch available
[ikiwiki.git] / doc / bugs / linkmap_displays_underscore_escapes.mdwn
index 66bffc15954ffbbb5d9f7c5d3540cdb1a4dcd951..14164d0761edecfa6a55c048e882869fb1918493 100644 (file)
@@ -17,5 +17,19 @@ the attached [[!taglink patch]] fixes this; from its commit message:
 
 the output will look much better (at least in my wikis) with the "[[bugs/pagetitle function does not respect meta titles]]" issue fixed.
 
+> [[Looks good to me|users/smcv/ready]].
+>
+> I don't think it's correct for `pagetitle()` to output `\[[!meta title]]`
+> though, as discussed on the linked bug: it appears in an assortment of
+> contexts where the full formal title of the page seems inappropriate.
+> If you want linkmap to use `\[[!meta title]]`, I think it would be
+> better to give it a `show` parameter, like `\[[!map]]` has?
+> --[[smcv]]
+
+>> sounds good; i'll have a look at it the next time i touch the linkmap
+>> plugin. the patch at hand would be a starting point for that. --[[chrysn]]
+
 the patch is stored in [[the patch.pl]] as created by git-format-patch, and can
 be pulled from the abovementioned branch.
+
+> update 2014-06-29: branch still merges cleanly and works. --[[chrysn]]