Skip to content

Commit 39d5cda

Browse files
committed
Release 1.2.2
1 parent 013f5a5 commit 39d5cda

File tree

3 files changed

+13
-2
lines changed

3 files changed

+13
-2
lines changed

README.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@ This is the real deal: Arabic, Hebrew, Persian (Farsi), Syriac and Thaana can be
1212
To my best knowledge, this is the most comprehensive RTL support any Markdown editor currently has to offer.
1313
Many editors offer RTL support as a global setting rather than a per-document setting -- while this plugin supports both a per-document global LTR/RTL setting and an Auto mode that can mix many directions in the same note.
1414

15+
**Important note:** as Obsidian is adding native auto direction support in version 1.6.0, the next versions of Obsidian RTL will remove a lot of plugin code and focus on improving some edges in Obsidian's native functionality. Therefore, from this point onward we will not work here on fixes and improvements that will soon be handled natively by Obsidian.
16+
1517
## Usage
1618

1719
Install the plugin via Obsidian's "Third Party Plugins" pane.
@@ -79,6 +81,15 @@ It is possible to temporarily override a note's direction regardless of the fron
7981

8082
## Changelog
8183

84+
### 1.2.2
85+
86+
Thanks @zoli for everything in this release!
87+
88+
**Important note:** as Obsidian is adding native auto direction support in version 1.6.0, the next major version of Obsidian RTL will remove a lot of plugin code and focus on improving some edges in Obsidian's native functionality. Therefore, this will be the last version to provide fixes/improvement that will soon be addressed natively in Obsidian.
89+
90+
- Fixed messing up Persian sentences containing bold/italic/strikethrough English phrases (https://github.com/esm7/obsidian-rtl/issues/77)
91+
- Consider link name for detecting direction (https://github.com/esm7/obsidian-rtl/pull/80)
92+
8293
### 1.2.1
8394

8495
- Fixed auto direction in PDF exports (https://github.com/esm7/obsidian-rtl/issues/74).

manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"id": "obsidian-rtl",
33
"name": "RTL Support",
4-
"version": "1.2.1",
4+
"version": "1.2.2",
55
"minAppVersion": "0.15.3",
66
"description": "Right to Left (RTL) text direction support for languages like Arabic, Hebrew and Persian (Farsi).",
77
"author": "esm",

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "obsidian-rtl",
3-
"version": "1.2.1",
3+
"version": "1.2.2",
44
"description": "RTL (Right to Left) language support for Obsidian.",
55
"main": "main.js",
66
"scripts": {

0 commit comments

Comments
 (0)