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
Node size slider now goes up to 5.0. The off-screen culling margin tracks the largest node radius, so large nodes no longer blink out near the view edge.
Community plugin review fixes
authorUrl in the manifest points at the author profile instead of the plugin repository.
The settings tab re-renders through update() rather than the deprecated display().
The confirmation dialog uses setDestructive().setCta() instead of the deprecated setWarning().
Theme color probing builds its element with createDiv().
Two redundant type assertions removed.
The official Obsidian review lint (eslint-plugin-obsidianmd) now runs as part of npm run lint, so submission issues surface locally. The layout worker opts out of the popout-window timer rule (Web Workers have no window), and benchmarks opt out of the plugin API rules since they never enter main.js.