Àpèjúwe
The TinyMCE Tabfocus Patch is a WordPress plugin which disables TinyMCE plugin Tabfocus thereby allowing tab characters to be typed into posts.
While attempting to write several posts including blocks of code I realized that TinyMCE was stripping out all the tab characters I attempted to type. Although I could type tab characters in HTML mode, switching between HTML and Visual removed the tab characters, infuriating me. I use CodeColorer for code coloring, and as the plugin also converts tabs to non-blocking spaces automatically I donÌtumọ̀ Yorùbá: ’t want tab characters that I paste in to get stripped.
After searching for the cause of this issue I realized that the cause was the tabfocus TinyMCE plugin. Rather than going into post.php and manually removing the TinyMCE plugin from the list of plugins to be automatically loaded, I wrote this WordPress to handle it for me.
This plugin should work with TinyMCE, TinyMCE Advanced, and most other TinyMCE mods out there.
Special thanks to Mike WalkerÌtumọ̀ Yorùbá: ’s TinyMCE Entities Patch which provided the basis for understanding how to hook the necessary section of code to solve the problem.
Ìgbéwọlẹ̀
Installation Instructions:
- Download the zip file for the plugin
- Upload the zip fileÌtumọ̀ Yorùbá: ’s contents into your WordPress installationÌtumọ̀ Yorùbá: ’s plugin directory.
- From the Plugin Management page, activate the TinyMCE Tabfocus Patch plugin.
FAQ
- What functionality is gained from this plugin?
-
You can now type tab characters in TinyMCE and not have them stripped out when you post/switch from Visual to HTML mode.
- What functionality is lost from this plugin?
-
You can no longer tab in/out of the TinyMCE editor.
Àwọn àgbéyẹ̀wò
Kò sí àwọn àgbéyẹ̀wò fún plugin yìí.
Àwọn Olùkópa & Olùgbéejáde
“TinyMCE Tabfocus Patch” jẹ́ ètò ìṣàmúlò orísun ṣíṣí sílẹ̀. Àwọn ènìyàn wọ̀nyí ti ṣe ìkópa sí plugin yìí.
Àwọn OlùkópaTúmọ̀ “TinyMCE Tabfocus Patch” sí èdè rẹ.
Ṣe o nífẹ̀ẹ́ sí ìdàgbàsókè?
Ṣàwárí koodu, ṣàyẹ̀wò ibi ìpamọ́ SVN, tàbí ṣe àgbékalẹ̀ sí àkọsílẹ̀ ìdàgbàsókè nípasẹ̀ RSS.
Àkọsílẹ̀ àwọn àyípadà
Changes in version 1.1
- Corrected bug which prevented other TinyMCE plugins from loading
Changes in version 1.0
- Initial Release.