obsidian-remember-cursor-position
obsidian-remember-cursor-position copied to clipboard
Obsidian plugin. Remember cursor position for each note
although the cursor remembers its position when I close the tabs and reopen them it does not work when I close them and reopen them but this time through the...
writeDb(db) { return __awaiter(this, void 0, void 0, function* () { //create folder for db file if not exist let newParentFolder = this.settings.dbFileName.substring(0, this.settings.dbFileName.lastIndexOf("/")); if (!(yield this.app.vault.adapter.exists(newParentFolder))) this.app.vault.adapter.mkdir(newParentFolder); if (JSON.stringify(this.db)...
I have 4-5 notes open in Android and constantly switch between them. When Obsidian is active, the cursor position is saved and I get the last used position for each...
I have set different transform scale for some notes. Now when I reopen a note, the cursor position gone to the correct line but the scroll position was wrong.
This extension does not save state of the make.md plugin.
some users set a custom obsidian folder name and this plugin doesn't respect that by default
Thanks for your useful plugin which I used for some years. Here https://www.reddit.com/r/ObsidianMD/comments/1hk7um5/remember_cursor_position_plugin_makes_obsidian/ some people talk about the slowdown of Obsidian which I can confirm (Windows 10, Obsidian 1.7.7, Plugin...
_(In Live Preview mode)_ 1. In note A, click on any `[[Obsidian Link]]`. 2. Open note A again. 3. The cursor is inside the clicked link. This happens because the...
Reproduce issue: Write 3 lines continuously in any markdown file and watch the Task Manager. Many times I've seen the RAM consumption of the main process of a (large-ish) vault...