1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2024-06-17 19:09:55 +00:00

Clarify docs

This commit is contained in:
jeremy@jermolene.com 2023-06-13 16:34:51 +01:00
parent 21a75e5c14
commit fd16fbc685

View File

@ -6,6 +6,8 @@ type: text/vnd.tiddlywiki
<<.from-version "5.3.0">> The ''\dir'' [[pragma|Pragmas]] is used to set the text direction of text within a tiddler -- see [[Right-To-Left Languages]]. <<.from-version "5.3.0">> The ''\dir'' [[pragma|Pragmas]] is used to set the text direction of text within a tiddler -- see [[Right-To-Left Languages]].
The ''\dir'' pragma should be used after any procedure, function, widget or macro definitions.
* `\dir ltr` sets text direction to left-to-right * `\dir ltr` sets text direction to left-to-right
* `\dir rtl` sets text direction to right-to-left * `\dir rtl` sets text direction to right-to-left
* `\dir auto` causes the browser to attempt to automatically deduce the text direction * `\dir auto` causes the browser to attempt to automatically deduce the text direction