Sign in

RTL Support

  • This topic has 1 reply, 2 voices, and was last updated 9 months ago by .
Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #8300
    Avatar photothefourCraft

    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.

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

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.