Skip to content

Instantly share code, notes, and snippets.

@unxok
unxok / List of icons.md
Last active January 11, 2025 09:19 — forked from ljavuras/List of icons.md
List of icons in Obsidian
// codeblock language should be dataviewjs

/**
 * List all icons available to `obsidian.setIcon()`
 * 
 * @author Unxok <me@unxok.com>  
 * 
 * Based on the original work from:
 * @author Ljavuras <ljavuras.py@gmail.com>
@ljavuras
ljavuras / List of icons.md
Last active June 18, 2025 18:47
List of icons in Obsidian
/**
 * List all icons available to `obsidian.setIcon()`
 * 
 * @author Ljavuras <[email protected]>
 */

dv.container.createEl("style", { attr: { scope: "" }, text: `
.icon-table {
 display: flex;