diff --git a/README.md b/README.md index 93f3379..a32edd7 100644 --- a/README.md +++ b/README.md @@ -147,11 +147,4 @@ If you have any bugs or improvements, please create an issue. If you like to share your ideas, profiles, or anything else, please join or create a discussion. -## Building - -1. Clone the repository into the .obsidian/plugins folder. -2. Run `npm install` in the plugin's folder. -3. Run `npm run dev`. -4. Disable/Enable "BMO Chatbot" in the settings to refresh the plugin. - Buy Me a Coffee at ko-fi.com diff --git a/manifest.json b/manifest.json index ce02ec7..03fdb82 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "bmo-chatbot", "name": "BMO Chatbot", - "version": "2.3.1", + "version": "2.3.2", "minAppVersion": "1.0.0", "description": "Generate and brainstorm ideas while creating your notes using Large Language Models (LLMs) from Ollama, LM Studio, Anthropic, Google Gemini, Mistral AI, OpenAI, and more for Obsidian.", "author": "Longy2k", diff --git a/package-lock.json b/package-lock.json index caba182..4330184 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "bmo-chatbot", - "version": "2.3.1", + "version": "2.3.2", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "bmo-chatbot", - "version": "2.3.1", + "version": "2.3.2", "license": "MIT", "dependencies": { "@google/generative-ai": "^0.14.1", diff --git a/package.json b/package.json index 1efd0d3..b6e6b15 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "bmo-chatbot", - "version": "2.3.1", + "version": "2.3.2", "description": "Generate and brainstorm ideas while creating your notes using Large Language Models (LLMs) from Ollama, LM Studio, Anthropic, Google Gemini, Mistral AI, OpenAI, and more for Obsidian.", "main": "main.js", "scripts": { diff --git a/src/main.ts b/src/main.ts index ca45628..3a38f85 100644 --- a/src/main.ts +++ b/src/main.ts @@ -361,7 +361,6 @@ export default class BMOGPT extends Plugin { } } await this.saveSettings(); - this.activateView(); } ));