obsidian-rtl icon indicating copy to clipboard operation
obsidian-rtl copied to clipboard

RTL support for Obsidian.md

Results 34 obsidian-rtl issues
Sort by recently updated
recently updated
newest added

I am wondering: in cases where `direction` is defined in the frontmatter (for example, `direction: rtl`) and we change the note's direction (to `LTR` for example) by using the command...

Hi, I realized that changing notes direction from multiple devices does not work well with sync. According to the Obsidian sync discord channel, the plugin is detecting/updating changes only when...

Can you solve it so that your plugin does not conflict with [obsidian-link-embed]? If you add [obsidian-link-embed], [RTL support for Obsidian] stops working.

The shape of Quotes appears on the left side, while Arabic text is on the right? This is a problem and it doesn't look great on launch. Thank you.

In RTL: ![image](https://user-images.githubusercontent.com/19148420/198559783-fc29daa7-869c-4675-bb9a-cd27ec9ca55e.png) In LTR: ![image](https://user-images.githubusercontent.com/19148420/198559819-4de5dcbf-e17b-49b1-bf4e-bbd9a921cc69.png) I would expect the block-quote's line to be on the right side on RTL. Thank you :)

I use git to sync my note and configuration files between windows and android. Since json file is now stored without any newlines, `git merge` can not automatically resolve merge...

**In RTL mode**: Before: ![image](https://user-images.githubusercontent.com/19148420/198563460-c547b92d-097a-424c-b5e8-bdca4c294baa.png) After: ![image](https://user-images.githubusercontent.com/19148420/198563515-a4a3eecb-dc40-4d55-b0c4-a06c97ac7247.png) It's only a problem when it's the first word: ![image](https://user-images.githubusercontent.com/19148420/198564012-9567fd28-ed19-4adc-ac4f-b374d435d3f0.png) As you can see, there isn't a problem here **In LTR mode**: Before:...

Scenario: 1. Open a document in RTL 1. Create a list 2. Write something in LTR language (E.g. English) at the beginning of an item Source mode/Live preview mode: ![image](https://user-images.githubusercontent.com/19148420/198523971-407d07c1-310e-4e23-84b1-c95a5d1ad9ba.png)...

Problem (Reading mode): ![image](https://user-images.githubusercontent.com/19148420/198526683-fc81dd5f-735b-4cf1-8e92-0a4964b0cadc.png) Looks like it works on a numbered list, but not on a bullet/checkbox one. The exported PDF doesn't have this problem, so it's entirely a reading-mode...

When inserting a code block/admonition the RTL direction is kept and code is messed up, for example: ![image](https://user-images.githubusercontent.com/93612510/195204354-5467f089-5681-4b78-a010-7fce5779073f.png) i fixed it by making every code block/admonition be LTR. This is...