Skip to content

0.5.1

Choose a tag to compare

@github-actions github-actions released this 16 Jul 19:02
· 92 commits to main since this release
551ed87

Fixed

  • Use Obsidian's DOM helpers throughout (createDiv instead of createEl('div') and of
    activeDocument.createElement), per the store review's prefer-create-el rule. 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.