Regarding the CSS override I had to do minor adaptions to the script as suggested here (which I am very thankful for in the first place):#rte-editor { margin-top: 0; margin-left: 0; width: calc(98vw - 20px); left: 1vw; top: 1vh; background-color: #f0f0f0; } .scaffoldingeditor #rte-editor #rte{ width: calc(98vw - 20px); } .scaffoldingeditor.contenteditor #rte-editor div#rte { height: calc(98vh - 160px); } .scaffoldingeditor.contenteditor #rte-editor #rte { width: auto; }
Also voting here for a solution.The amount of wasted real estate is crazy and makes it very hard to add complex text elements.
Please add a button to fullscreen rich text editor
Natively enabled would be great! Thanks for the workaround!
As a workaround: You can copy this CSS-Changes into your global Stylesheets in order to resize the Rich Text Editor to fullscreen:
#rte-editor {
margin-top: 0;
margin-left: 0;
width: calc(98vw - 40px);
left: 1vw;
top: 1vh;
background-color: #f0f0f0;
}
.scaffoldingeditor #rte-editor #rte
{ width: calc(98vw - 40px);}
div#rte {
height: calc(98vh - 160px);}
You won't be notified about changes to this idea.
Attachments Open full size
Also voting here for a solution.
The amount of wasted real estate is crazy and makes it very hard to add complex text elements.
Attachments Open full size
Please add a button to fullscreen rich text editor
Attachments Open full size
Natively enabled would be great! Thanks for the workaround!
Attachments Open full size
As a workaround: You can copy this CSS-Changes into your global Stylesheets in order to resize the Rich Text Editor to fullscreen:
#rte-editor {
margin-top: 0;
margin-left: 0;
width: calc(98vw - 40px);
left: 1vw;
top: 1vh;
background-color: #f0f0f0;
}
.scaffoldingeditor #rte-editor #rte
{ width: calc(98vw - 40px);}
div#rte {
height: calc(98vh - 160px);}
Attachments Open full size