Skip to content
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

Typewriter Scroll breaks plugin Remember Cursor Position #25

Open
Corgi opened this issue Jan 9, 2022 · 2 comments
Open

Typewriter Scroll breaks plugin Remember Cursor Position #25

Corgi opened this issue Jan 9, 2022 · 2 comments

Comments

@Corgi
Copy link

Corgi commented Jan 9, 2022

Per dy-sh/obsidian-remember-cursor-position#16, Typewriter Scroll breaks this other plugin's primary function by resetting the position to the head of the file. I don't know enough about JS to know if there is an elegant way to make these plugins interact, but I have personally commented out line 79 in main.js, where it reads var cursor = cm.getCursor('head'); and it solved my problem. Obviously this will be reset the next time Typewriter updates, but it would be great if there were a solution to this conflict built-in. My bad---didn't test this properly and it does not work after all.

Typewriter Scroll makes my writing much more pleasant, thank you for your hard work!

@chenyukang
Copy link

Yes, get the same issue.
@Corgi how do you resolve it in the end?

@Corgi
Copy link
Author

Corgi commented Jul 10, 2022

@chenyukang I never did resolve this unfortunately :( I've since moved on to other apps (in my case Dabble Writer, which is a web app) for my purposes.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants