Skip to content

KTK27YT/Obsidian-Copilot

Repository files navigation

Is it me or all the AI plugins on Obsidian require you to be in a region where GPT works? And you need an API Key? Try Obsidian Copilot -- A simple obsidian extension that just works out of the box. No setup, No region restrictions, and best of all GPT-4 and Dall-E is free to use.

Usage

Once enabled in Obsidian from the community plugins tab.

Click the robot icon in the left sidebar to open the Copilot panel.

Select your conversation style

Type your prompt and press Enter to get a response.

For more details refer to Microsoft Learn Page

Installation

  1. Open Obsidian and go to Settings -> Community plugins -> Browse and search for InteliChat. (Pending approval)

Alternatively,

  1. Download the latest release from the Releases page
  2. go to your vault folder, and create a folder named plugins if it doesn't exist
  3. Unzip the downloaded file into that directly
  4. Enable community plugins in Obsidian and enable InteliChat from the list of Installed plugins

Why is it called InteliChat?

It was called this because you are chatting with an intelligent AI.

Originally it was called Obsidian Copilot, however due to copyright reasons, it had to be changed.

Development

  1. Clone the repository
  2. Run npm install to install the dependencies
  3. Run npm run dev to start the development environment

Contributing ✨

As I am a novice developer, I appreciate any help I can get. If you want to contribute here is how to do it. Thank you!

  1. Fork it (https://github.com/KTK27YT/Obsidian-Copilot/fork)
  2. Create your feature branch (git checkout -b feature/CoolNewFeature)
  3. Commit your changes (git commit -am 'Add some CoolNewFeature')
  4. Push to the branch (git push origin feature/CoolNewFeature)
  5. Create a new Pull Request

Support 🌟

if you would like to support this plugin, just give it a star on Github. It would mean a lot to me.

Thank you 🙌

Thank you Florian Ludewig for creating a youtube video teaching how to create a simple obsidian plugin. It was a great help to get started.

Thanks to Copilot sidebar for Chrome extension for being the massive source of inspiration for this plugin.