]> sipb.mit.edu Git - ikiwiki.git/blobdiff - doc/todo/CSS_classes_for_links.mdwn
web commit by PatrickWinnertz: fixed whishlist bug of enodev
[ikiwiki.git] / doc / todo / CSS_classes_for_links.mdwn
index 6f2e5622f7d469e50a2928ce27808aba18e4d90c..fcc2e8ad7f01ce00db0fd620d63a5e50d0a8827f 100644 (file)
@@ -32,7 +32,7 @@ for external links is enough for me :) Please look at my example:
 
 My best regards,
 
---Pawel
+--[[Paweł|ptecza]]
 
 > If you did not already know, you can achieve similar results using CSS3
 > selectors.  Eg: `a[href="http://www.foobar.com/"] { foobar: css }` or
@@ -53,4 +53,11 @@ My best regards,
 
 >> I've never written plugin for ikiwiki, but I can try if it's simple job :)
 >>
->> --Pawel
\ No newline at end of file
+>> --[[PaweÅ‚|ptecza]]
+
+> I wouldn't mind adding a _single_ css class to ikiwiki links, but it
+> would have to be a class added to all internal, not all external, links.
+> 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.
+> --[[Joey]]