You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Removed eval/new Function usage to comply with Obsidian plugin guidelines: replaced the setimmediate/lie dependencies with safe shims and switched the HWP viewer to a readable hwpViewerMain.js, deleting the minified webpack bundle.
Replaced any with explicit types/unknown plus runtime type guards across platform, audio engine, GIS, tabular, and message handling code.
Used Obsidian's setCssStyles() instead of direct el.style assignment.
Removed !important and dead VSCode-only CSS variables from viewer templates.
Used Node's module.builtinModules instead of the builtin-modules package.
Gzip-compressed bundled assets to reduce main.js size.
Removed debug console.log statements while keeping error/warning handlers.
Cleaned up the command name and manifest/package description.
Docs
Added a privacy policy link for the share feature.