I don't know the macro and I don't want to dive into it, but here is a
starting point for you using pure CSS:
CSS Tiddler:
span.strex:before {
content:"... ";
}
span:strex > span {
display: none;
}
span.strex:hover:before {
content:"";
}
span.strex:hover > span {
display:inline;
}
Strex is then used like this (without a macro, macro creation left as an
excercise for the user)
The ''TextStretch'' css is a great tool <span class="strex"><span>for you as
an author of hypertext</span></span> to keep the message short. Your
readers can discover more details easily.
--
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 [email protected].
To post to this group, send email to [email protected].
Visit this group at https://groups.google.com/group/tiddlywiki.
To view this discussion on the web visit
https://groups.google.com/d/msgid/tiddlywiki/283bffe6-5725-49ec-aed9-e0d298b2bafa%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.