obsidian-remember-cursor-position
obsidian-remember-cursor-position copied to clipboard
Doesn't work with 'Typewriter Scroll' plugin
When Typewriter Scroll is enabled, the cursor is always loaded at the top of the page, not the last cursor position.
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.