mirror of
https://github.com/narthur/research-quest.git
synced 2026-07-22 11:40:25 +00:00
No description
| .github/workflows | ||
| src | ||
| .gitignore | ||
| esbuild.config.mjs | ||
| knowledge.md | ||
| main.ts | ||
| manifest.json | ||
| package.json | ||
| pnpm-lock.yaml | ||
| README.md | ||
| tsconfig.json | ||
Research Quest
An Obsidian plugin that uses AI to generate and track research questions based on your notes.
Features
- Automatically generates relevant research questions from your current document
- Tracks which questions have been answered in your writing
- Maintains a list of active and completed research questions
- Integrates with OpenAI's GPT models for intelligent question generation and analysis
Installation
- Install the plugin from Obsidian's Community Plugins
- Enable the plugin in Obsidian's settings
- Add your OpenAI API key in the plugin settings
Usage
- Open a note you want to research further
- Click the microscope icon in the ribbon to open the Research Quest view
- Click "Refresh" to analyze your current document and generate research questions
- Questions will be automatically marked as complete when your document answers them
Development
# Install dependencies
pnpm install
# Run in development mode
pnpm run dev
# Build for production
pnpm run build
# Run tests
pnpm test