Download
We're evolving to serve you better! This current forum has transitioned to read-only mode. For new discussions, support, and engagement, we've moved to GitHub Discussions.

RTL Support

  • #8300
    Avatar photo[anonymous]

    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>
    `
    

    All affected languages:
    Arabic
    Aramaic
    Azeri
    Dhivehi/Maldivian.
    Hebrew
    Kurdish (Sorani)
    Persian/Farsi
    Urdu

    #8301
    Avatar photoBob

    RTL boils down to applying by a theme’s developer, not the app functionality.