narthur539 downloadsUse AI to generate and track research questions based on your notes.
An Obsidian plugin that uses AI to generate and track research questions based on your notes.
# Install dependencies
pnpm install
# Run in development mode
pnpm run dev
# Build for production
pnpm run build
# Run tests
pnpm test
To install the plugin locally, you'll need to symlink the plugin folder to your Obsidian vault's plugins folder.
ln -s /path/to/research-quest /path/to/obsidian-vault/.obsidian/plugins/research-quest
Once you've created the symlink, you can enable the plugin in Obsidian's community plugins settings.
To avoid needing to re-enable the plugin after each change, you can install the hot-reload Obsidian plugin.