Modify $:/core/ui/ViewTemplate/subtitle
.tc-subtitle {
opacity: 0;
}I would like to see what appears in the subtitle to become tag driven so you can easily add and remove items with a system tag.
I would like to see what appears in the subtitle to become tag driven so you can easily add and remove items with a system tag.Hard to understand your question. (Are words missing?)
<:-)--
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 tiddlywiki+...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/tiddlywiki/cb5ec0ce-f9e4-4005-944a-1b1be02dd27c%40googlegroups.com.
.tc-tiddler-frame .tc-titlebar button {
opacity: 0;
transition: opacity .5s ease-in-out;
}
.tc-tiddler-frame:hover .tc-titlebar button {
zoom: 1;
filter: alpha(opacity=100);
opacity: 1;
}
This is particularly good when using Muuri view (not sure where the latest version of that is).
But in the past, I've also included something to reveal/hide the tag pills on hover, and I can't find how I did that either (I keep better notes now!)
Again, any ideas for that one?
RegardsJonathanAh yes, what's that proverb about teaching a man how to fish!
I agree but those industrial trawlers are a big issue.
It takes a person to stuff something but you need a computer to stuff it up thousands of time quickly.
Tony