-
0.5.1 Stable
released this
2026-07-16 19:01:22 +00:00 | 54 commits to main since this releaseFixed
- Use Obsidian's DOM helpers throughout (
createDivinstead ofcreateEl('div')and of
activeDocument.createElement), per the store review'sprefer-create-elrule. The floating
HUD now builds its container from the host element, so a HUD in a pop-out window lands in that
window rather than in whichever one happens to be active.
Downloads
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 downloads
- Use Obsidian's DOM helpers throughout (