k_tinyMCE
WPress post editor is where I spend most of my time.
— remove unwanted blocks … use ScreenOption
— remove Blaze .. https://btv-eng.dreamhosters.com/wp-admin/admin.php?page=jetpack#/traffic
— remove ‘addContactForm’ .. go to
[yoursite.com]/wp-admin/admin.php?page=jetpack_modules
.. and disable/deactivate ContactForm.
— TinyMCE pluggin (to rollback to earlier version)
- messes up Ctrl-F … see this solution
- makes the editor text area resizeable, but this is slightly complicated.
- removes “distractionFreeWritingMode” icon… Use ScreenOption. However, there’s a buggy side effect: Editor textarea shows only 13 lines, and shows a small handle for resizing.
Better uncheck “
toolbar icons
- bgcolor highlighter … Note font color is available even without TinyMCE, once you click on “ToobarToggle” button. Not bgcolor. Better avoid relying on this luxury feature. It has no cheaper alternative.
- fullScreen .. seldom needed
- fontFamily .. unneeded
- specialCharacter , emoticon.. unneeded so far
- —- doable even without TinyMCE
- Mark text in yellow (default color) bgcolor.. Without TinyMCE, you can go to source tab, wrap your sentence in <mark></mark>. I think this method is liberating. Note the theme controls how to render, perhaps in a slightly different background color.
- fontSize .. rarely used, and always with font color. Without TinyMCE, you need to wrap your payload in <font size=…1 to 7></font>. I think this method is liberating.
- more bullet styles.. seldom needed. Lower-greek etc can be created with simple html.
- insert table .. seldom really needed
- — click on “ToolbarToggle”, then click on the last new icon
i.e. question mark in a black disk. Alternative, Sh-Alt-h activates this icon.
- Blockquote .. the
will show simple tricks to apply blockquote.
- Code<> .. the
will show simple tricks to apply code formatting