Skip to content

vadini-agrawal/auto-graphed

Repository files navigation

🪨 Obsidian AutoGraphed

An Obsidian plugin to auto-connect your notes with one click

About this plugin

This is a beta version of an Obsidian plug-in to automatically create connections between your markdown notes via an LLM.

You can input an OpenAI API key and choose a GPT model and it will auto-generate connections between your notes.

Note that we are constrained by the token limit of your chosen model.

You have the ability to generate tags and then delete all generated tags if desired.

Usage

Requirement

Installation

  1. Open terminal
  2. cd path/to/your/obsidian/vault/.obsidian/plugins
  3. git clone <this plugin>
  4. npm install
  5. npm run dev
  6. In Obsidian, press Ctrl + P and select Reload app without saving
  7. In Obsidian, go to settings -> Community plugins -> Enable "AutoGraphed"
  8. In AutoGraphed settings, input an API key and select a model.
  9. On your Obsidian platform, in the left toolbar, click on the "cloud" icon to generate connections.
  10. Click on the icon below it to remove generated connections.

Commands

  • npm i (Install dependencies)
  • npm run dev (Install dependencies)

About

An LLM powered extension to connect Obsidian notes

Resources

License

Stars

Watchers

Forks

Packages

No packages published