From 417b94ed6cea4dd8922bf4a861e9569c719fed87 Mon Sep 17 00:00:00 2001 From: Dimitar Dimitrov Date: Fri, 9 Jun 2023 13:27:35 -0400 Subject: [PATCH] Add a link to the icon list. I had to ask in Discord for this link, this will help people looking for icons in the future. --- main.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/main.ts b/main.ts index 50b75f3..02ca047 100644 --- a/main.ts +++ b/main.ts @@ -17,6 +17,7 @@ export default class MyPlugin extends Plugin { await this.loadSettings(); // This creates an icon in the left ribbon. + // Most icons from https://lucide.dev/icons/ can be used. const ribbonIconEl = this.addRibbonIcon('dice', 'Sample Plugin', (evt: MouseEvent) => { // Called when the user clicks the icon. new Notice('This is a notice!');