Skip to content

1.0.1

Choose a tag to compare

@useroption3 useroption3 released this 19 Jun 06:57
· 2 commits to main since this release

Changes

  • Fix lint warnings flagged by Obsidian plugin reviewer:
    • Replace deprecated builtin-modules package with Node.js built-in module
    • Use activeDocument instead of document for popout window compatibility
    • Replace require("electron") with a proper ES module import
    • Add type-safe handling for loadData() return value