Skip to content

HinxCorporation/obsidian-canvas-ai

Repository files navigation

Obsidian Canvas AI

Obsidian Canvas AI Plugin


English简体中文


Roadmap of Features

  • Generate AI Q&A cards within Canvas
  • Configure the model's API key (currently only supports DeepSeek)
  • Custom instructions
  • Create special Canvas cards as custom instructions
  • Implement multi-turn conversations in Canvas
  • Support for more LLMs.
  • Explain content and relationships in Canvas
  • More...

Supported Large Language Models

Model Supported
Deepseek
ChatGPT
... ...

How to Install

1. Install from the Obsidian Plugin Market (Not yet)

2. Download from Release

  • Download the latest version from the releases
  • Extract the three files (main.js, manifest.json, styles.css) and place them in the folder {{obsidian_vault}}/.obsidian/plugins/obsidian-canvas-ai

Usage

FAQ

Contributing

Build Guide

  • Navigate to the plugin folder in the Obsidian vault
cd {{obsidian_vault}}/.obsidian/plugins/
  • Clone this repository from Github into the current directory
git clone https://github.com/HinxCorporation/obsidian-canvas-ai.git
  • Enter the plugin directory, install the required dependencies, and debug/build
cd obsidian-canvas-ai

# Debug
yarn && yarn dev

# Build
yarn && yarn build