it is very difficult to tell how many tags this is and exactly what
they are. I suggest a separator between tags, such as pipe surrounded
by spaces
I'd experimented with this, but didn't come up with a satisfying solution.
Instead of adding an extra character (separation of concerns and all), I
added a border and padding:
.tagsplorer .tagSelection li {
float: left;
margin-right: 0.5em;
border-left: 1px solid [[ColorPalette::TertiaryLight]];
padding-left: 0.5em;
}
(this rule can be amended in the StyleSheetTagsplorer shadow tiddler)
A different approach might be to make tags look like buttons - this can
be tested with the following line of JavaScript:
jQuery(".tagSelection a").addClass("button");
(e.g. executed via Firebug, or with a "javascript:" prefix in the
browser's address bar)
Even nicer would be an approach similar to Delicious's arrows:
http://delicious.com/tag/tiddlywiki+plugins
This is tricky to implement without images - though not impossible:
http://www.jonrobson.me.uk/static/development/css_arrows/arrow.html
If we can agree on a particular style here, I'd add it to the plugin.
-- F.
--
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.