{"id":15511351,"url":"https://github.com/Pierrad/obsidian-github-copilot","last_synced_at":"2025-10-12T08:31:25.984Z","repository":{"id":233599988,"uuid":"779994962","full_name":"Pierrad/obsidian-github-copilot","owner":"Pierrad","description":"A bridge between Obsidian and Github Copilot","archived":false,"fork":false,"pushed_at":"2024-08-31T09:51:45.000Z","size":16297,"stargazers_count":117,"open_issues_count":4,"forks_count":8,"subscribers_count":2,"default_branch":"master","last_synced_at":"2024-10-03T09:53:30.140Z","etag":null,"topics":["ai","completion","copilot","github","github-copilot","obsidian","obsidian-md","plugin"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Pierrad.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-03-31T11:53:07.000Z","updated_at":"2024-09-29T06:57:41.000Z","dependencies_parsed_at":"2024-05-18T09:22:40.605Z","dependency_job_id":"cee750b2-0e31-45c7-b602-90273d74df9f","html_url":"https://github.com/Pierrad/obsidian-github-copilot","commit_stats":null,"previous_names":["pierrad/obsidian-github-copilot"],"tags_count":11,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Pierrad%2Fobsidian-github-copilot","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Pierrad%2Fobsidian-github-copilot/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Pierrad%2Fobsidian-github-copilot/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Pierrad%2Fobsidian-github-copilot/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Pierrad","download_url":"https://codeload.github.com/Pierrad/obsidian-github-copilot/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":236188293,"owners_count":19109384,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["ai","completion","copilot","github","github-copilot","obsidian","obsidian-md","plugin"],"created_at":"2024-10-02T09:52:59.556Z","updated_at":"2025-10-12T08:31:25.978Z","avatar_url":"https://github.com/Pierrad.png","language":"JavaScript","funding_links":[],"categories":["TypeScript","JavaScript"],"sub_categories":[],"readme":"# Obsidian GitHub Copilot Plugin\n\n![Obsidian plugin](https://img.shields.io/endpoint?url=https://scambier.xyz/obsidian-endpoints/github-copilot.json)\n![GitHub release (latest by date including pre-releases)](https://img.shields.io/github/v/release/pierrad/obsidian-github-copilot)\n\nUse **GitHub Copilot** in the Obsidian editor. This plugin is a bridge between the Obsidian editor and the GitHub Copilot service.\n\n- 🤖 Get inline suggestion as you type using GitHub Copilot service\n- 💬 Use the GitHub Copilot Chat service to ask questions about your notes\n\n## 🗒️ Requirements\n\n- A GitHub Copilot subscription (https://copilot.github.com/)\n- Network connection to send and receive data from the GitHub Copilot service\n\n## ⚙️ Installation\n\n1. Install the plugin via the Obsidian community plugins browser.\n2. Activate the plugin in the settings. Make sure to configure any necessary options.\n\n## 🤖 GitHub Copilot Inline\n\n![https://github.com/Pierrad/obsidian-github-copilot/tree/master/.github/assets/example.gif](https://github.com/Pierrad/obsidian-github-copilot/blob/master/.github/assets/example.gif)\n\n### Requirements\n\n- Node.js 20 or later\n\n### Installation\n\n1. Once installed, go to the plugin settings and enter the path to the Node +20 binary. You can find it by running `which node` in your terminal.\n2. Either\n   1. A modal will appear asking you to sign in to Copilot. Follow the instructions to sign in.\n   2. Or, you will receive a notice saying that Copilot is ready to use. (This will happen if you have already signed in to Copilot in the past in IDEs)\n\n\u003e [!NOTE]  \n\u003e If you install the plugin by cloning it or downloading the release files from GitHub, you will need to name the plugin folder `github-copilot` for the plugin to work.\n\n\n### Usage\n\n1. Open a note in Obsidian. \n2. Write something in the editor.\n3. After a small pause, Copilot will suggest completions for your text.\n4. Press `Tab` to accept a suggestion or `Esc` to dismiss it.\n\n### Features\n\n- [x] Use GitHub Copilot in the Obsidian editor\n- [x] Configure the suggestion generation delay\n- [x] Configure your bindings to accept, dismiss, trigger or partially accept suggestions\n- [x] Configure if you want to see automatic suggestions or only trigger them manually\n- [x] Configure if you want to see suggestion only in code blocks or in the whole note \n- [x] Exclude folders and files from the suggestion generation \n\n### Known issues\n\n- If you installed Obsidian with Flatpak, you might need to use NVM to handle Node.js versions as the default binary path is not accessible in the Flatpak sandbox. See [this issue](https://github.com/Pierrad/obsidian-github-copilot/issues/6) for more information.\n- \"Tab\" completion can be buggy in some cases (e.g. in bullet points in LateX Math mode for example). It depends on plugin priority over the keybindings. See [this issue](https://github.com/Pierrad/obsidian-github-copilot/issues/38) for more information. \n\n\n## 💬 GitHub Copilot Chat\n\nhttps://github.com/user-attachments/assets/89089920-45de-47c3-80b1-f2d58d1ba55e\n\n### Installation\n\n- Once installed, you can find the GitHub Copilot Chat in the right sidebar of Obsidian.\n- It should ask you to sign in to GitHub Copilot. Follow the instructions to sign in.\n\n### Usage\n\n- Open the GitHub Copilot Chat in the right sidebar.\n- Choose a model to use (e.g. `gpt-4` or `claude 3.7`).\n- Ask a question and like a note like you would do in the obsidian editor (e.g. `Can you summarize this note [[my note]]?`).\n\n### Features\n\n- [x] Use GitHub Copilot Chat in the Obsidian editor\n- [x] Choose the model to use between all models available in the GitHub Copilot Chat service\n- [x] Implement a chat history\n- [x] Link notes with [[double bracket syntax]] in the chat\n- [x] Configure a custom prompt as a system message in the settings\n- [x] Let the user choose the default behavior of the enter key (send message or add a new line)\n- [ ] Stream the response from the API\n  - Waiting for requestUrl to implement Streaming : https://forum.obsidian.md/t/support-streaming-the-request-and-requesturl-response-body/87381\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FPierrad%2Fobsidian-github-copilot","html_url":"https://awesome.ecosyste.ms/projects/github.com%2FPierrad%2Fobsidian-github-copilot","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FPierrad%2Fobsidian-github-copilot/lists"}