obsidian-rtl
obsidian-rtl copied to clipboard
RTL support for Obsidian.md
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:  In LTR:  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:  After:  It's only a problem when it's the first word:  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: ...
Problem (Reading mode):  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:  i fixed it by making every code block/admonition be LTR. This is...