From 5f02101c96c0a3ce2bc7e3606dc9439c3c354a03 Mon Sep 17 00:00:00 2001 From: "jeremy@jermolene.com" Date: Tue, 13 Jun 2023 16:27:35 +0100 Subject: [PATCH] Docs dates --- editions/tw5.com/tiddlers/Right-To-Left Languages.tid | 6 +++--- editions/tw5.com/tiddlers/pragmas/Pragma_ _dir.tid | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/editions/tw5.com/tiddlers/Right-To-Left Languages.tid b/editions/tw5.com/tiddlers/Right-To-Left Languages.tid index 67c02cfb8..d32d01524 100644 --- a/editions/tw5.com/tiddlers/Right-To-Left Languages.tid +++ b/editions/tw5.com/tiddlers/Right-To-Left Languages.tid @@ -1,9 +1,9 @@ -created: 20200406151830903 -modified: 20200406152521698 +created: 20230613162508509 +modified: 20230613162508509 title: Right-To-Left Languages type: text/vnd.tiddlywiki -<<.from-version "5.1.22">> 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: +<<.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 diff --git a/editions/tw5.com/tiddlers/pragmas/Pragma_ _dir.tid b/editions/tw5.com/tiddlers/pragmas/Pragma_ _dir.tid index a0f8287c8..01e8c13c9 100644 --- a/editions/tw5.com/tiddlers/pragmas/Pragma_ _dir.tid +++ b/editions/tw5.com/tiddlers/pragmas/Pragma_ _dir.tid @@ -1,10 +1,10 @@ -created: 20230419103154328 -modified: 20230419103154328 +created: 20230613162508509 +modified: 20230613162508509 tags: Pragmas title: Pragma: \dir type: text/vnd.tiddlywiki -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]]. * `\dir ltr` – sets text direction to left-to-right * `\dir rtl` – sets text direction to right-to-left