For autogrow we should explain the tradeoff. It's nice to have things display without inner scrolling, but it's not nice to lose the toolbar at the top of the outer scrolling.
fontSize_sizes : '0.6em;0.85em;1em;1.1em;1.2em;1.3em;1.4em;1.5em;1.6em;1.7em;1.8em;2em',
Already done for v11 recently
linkShowAdvancedTab : {$?,{$CONFIG_OPTION,eager_wysiwyg},false,true},
imageShowAdvancedTab : {$?,{$CONFIG_OPTION,eager_wysiwyg},false,true},
imageShowLinkTab : {$?,{$CONFIG_OPTION,eager_wysiwyg},false,true},
imageShowSizing : {$?,{$CONFIG_OPTION,eager_wysiwyg},false,true},
These are being disabled based on necessity, ideally we would always have them enabled.
startupOutlineBlocks : true,
Added option.
magicline_everywhere: true,
Nobody should disable this.
autoGrow_onStartup: true
Already done for v11 recently
removePlugins: 'autogrow',
Already done for v11 recently
linkShowAdvancedTab : {$?,{$CONFIG_OPTION,eager_wysiwyg},false,true},
imageShowAdvancedTab : {$?,{$CONFIG_OPTION,eager_wysiwyg},false,true},
imageShowLinkTab : {$?,{$CONFIG_OPTION,eager_wysiwyg},false,true},
imageShowSizing : {$?,{$CONFIG_OPTION,eager_wysiwyg},false,true},
These are being disabled based on necessity, ideally we would always have them enabled.
startupOutlineBlocks : true,
Added option.
magicline_everywhere: true,
Nobody should disable this.
autoGrow_onStartup: true
Already done for v11 recently