=== WP-RTL === Contributors: fduraibi Donate link: Tags: rtl, ltr, wysiwyg, formatting, tinymce, write, edit, post Requires at least: 2.6 Tested up to: 4.2.2 Stable tag: 0.3 Adds two buttons to the TinyMCE editor to enable writing text in Left to Right (LTR) and Right to Left (RTL) directions. == Description == This plugin enables the text directions functionality that exist already in the original TinyMCE editor which allow writing texts in Left-to-Right and Right-to-Left directions in the same post (or page) for languages like Arabic, Persian and Hebrew. اضافة زرارين لشريط التحرير لتمكين تحويل النص للقرأة من اليمين لليسار مثل اللغة العربية والفارسية والعبرية == Installation == Search for the plugin "wp-rtl" from the plugin page inside your wordpress dashboard, or to manually install it do the following: 1. Upload the folder (wp-rtl) to the plugins directory (wp-content/plugins). 2. Activate the plugin through the 'Plugins' menu in WordPress 3. Clear your browser cache (This is important otherwise you will see the cached TinyMCE). == Screenshots == 1. The visual TinyMCE editor showing the two added buttons. 2. In HTML code it adds

tags with the select direction [dir="rtl" or dir="ltr"]. 3. The visual view of the previous html showing correct direction of the text. == Changelog == * 0.3 Fixed for WP 3.9 * 0.2 Fixed compatibility issue with wordpress 2.8 * 0.1 First release