Releases: andrekv/obsidian-cursor-trail
Releases · andrekv/obsidian-cursor-trail
Release list
v1.0.2 - Scope Cursor to Editor DOM
Changes
- Scoped Positioning: Moved the custom cursor and trail smears from
document.bodyto
the editor DOM container (.cm-editor) using relativeabsolutepositioning. - Canvas Compatibility: The cursor trail now scales, pans, and zooms naturally with
Canvas nodes. - Orphan Cleanup: Scoping elements to the editor DOM automatically cleans up the cursor
elements when editors are closed or split, eliminating ghost cursors in the file explorer
sidebar.
Initial Release
First version of the Obsidian Cursor Trail plugin. Features a bold block cursor and movement trails.