Hello David,
 I am the developer of Shiraz plugin. The hiding tiddler toolbar is a CSS 
setting.
This feature actually borrowed from Tobias Beer


Hack the below css tiddler:
$:/plugins/.mr/shiraz/stylesheet/tw-adjustment

Comment out below lines

/* Mouseover Toolbar Visibility: Tobias Beer*/
.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;
}

Good luck
Mohammad


-- 
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/54ff1fdc-8aef-467d-8f6c-527699e90eef%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to