Place styled SVG icons into Obsidian notes.
Search from an Obsidian sidebar, adjust size and color, then save a sanitized SVG into the vault and insert a portable wiki embed.
A focused IconSearch experience for Obsidian.
The interface keeps discovery, inspection, and the final handoff close together while using the same live catalog as the website.
Sidebar and command access
Open IconSearch from the ribbon or command palette while keeping the current note visible.
Portable vault assets
Sanitized SVG files live inside the vault, so notes do not depend on a remote image URL.
Flexible insertion
Use the Insert action, double-click a result, or drag a card into an active Markdown note.
Configurable defaults
Choose the icon folder, default size, color, legal-safe state, and API endpoint in settings.
From local setup to a real icon.
Copy the plugin files into a development vault
Enable IconSearch under Community plugins
Open the sidebar and choose an icon
Style it and insert or drag it into the note
Copy manifest.json, main.js, and styles.css to:
.obsidian/plugins/iconsearch
Reload Obsidian and enable IconSearch.Ready for an isolated Obsidian vault test.
The plugin checker and JavaScript syntax check pass. Community publication still needs repository setup, a matching GitHub release, and Obsidian review.