Raymond Zhang34 downloadsSearch and insert static font icons that inherit text color and export cleanly to PDF.
Iconfine manages an Obsidian CSS snippet for static icon-font rendering, and provides searchable insertion shortcuts. The snippet keeps icons available in reading view, Live Preview, and Obsidian's native PDF export.
If you installed Iconfine through Obsidian, go to the release page and download:
iconfine.css into <vault>/.obsidian/snippets/, then enable it.lucide.woff2, tabler-icons.woff2, and tabler-icons-filled.woff2 into <vault>/.obsidian/plugins/iconfine/, then reload the plugin.iconfine CSS snippet with Lucide, Tabler, and Tabler Icons Filled fontsInserted markup:
<i class="iconfine if-lucide if-icon-book"></i>
<i class="iconfine if-tabler if-icon-book"></i>
Download iconfine-1.0.0.zip from the latest Release and unzip it into <vault>/.obsidian/plugins/ — the zip contains a ready-made iconfine/ folder. (Or copy the whole dist/iconfine/ folder from the repo into <vault>/.obsidian/plugins/ and rename it if needed.)
The plugin folder must contain:
main.jsmanifest.jsonstyles.cssiconfine.csslucide.woff2tabler-icons.woff2tabler-icons-filled.woff2npm.cmd install
npm.cmd run build
The build reads icon-font sources from vendor/ and writes the finished plugin folder to dist/iconfine/. After installing through Obsidian, download iconfine.css into the vault's snippets/ folder and enable it. The three .woff2 files belong in the plugin folder so Iconfine can load the screen fonts.
Enable Iconfine in Obsidian. If the current Obsidian version does not expose its snippet manager, enable Iconfine once under Appearance → CSS snippets. Then run Iconfine: Insert icon from the command palette or use the editor context menu.
src/ plugin TypeScript source
vendor/ upstream icon fonts & CSS (build inputs, not for install)
dist/iconfine/ built plugin folder — this is what you install