On Saturday, June 20, 2015 at 11:27:16 AM UTC+2, AlexHough wrote:
>
>
> If the external link plugin had the ability to add the icon, or it was in 
> a <<.external "URL>> documentation marco -- I think it would be a good 
> addtion
>

This can be achieved by pure CSS. 

Copy the following CSS definition into a tiddler eg: myExternalLinkStyle 
and tag it $:/tags/Stylesheet


a.tc-tiddlylink-external:after {
    display: inline-block;
    content: "";
    width: 12px;
    height: 8px;
    background: transparent 
url(data:image/gif;base64,R0lGODlhCAAIAIABAABmZv///yH5BAEKAAEALAAAAAAIAAgAAAIPjAMJd5q2HoQLsTpto84UADs=)
 
no-repeat center;
}

if you use: 

a.tc-tiddlylink-external:before instead of :after the icon is in front of 
the link.

have fun!
mario


-- 
You received this message because you are subscribed to the Google Groups 
"TiddlyWiki" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to tiddlywiki+unsubscr...@googlegroups.com.
To post to this group, send email to tiddlywiki@googlegroups.com.
Visit this group at http://groups.google.com/group/tiddlywiki.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/d7917373-5dcb-43de-acfe-9e00f046914c%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to