]> sipb.mit.edu Git - ikiwiki.git/blobdiff - doc/todo/CSS_classes_for_links.mdwn
Just remembered that '#' already has a meaning in WikiLinks.
[ikiwiki.git] / doc / todo / CSS_classes_for_links.mdwn
index fedf5b35594d037f517c2008c8d8549c9aba4c75..5013a9d120a6554df0821021ed0dc5ab09e27478 100644 (file)
@@ -52,6 +52,8 @@ My best regards,
 >>> I also think this should be in an external plugin, not in ikiwiki.
 >>>
 
+I find CSS3 support still spotty...  Here are some notes on how to do this in IkiWiki with jQuery: <http://iki.u32.net/setup/External_Links> --[[sabr]]
+
 > If you need to achieve this in IkiWiki itself, I imagine you could create a
 > plugin which runs in the `format` phase of rendering and search/replaces
 > specific link patterns.  This should be a fairly simple exercise in regular
@@ -68,4 +70,8 @@ My best regards,
 > Reason is that there are many ways for external links to get into an
 > ikiwiki page, including being entered as raw html. The only time ikiwiki
 > controls a link is when an internal link is added using a WikiLink.
+>
+> (Note that tags get their own special
+> [[rel_attribute|rel_attribute_for_links]] now that CSS can use.)
+> 
 > --[[Joey]]