Skip to content

Commit

Permalink
fix: delete file activate view
Browse files Browse the repository at this point in the history
  • Loading branch information
longy2k committed Jul 21, 2024
1 parent 0ac8045 commit 2066da3
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 12 deletions.
7 changes: 0 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

<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>
2 changes: 1 addition & 1 deletion manifest.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down
1 change: 0 additions & 1 deletion src/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -361,7 +361,6 @@ export default class BMOGPT extends Plugin {
}
}
await this.saveSettings();
this.activateView();
}
));

Expand Down

0 comments on commit 2066da3

Please sign in to comment.