HansBKK
unread,Jul 13, 2011, 11:22:14 PM7/13/11Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to tiddl...@googlegroups.com
Warning - I'm not too sure about the below, so if a more knowledgeable TWer sees mistakes, corrections would be appreciated. . .
This plugin is designed to change the view/edit *templates* to your customized ones, not change the display of the inline text within your tiddler's content. I think (just guessing really) if you put your external URLs in custom fields, and then use your custom templates to assign those fields specific CSS classes, then your custom rules in StyleSheet could dictate how those classes display.
Another way - use the inline CSS @@ syntax around the URLs whose appearance you want to change, this doesn't require anything special with templates or fields.
If you're looking for a something to automagically distinguish offsite URLs and apply custom styling to just those, I don't know how to implement that, but I suspect it would need to be done by custom javascripting.
Hope this helps. . .