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
The Ghost Trail now works on Obsidian/Electron builds that do not resolve a
relative require() from a plugin's main.js, which previously left the
effect silently disabled. The ghost helpers are inlined into main.js, so the
plugin is a single self-contained file with no second runtime file to load.
The ghost sprite is given an explicit width/height so it always rasterizes
onto the canvas.
Changed
Manual installs now need only main.js, manifest.json, styles.css, and versions.json — ghost-core.js is no longer required at runtime.
The default ghost size is larger (24), and the Size slider now ranges up to 64.