Hi Verrehaal

> You see the neui-em theme with modified params, the QuickEdit toolbar and 
> calendar from TiddlyTools, twmath, and the comments plugin.
Could you please setup QuickEdit plugin in a dedicated TiddlySpace
(just publishing quickeditplugin + dependencies yoolbar etc)... I
can't make it work on TiddlySPace and I don't know why....
> *1) Can I have internal (tiddler) links looking different from external ones, 
> Wikipedia-style?

Try putting this in the StyleSheet tiddler:

#displayArea .tiddler a.externalLink{
 text-decoration: none;
 color:#002bb8;
 padding-right: 1em;
 background: transparent url(data:image/
png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAKCAMAAAC67D
+PAAAAFVBMVEVmmcwzmcyZzP8AZswAZv////////9E6giVAAAAB3RSTlP///////
8AGksDRgAAADhJREFUGFcly0ESAEAEA0Ei6/9P3sEcVB8kmrwFyni0bOeyyDpy9JTLEaOhQq7Ongf5FeMhHS/
4AVnsAZubxDVmAAAAAElFTkSuQmCC) 100% 50% no-repeat;
}

#displayArea .tiddler a.externalLink:hover{
 text-decoration: underline;
}
#mainMenu a.externalLink{
 text-decoration: none;
 color:#002bb8;
 padding-right: 1em;
 background: transparent url(data:image/
png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAKCAMAAAC67D
+PAAAAFVBMVEVmmcwzmcyZzP8AZswAZv////////9E6giVAAAAB3RSTlP///////
8AGksDRgAAADhJREFUGFcly0ESAEAEA0Ei6/9P3sEcVB8kmrwFyni0bOeyyDpy9JTLEaOhQq7Ongf5FeMhHS/
4AVnsAZubxDVmAAAAAElFTkSuQmCC) 100% 50% no-repeat;
}

#MenuLink a.externalLink:hover{
 text-decoration: underline;

Cheers Måns Mårtensson

-- 
You received this message because you are subscribed to the Google Groups 
"TiddlyWiki" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/tiddlywiki?hl=en.

Reply via email to