Skip to content

Instantly share code, notes, and snippets.

View roman-balzer's full-sized avatar

Roman Balzer roman-balzer

View GitHub Profile
@ljavuras
ljavuras / List of icons.md
Last active March 16, 2025 09:54
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;