[1.4.3] - 2026-05-14
๐งน Code Quality & Compliance
- Replaced
fetchwith Obsidian'srequestUrlfor cross-platform network requests - Switched to
activeWindow/activeDocumentand Obsidian's.instanceOf(HTMLElement)helper for popout window compatibility - Use
window.setTimeoutinstead of baresetTimeout - Removed the
<h2>settings header and the redundant "ToWord Settings" heading from the settings tab - Renamed the export command id to avoid the plugin id prefix
- Bumped
minAppVersionto 1.4.0 to matchVault.createFolderrequirement - Typed
loadData()result to remove unsafeanyassignment - Removed unused imports/variables and tightened types in regex callbacks
- Cleaned up unnecessary regex escapes
- Replaced deprecated
builtin-modulespackage with Node's built-inmodule.builtinModules