RTL support can be added to any HTML document with just a couple of lines of code.
But it’s annoying to go to the code editor each time I create a post\blog\page
Adding A button that will do it automatically would be a very handful future…
Basically, this is what I currently do to support RTL
I will add RTL tags for every post after the export
Using RTL tags for every HTML section or block is annoying and slows down the workflow
<p dir="rtl">Write this text right-to-left!</p>
example with auto dir
<ol class="linenums"><li class="L0">`</pre>
<p dir="auto">Write this text right-to-left! שלום לכולם זה בדיקה hello world</p>
`
RTL boils down to applying by a theme’s developer, not the app functionality.
--
Do you appreciate the support you've received today? If so, consider donating to the Publii team by clicking here; we'll be sure to use your donation to make Publii even better!
Using RTL tags for every HTML section or block is annoying and slows down the workflow
example with auto dir