v0.2.15
Fixes
- Plugins using
momentnow load. Therequire('obsidian')shim now bundles and exportsmoment, and setswindow.moment(non-clobbering) — matching Obsidian. Plugins that touchmomentat module-instantiation time (e.g.diagram-zoom-drag) previously threw and failed to enable. Fixes #21. - Quieter metadata indexing. A file deleted between enumeration and read no longer logs a hard
ENOENTerror during indexing (matched on message, since Electron's IPC bridge drops the error code); genuine read errors still log.
Full Changelog: v0.2.14...v0.2.15