pierrad38k downloadsImplement suggestions from Github Copilot directly in your editor.
Use GitHub Copilot in the Obsidian editor. This plugin is a bridge between the Obsidian editor and the GitHub Copilot service.

which node in your terminal.[!NOTE]
If you install the plugin by cloning it or downloading the release files from GitHub, you will need to name the plugin foldergithub-copilotfor the plugin to work.
Tab to accept a suggestion or Esc to dismiss it.https://github.com/user-attachments/assets/89089920-45de-47c3-80b1-f2d58d1ba55e
gpt-4 or claude 3.7).Can you summarize this note [[my note]]?).The chat supports rendering Mermaid diagrams when GitHub Copilot responds with Mermaid code blocks. Simply ask Copilot to create a diagram and it will render visually in the chat.
Example usage:
You: Can you create a flowchart showing the software development lifecycle?
Copilot: Here's a flowchart of the software development lifecycle:
```mermaid
flowchart TD
A[Requirements Analysis] --> B[Design]
B --> C[Implementation]
C --> D[Testing]
D --> E[Deployment]
E --> F[Maintenance]
F --> A
Supported diagram types:
The diagrams automatically adapt to your Obsidian theme (light/dark mode) and are fully integrated into the chat interface.