obsidian-remember-cursor-position icon indicating copy to clipboard operation
obsidian-remember-cursor-position copied to clipboard

Doesn't work with 'Typewriter Scroll' plugin

Open ChrisBarfod opened this issue 3 years ago • 1 comments

When Typewriter Scroll is enabled, the cursor is always loaded at the top of the page, not the last cursor position.

ChrisBarfod avatar Jan 05 '22 02:01 ChrisBarfod

Same issue on Crostini. ~~I discovered that by commenting out line 79 of main.js in Typewriter Scroll, where it says var cursor = cm.getCursor('head'); I can make it work with Cursor Position, but of course this will presumably be wiped out the next time Typewriter Scroll updates.~~ I'm going to open an issue over there about this as well as I have no idea if this is something Cursor Position can override or if it would be good practice for it to do so.

Edit: Above fix does not actually work, and I should check things before I say them.

Corgi avatar Jan 09 '22 15:01 Corgi