mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2025-02-16 02:50:19 +00:00
12 lines
544 B
Plaintext
12 lines
544 B
Plaintext
![]() |
created: 20230613162508509
|
||
|
modified: 20230613162508509
|
||
|
title: Right-To-Left Languages
|
||
|
type: text/vnd.tiddlywiki
|
||
|
|
||
|
<<.from-version "5.3.0">> The [[language plugins|Languages]] in TiddlyWiki's plugin library apply the appropriate [["right-to-left" setting|https://www.w3.org/International/questions/qa-html-dir]] to the entire document. To set the right to left setting independently for an individual tiddler, use the `\dir` [[pragma|Pragma]] at the top of the tiddler:
|
||
|
|
||
|
```
|
||
|
\dir rtl
|
||
|
This text will be displayed with right-to-left formatting
|
||
|
```
|