diff --git a/main.ts b/main.ts index 2d07212..876f39c 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!');