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
Re-published the edit mode asset-loading fixes from 0.2.3 under a clean release tag after the 0.2.3 release workflow was retried with a moved tag.
Fixed edit mode showing raw rhwp-studio menu HTML without CSS in Obsidian.
Fixed edit mode failing to load files with Cannot read properties of undefined (reading '__wbindgen_malloc') after rhwp WASM initialization failed inside the iframe.
Fixed missing SVG sprite icons in the edit mode toolbar and menus.
Changed
Edit mode generates an Obsidian-specific rhwp-studio-obsidian/ runtime entrypoint before opening the iframe.
The generated entrypoint inlines CSS and the main JS bundle, rewrites font and renderer URLs for Obsidian resource loading, and passes rhwp WASM bytes directly instead of relying on iframe app:// fetch.
Uses a fresh 0.2.4 tag instead of reusing the problematic 0.2.3 tag.