backdrop-contrib / tinymce

Integration for the TinyMCE editor in Backdrop CMS
https://backdropcms.org/project/tinymce
GNU General Public License v2.0
2 stars 1 forks source link

Node edit window is large and not adjustable #26

Closed izmeez closed 9 months ago

izmeez commented 10 months ago

As title says the node edit window is large and not adjustable. This means, depending on the size of the browser window and the length of the node contents the editor toolbar may scroll up and out of view.

indigoxela commented 10 months ago

Depending on content, the edit area might be large, but surely that's adjustable. :wink:

If I get your request right, you'd prefer to turn the autoresize plugin off. You can do that on existing profiles by removing autoresize from the plugin list. Or create a new profile on admin/config/content/tinymce-builder with "Use autoresize" unchecked.

However, TinyMCE provides a lot more options to control editor area size:

Additonally, there's the option to use sticky toolbars, see documentation for that.

So, whatever you need, it's possible. (And, no, the builder will not provide each and every option via admin UI.) :wink:

izmeez commented 10 months ago

Thank you for identifying the setting causing the behaviour I am experiencing. As mentioned in another issue, this does not need to be added to the admin UI and can be changed in a custom JSON profile.

indigoxela commented 10 months ago

Toggling the autoresize plugin on or off is available in the admin UI (as a checkbox).

izmeez commented 10 months ago

I took a look and do not seem to be able to find the checkbox for the autoresize plugin.

indigoxela commented 10 months ago

I took a look and do not seem to be able to find the checkbox for the autoresize plugin.

Pretty prominently in the profile builder:

autoresize-setting

izmeez commented 10 months ago

Sorry, looking in all the wrong places. Didn't look in the profile builder. Can't miss it there! Thanks.