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
Renamed to Local Image Generator (title case) in the manifest, view title
and docs.
Internal
Community-store review compliance: the manifest description no longer contains
the word "Obsidian"; global fetch/setTimeout/globalThis/document.createElement
were replaced with their popout-window-safe Obsidian equivalents where applicable
(activeWindow.fetch, createEl, …); unnecessary type assertions removed.
Added eslint-plugin-obsidianmd as a local lint gate (npm run lint) so
store-review findings surface before submission instead of after.