0.5.1
Fixed
- 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.