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
chore(dev): make the plugin bundle debuggable in Obsidian (#57)
Obsidian appends its own sourceURL after plugin code and strips
sourceMappingURL directives, so breakpoints in an attached Chromium
debugger never resolved to Qoderian sources. The SDK timer patches also
ran after esbuild emitted its map, shifting every position that followed.
Wrap the dev bundle so both directives land in the order Chromium
expects, bypass the directive stripping during reload, and keep patched
regions line- and column-neutral.
0 commit comments