X-Git-Url: http://git.vanrenterghem.biz/git.ikiwiki.info.git/blobdiff_plain/fd831cdfe33a0a2149e629a4dbbe91092a4b5be5..e6be5c297dd71ecfec7bce33a5605c0732c64639:/doc/todo/CSS_classes_for_links.mdwn diff --git a/doc/todo/CSS_classes_for_links.mdwn b/doc/todo/CSS_classes_for_links.mdwn index 6f2e5622f..fcc2e8ad7 100644 --- a/doc/todo/CSS_classes_for_links.mdwn +++ b/doc/todo/CSS_classes_for_links.mdwn @@ -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]]