esm7 / obsidian-rtl

RTL support for Obsidian.md
MIT License
136 stars 11 forks source link

Bug: In obsidian 0.16.2, bullets appear on the left hand side for an RTL document in reading view #38

Open MosheSteinberg opened 2 years ago

MosheSteinberg commented 2 years ago

I am using obsidian 0.16.2 with the default theme with an RTL document.

In editor / live preview, the bullets correctly appear on the right hand side. However, in reading view, they appear on the left. This is specifically bullets and not numbering.

image

MosheSteinberg commented 2 years ago

Pretty sure this relates to this in the new app.css:

.markdown-rendered .list-bullet {
  float: left;
  margin-left: -12px;
}

and those lefts simply need replacing by rights.

smkbhd2018 commented 1 year ago

have a same problem here but also there is bigger problem when I am using Auto mode perfectly works on editing mode but not on the reading mode

2023-07-24 13_33_53-Pulse Survey for Employee Engament - TASK - Second Mind - Obsidian v1 1 9 2023-07-24 13_33_49-Pulse Survey for Employee Engament - TASK - Second Mind - Obsidian v1 1 9

zoli commented 1 year ago

@smkbhd2018 I can't reproduce this. Can you give me a sample text?

smkbhd2018 commented 1 year ago

@smkbhd2018 I can't reproduce this. Can you give me a sample text?

thank you for your quick responce I didnt completely get what do you mean by "sample text" here you are in text :

here you are in the .md file TEST FILE.md

zoli commented 1 year ago

Are you sure that you are using the latest version? because for me it shows fine both in editing and live preview mode.

smkbhd2018 commented 1 year ago

Are you sure that you are using the latest version? because for me it shows fine both in editing and live preview mode.

I am purposely using not latest version of obsidian cause it has a bug on shortcut section in settings (when i open that it freezes and i need to close obsidian, even i can not assign any hotkey there) By the way thank you✌️🌸

zoli commented 1 year ago

Maybe you can update only this plugin? I don't think its necessary to update obsidian.

smkbhd2018 commented 1 year ago

Maybe you can update only this plugin? I don't think its necessary to update obsidian.

this plugin is updated to latest version but I have the problem so it is probably needs obsidian update