Atr Inline Rtl Ltr
Block editor toolbar addition for mixed Rtl Ltr writing directions. Wrap string with span element and change direction from rtl to ltr and vice versa
The facts
- Rating
- 5★ from 1
- Active installs
- 100+
- Price
- Free
- Last updated
- 18 Jan 2025
- Added
- Jun 2022
- Requires WP
- 5.8
- Tested up to
- WP 6.7.7
- Requires PHP
- 7.0
- Downloads
- 3,750
Our analysis
AI-assistedAtr Inline Rtl Ltr is a WordPress plugin designed for the block editor, enabling users to manage mixed writing directions in their content. It allows you to wrap words or sentences in paragraph blocks with span elements, changing their direction from right-to-left (rtl) to left-to-right (ltr) and vice versa. This functionality is particularly useful for multilingual sites or content that requires specific text direction formatting.
The plugin uses standard HTML attributes to control text direction, which means you can further customize its appearance through your site's CSS. It is suitable for users who need to incorporate both rtl and ltr text within the same block of content, enhancing the readability and presentation of diverse languages.
Best for: This plugin is ideal for multilingual websites or content creators who need to manage text direction effectively.
What it does well
- ✓Free to use from the WordPress.org directory
- ✓Supports mixed rtl and ltr writing directions
- ✓Customizable through site CSS
- ✓Compatible with the block editor
- ✓Tested up to WordPress version 6.7.7
Where it falls short
- •Limited information on additional features or support
- •Only one rating available
Verdict
Atr Inline Rtl Ltr provides a specific solution for handling mixed text directions in the block editor. It may be particularly useful for those working with languages that require different writing directions.
From the developer
yehudaT's own description of Atr Inline Rtl Ltr, lightly tidied.
Block editor toolbar addition for mixed Rtl Ltr writing directions. It wrap words (or sentences) in paragraph block with span element and change their direction from rtl->ltr or ltr->rtl as you need.
Uses dir=”rtl” or dir=”ltr”. See also Inline bidi markup at www.w3.org
Note that the wrapping element is < span dir=”rtl” || dir=”ltr” class=”atr-inline-direction-rtl” || class=”atr-inline-direction-ltr” > so you can control it through your site CSS as well. i.e. .atr-inline-direction-rtl{direction: rtl;display:inline-block}