No description
Find a file
2023-11-15 10:56:12 +01:00
components Added a developer mode and basic transitions 2023-11-15 10:56:12 +01:00
.editorconfig Initial commit 2023-09-25 16:56:10 +02:00
.eslintignore Initial commit 2023-09-25 16:56:10 +02:00
.eslintrc Initial commit 2023-09-25 16:56:10 +02:00
.gitignore Initial commit 2023-09-25 16:56:10 +02:00
.npmrc Initial commit 2023-09-25 16:56:10 +02:00
esbuild.config.mjs Initial commit 2023-09-25 16:56:10 +02:00
LICENSE Create LICENSE 2023-09-27 13:09:34 +02:00
main.ts Added a developer mode and basic transitions 2023-11-15 10:56:12 +01:00
manifest.json Update manifest 2023-11-07 10:49:37 +01:00
package-lock.json initial commit 2023-09-25 18:03:53 +02:00
package.json Initial commit 2023-09-25 16:56:10 +02:00
README.md Update readme 2023-11-07 09:59:26 +01:00
styles.css Added a developer mode and basic transitions 2023-11-15 10:56:12 +01:00
tsconfig.json Initial commit 2023-09-25 16:56:10 +02:00
version-bump.mjs Initial commit 2023-09-25 16:56:10 +02:00
versions.json Initial commit 2023-09-25 16:56:10 +02:00

Chat with Bard

This plugin enables you to chat with Google Bard directly from obsidian completely for free.

Please note that this is my first obsidian plugin and mistakes are bound to happen. Feel free to report anything you find on the GitHub.

Setup

In order to be able to use this plugin, you need your own __Secure-1PSID token from Bard. Here is how you get it:

  1. Go to: https://bard.google.com/
  2. Sign in to your google account
  3. Open the Developer tools with Ctr + Shift + i (Option + ⌘ + i on Mac)
  4. Navigate to Application > Cookies
  5. Find the __Secure-1PSID cookie and paste its value in the settings of this plugin.

Note: Sometimes, the __Secure-1PSID token will not be enough. In this case you will need to add the __Secure-1PSIDCC and __Secure-1PSIDTS cookies too. (You can find them in the same place you found the first cookie)

How to use

  1. Select the "Chat with Bard" command in the command palette.
  2. Start Chatting

Note: Each time you open the Chat window, it starts a new chat. You can see all of your previous chats at https://bard.google.com/

Development Plan

  • Add basic chat modal
  • Add the ability to access previous chats
  • Bard in the side panel and in a separate window
  • Give Bard access to the notes
  • Let Bard type in the notes