--
You received this message because you are subscribed to a topic in the Google Groups "TiddlyWiki" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/tiddlywiki/XL2TXKgNKjU/unsubscribe.
To unsubscribe from this group and all its topics, send an email to tiddlywiki+...@googlegroups.com.
To post to this group, send email to tiddl...@googlegroups.com.
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/ca2af6d1-039a-4e98-99e1-0d7b4d5e7f0a%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
Costi,In the meantime the other option is to adjust the height of the text section of the editor. There is a button in the editor toolbar to do that. Try 350px height and adjust as needed. That is what I ended up doing yesterday.Dave
On Thu, May 16, 2019 at 4:04 AM Costi Budai <costi...@gmail.com> wrote:
I'm also in need for this customization.--Many times I have to scroll up for some editortoolbar button, then scroll down to write further...I'm using Vanilla Basic theme.
On Wednesday, May 15, 2019 at 6:43:45 PM UTC+3, David Gifford wrote:Hi allI am using the centralized theme. Is there a way to make the editortoolbar sticky with that theme? I tried the snippet located here (https://groups.google.com/forum/#!msg/tiddlywiki/QcKMCNWeRpY/m5sPjM2TAwAJ) but it did not seem to work.ThanksDave
You received this message because you are subscribed to a topic in the Google Groups "TiddlyWiki" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/tiddlywiki/XL2TXKgNKjU/unsubscribe.
To unsubscribe from this group and all its topics, send an email to tiddl...@googlegroups.com.
Costi,In the meantime the other option is to adjust the height of the text section of the editor. There is a button in the editor toolbar to do that. Try 350px height and adjust as needed. That is what I ended up doing yesterday.Dave
On Thu, May 16, 2019 at 4:04 AM Costi Budai <costi...@gmail.com> wrote:
I'm also in need for this customization.--Many times I have to scroll up for some editortoolbar button, then scroll down to write further...I'm using Vanilla Basic theme.
On Wednesday, May 15, 2019 at 6:43:45 PM UTC+3, David Gifford wrote:Hi allI am using the centralized theme. Is there a way to make the editortoolbar sticky with that theme? I tried the snippet located here (https://groups.google.com/forum/#!msg/tiddlywiki/QcKMCNWeRpY/m5sPjM2TAwAJ) but it did not seem to work.ThanksDave
You received this message because you are subscribed to a topic in the Google Groups "TiddlyWiki" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/tiddlywiki/XL2TXKgNKjU/unsubscribe.
To unsubscribe from this group and all its topics, send an email to tiddl...@googlegroups.com.
.tc-editor-toolbar button { background: orange;
}
.tc-editor-toolbar {
position:sticky;
position: -webkit-sticky;
position: sticky;
top: 30px; /* distance to stick from top, e.g if you use top bar */
left:0;
width:100%;
font-size:.90em;
padding:0;
border:5px solid transparent;
background: white;
z-index: 100;
}.tc-edit-texteditor, .tc-tiddler-preview-preview { max-height:80vh; overflow-y:auto; }
Put it in a $:/tags/Stylesheet tagged tiddle.