On Wednesday, August 28, 2019 at 3:55:23 AM UTC-7, Sapphireslinger wrote:
>
> How do I edit the $:/core/ui/EditTemplate/controls tiddler so that the 
> buttons are always in view, i.e. stuck to the top of the screen, when in 
> EditTemplate mode?


You can achieve the effect you want -- or close to it -- just using CSS, 
without modifying the core tiddler:

Simply create a new tiddler (e.g., "TopEditorButtons"), tagged with 
$:/tags/Stylesheet, containing:

.tc-editor-toolbar { position:fixed; top:0; }

enjoy,
-e
Eric Shulman
TiddlyTools: "Small Tools for Big Ideas!" (tm) http://tiddlytools.github.io 
(TWClassic)
InsideTiddlyWiki: The Missing Manuals

-- 
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/16dbbb03-e503-410f-8696-dec58e5d07e3%40googlegroups.com.

Reply via email to