Skip to content

Commit 2066da3

Browse files
committed
fix: delete file activate view
1 parent 0ac8045 commit 2066da3

File tree

5 files changed

+4
-12
lines changed

5 files changed

+4
-12
lines changed

README.md

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -147,11 +147,4 @@ If you have any bugs or improvements, please create an issue.
147147

148148
If you like to share your ideas, profiles, or anything else, please join or create a discussion.
149149

150-
## Building
151-
152-
1. Clone the repository into the .obsidian/plugins folder.
153-
2. Run `npm install` in the plugin's folder.
154-
3. Run `npm run dev`.
155-
4. Disable/Enable "BMO Chatbot" in the settings to refresh the plugin.
156-
157150
<a href='https://ko-fi.com/K3K8PNYT8' target='_blank'><img height='36' style='border:0px;height:36px;' src='https://storage.ko-fi.com/cdn/kofi1.png?v=3' border='0' alt='Buy Me a Coffee at ko-fi.com' /></a>

manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"id": "bmo-chatbot",
33
"name": "BMO Chatbot",
4-
"version": "2.3.1",
4+
"version": "2.3.2",
55
"minAppVersion": "1.0.0",
66
"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.",
77
"author": "Longy2k",

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "bmo-chatbot",
3-
"version": "2.3.1",
3+
"version": "2.3.2",
44
"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.",
55
"main": "main.js",
66
"scripts": {

src/main.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -361,7 +361,6 @@ export default class BMOGPT extends Plugin {
361361
}
362362
}
363363
await this.saveSettings();
364-
this.activateView();
365364
}
366365
));
367366

0 commit comments

Comments
 (0)