> Eric's solution could be make to look like a newTiddler button, with CSS.
To be accurate, my solution doesn't have anything to do with the link
that you click on... it only modifies the default content that is
displayed when a non-existent tiddler is displayed, so that it can
invoke an inline script that automatically switches into edit mode.
However, if you want to change the appearance of the *link* itself
tiddler, that is easy.... it's already has a special CSS class
assigned to it:
.tiddlyLinkNonExisting
Thus, you can simply add the desired CSS to [[StyleSheet]], like this:
.tiddlyLinkNonExisting {
... attributes go here ...
}
enjoy,
-e
--
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.