Hi all, just created a small plugin that enhance Obsidian Canvas functionnalities with AI.
Here it is: MetaCorp/obsidian-augmented-canvas (github.com)
Features
This plugin adds two actions to the menu of a note in the canvas view.
- Ask GPT on a specific note, the note content will be used as prompt. A new note will be created underneath the prompt note containing the AI response.
- Ask questions about a note. If the note has been generated by this plugin, there are also some pre-generated questions you can ask. The pre-generated questions help you easily dig further into the subject of the note.
More info in the Readme.
Why
I developed this plugin to assist myself in exploring and comprehending new topics.
The ability to organized and see history of a discussion in a canvas can be very helpful in understanding a new subject.
Credits
The plugin is an adaptation of those two plugins :
- rpggio/obsidian-chat-stream: Obsidian canvas plugin for using AI completion with threads of canvas nodes (github.com)
- Quorafind/Obsidian-Collapse-Node: A node collapsing plugin for Canvas in Obsidian. (github.com)
So kudos to the original authors!