Liam Cain
Liam Cain
Did the plugin get renamed? Something doesn't match.
- [markdownView.editor.getCursor()](https://github.com/clehene/obsidian-remember-view-state/blob/b50450e804f41117a419822ae8883ebbb9605ce4/main.ts#L97) No need to try to get this info from the editor. You should be using [`getEphemeralState`]() instead. It's a public API and you can get it from all...
- [(async () => {](https://github.com/Opisek/obsidian-battery-indicator/blob/e0ff4034e4acea1ceb63b13c664466934b5e37e2/src/polling.ts#L15) why not just call this.poll()? - [console.log(callback);](https://github.com/Opisek/obsidian-battery-indicator/blob/e0ff4034e4acea1ceb63b13c664466934b5e37e2/src/polling.ts#L48) remove this
In Obsidian v1.7.3, Obsidian will detect if a plugin is hanging on load and give the option to disable the plugin without needing to manually delete the plugin from the...