]> sipb.mit.edu Git - ikiwiki.git/blobdiff - doc/plugins/img/discussion.mdwn
add TODO notes
[ikiwiki.git] / doc / plugins / img / discussion.mdwn
index c6e6d33366c48448c46ed619a36208ef0b2283c2..e1bb2d15b0b2fb1d313cd328813b54538be16500 100644 (file)
@@ -1,6 +1,12 @@
 It would be useful (at least for me) if one could specify
-(using a [[WikiLink]]) where the image links to.  For example,
+(using a [[ikiwiki/WikiLink]]) where the image links to.  For example,
 on <http://www.bddebian.com/~wiki/sidebar/> I'd like to have the
 logo link to \[[hurd/logo]] / <http://www.bddebian.com/~wiki/hurd/logo/>
 instead of linking to the PNG image file.  --[[tschwinge]]
 
+> Done, use link=somepage --[[Joey]]
+
+It would be handy if the `class` and `id` tags were passed through to the surrounding `table` in the case of `caption` being present.  Would this break anything?  --[[neale]]
+
+> Seems unlikely to break *too* much. I can imagine css that styles the img
+> unexpectedly applying the table. --[[Joey]]