Tones That's Jan's solution. It is a Good interim step. But there are two issues with it ...
1 - It stops working if you use Preview 2 - The CSS can need further manual tweaking with some themes. IF you like full-screen edit then JD's recent unpdated solution is Good as its toolbar is sticky and it has neither of these issues. Best wishes TT On Monday, 3 August 2020 06:51:57 UTC+2, TW Tones wrote: > > Saq, > > Thanks > > I just found this as well. > > https://groups.google.com/d/msg/tiddlywiki/QcKMCNWeRpY/po-kuet1BAAJ > > <$reveal state="$:/themes/tiddlywiki/vanilla/options/stickytitles" > type="match" text="yes"> > `` > .tc-tiddler-title { > position: -webkit-sticky; > position: -moz-sticky; > position: -o-sticky; > position: -ms-sticky; > position: sticky; > top: 0px; > font-size: 0.9em; > padding-bottom: 1px; > background: ``<<colour tiddler-background>>``; > z-index: 10; > } > .tc-tiddler-controls.tc-titlebar{ > height: 33px; > margin-top: -8px; > > } > > .tc-editor-toolbar { > position: -webkit-sticky; > position: -moz-sticky; > position: -o-sticky; > position: -ms-sticky; > position: sticky; > top: 25px; > background: ``<<colour tiddler-background>>``; > z-index: 10; > border-bottom: 0.55px solid #CCC; > } > `` > </$reveal> > > > > > > On Monday, August 3, 2020 at 2:49:37 PM UTC+10, Saq Imtiaz wrote: >> >> Something along these lines: >> >> .tc-editor-toolbar { >> position: sticky; >> top: 30px; /* adjust as needed*/ >> } >> >> >> >> On Monday, August 3, 2020 at 6:39:49 AM UTC+2, TW Tones wrote: >>> >>> Folks, >>> >>> I have a Wiki set to have a "sticky editor toolbar", not unlike the >>> sticky view Toolbar option in theme tweaks. >>> If you scroll down a long tiddler in edit mode the Editor toolbar >>> remains in place at the top until you move to the next tiddler. >>> >>> Issue >>> >>> - Unfortunately I can no longer find any reference notes or how to. >>> - Please do not to be confused with the popup menu >>> https://saqimtiaz.github.io/sq-tw/floating-menu.html which is still >>> in prototype. >>> >>> Can anyone tell me how to do this please? >>> >>> Regards >>> TW Tones >>> >>> -- 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 view this discussion on the web visit https://groups.google.com/d/msgid/tiddlywiki/bb2103be-e2fa-4125-9910-dab40673efb1o%40googlegroups.com.

