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 June 18, 2025 18:47
List of icons in Obsidian
/**
 * List all icons available to `obsidian.setIcon()`
 * 
 * @author Ljavuras <ljavuras.py@gmail.com>
 */

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