diff --git a/README.md b/README.md index ecb58b3..048d801 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,8 @@ Bard assistant by Google to help you study and taking notes, and memorise materials easier! +Explore new possibilities of learning with Integration of Google Bard in your Obsidian App! It's totally free unlike ChatGPT! It also can show images from your question! + ## Obtaining Authentication 1. Log in to your Google account, and visit [Google Bard](https://bard.google.com) @@ -11,9 +13,20 @@ Bard assistant by Google to help you study and taking notes, and memorise materi That's it! Now, put `__Secure-1PSID` in the setup screen and you're all good! +# Features + +- [x] Chat (Obviously) +- [x] Attach Image On the Chat +- [ ] Editor Commands + - [ ] Emojify + - [ ] Change Tone +- [ ] Smart Connection + +More features are coming up! + # Contribute -Feel free to contribute at https://github.com/Aldhanekaa/GoogleBardObsidian, this repo is open for pull request to add more functionality +Feel free to contribute at https://github.com/Aldhanekaa/GoogleBardObsidian, this repo is open for pull request to add more functionality, and yes credits will be added to README. --- diff --git a/manifest.json b/manifest.json index be782a6..49dbea4 100644 --- a/manifest.json +++ b/manifest.json @@ -1,11 +1,11 @@ { "id": "google-bard-obsidian", "name": "Google Bard Obsidian", - "version": "1.0.0", + "version": ".3.0", "minAppVersion": "0.15.0", - "description": "This is a sample plugin for Obsidian. This plugin demonstrates some of the capabilities of the Obsidian API.", - "author": "Obsidian", - "authorUrl": "https://obsidian.md", - "fundingUrl": "https://obsidian.md/pricing", - "isDesktopOnly": false -} \ No newline at end of file + "description": "Explore new possibilities of learning with Integration of Google Bard in your Obsidian App! It's totally free unlike ChatGPT! It also can show images from your question!", + "author": "Aldhanekaa", + "authorUrl": "https://github.com/Aldhanekaa", + "fundingUrl": "", + "isDesktopOnly": true +}