diff --git a/main.ts b/main.ts index 22dc29e..47d25bf 100644 --- a/main.ts +++ b/main.ts @@ -1,4 +1,5 @@ import { + addIcon, App, Editor, MarkdownView, @@ -31,8 +32,12 @@ export default class NemesisPlugin extends Plugin { console.log("My openai key: " + this.settings.openAiKey); // This creates an icon in the left ribbon. + addIcon( + "logo", + '' + ); const ribbonIconEl = this.addRibbonIcon( - "dice", + "logo", "Sample Plugin", (evt: MouseEvent) => { // Called when the user clicks the icon.