-
Notifications
You must be signed in to change notification settings - Fork 11
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Toogle the horizontal cursor movement #3
Comments
Should be fixed now but I don't have Windows to test it, please update to 0.0.2 and let me know. |
When you say "Open file" which file do you mean? And how do I open it? - Soryy, Im a newbe... |
@Ronsharo these directions relate to recreating the bug, which is hopefully not relevant anymore. |
Thanks @esm7 very much for such fast support, I had updated the plugin to v0.0.2 and it works fine, except 1 small issue, pressing keyboard {Home} go to end of line and pressing keyboard {End} go to beginning of line. Is this reproducible at your end? |
Oh I see...
Can you by any chance recommend a right to Left support plugin for obsidian?
Thanks,
Ron.
…On Tue, Nov 24, 2020 at 10:46 AM esm7 ***@***.***> wrote:
@Ronsharo <https://github.com/Ronsharo> these directions relate to
recreating the bug, which is hopefully not relevant anymore.
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#3 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AR3QOPNPPMJAMPRJOJP7BODSRNXFLANCNFSM4T4YU4HQ>
.
|
Can you send me a link for the download?
…On Tue, Nov 24, 2020 at 11:00 AM Rami Sedhom ***@***.***> wrote:
@esm <https://github.com/esm>
Should be fixed now but I don't have Windows to test it, please update to
0.0.2 and let me know.
Thanks @esm7 <https://github.com/esm7> very much for such fast support, I
had updated the plugin to v0.0.2 and it works fine, except 1 small issue,
pressing keyboard {Home} go to end of line and pressing keyboard {End} go
to beginning of line. Is this reproducible at your end?
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#3 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AR3QOPI6JVAIPD4Q45I5YJLSRNY4FANCNFSM4T4YU4HQ>
.
|
|
It happens to me too! I didn't notice it previously. |
Thanks a lot. Cant find community plugins...
[image: image.png]
…On Tue, Nov 24, 2020 at 11:07 AM Rami Sedhom ***@***.***> wrote:
@Ronsharo <https://github.com/Ronsharo> :
1. From Obsidian, go to "Settings" > "Third-party plugins",
2. Switch off "Safe mode" and click on "Community plugins" > "Browse",
3. Find plugin "RTL Support" and click "Install"
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#3 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AR3QOPM6NWT724OSCLXRNHTSRNZVBANCNFSM4T4YU4HQ>
.
|
Oh got it now.
…On Tue, Nov 24, 2020 at 11:35 AM Ron Sharoni ***@***.***> wrote:
Thanks a lot. Cant find community plugins...
[image: image.png]
On Tue, Nov 24, 2020 at 11:07 AM Rami Sedhom ***@***.***>
wrote:
> @Ronsharo <https://github.com/Ronsharo> :
>
> 1. From Obsidian, go to "Settings" > "Third-party plugins",
> 2. Switch off "Safe mode" and click on "Community plugins" > "Browse",
> 3. Find plugin "RTL Support" and click "Install"
>
> —
> You are receiving this because you were mentioned.
> Reply to this email directly, view it on GitHub
> <#3 (comment)>,
> or unsubscribe
> <https://github.com/notifications/unsubscribe-auth/AR3QOPM6NWT724OSCLXRNHTSRNZVBANCNFSM4T4YU4HQ>
> .
>
|
O.k which file do I open here and how do I open it?
…On Tue, Nov 24, 2020 at 11:25 AM esm7 ***@***.***> wrote:
Closed #3 <#3>.
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#3 (comment)>, or
unsubscribe
<https://github.com/notifications/unsubscribe-auth/AR3QOPOCIMEKSEYRDHHPBUTSRN3ZPANCNFSM4T4YU4HQ>
.
|
It works great.Thank you
…On Tue, Nov 24, 2020 at 11:38 AM Ron Sharoni ***@***.***> wrote:
O.k which file do I open here and how do I open it?
On Tue, Nov 24, 2020 at 11:25 AM esm7 ***@***.***> wrote:
> Closed #3 <#3>.
>
> —
> You are receiving this because you were mentioned.
> Reply to this email directly, view it on GitHub
> <#3 (comment)>, or
> unsubscribe
> <https://github.com/notifications/unsubscribe-auth/AR3QOPOCIMEKSEYRDHHPBUTSRN3ZPANCNFSM4T4YU4HQ>
> .
>
|
Obsidian v0.9.15
OS: Windows 10
Obsidian RTL Plugin v0.0.1
Steps
Expected behavior
It's expected to toggle the horizontal cursor movement to be right-to-left as well.
Further analysis
As per CodeMirror User Manual, option 'rtlMoveVisually' control the horizontal cursor movement. Its default value is 'false' on Windows.
Suggestion
To add few lines to toggle 'rtlMoveVisually' along with the file 'direction' option.
The text was updated successfully, but these errors were encountered: