obsidian-stack-overflow
obsidian-stack-overflow copied to clipboard
Fetch Stack Oveflow answers and copy paste them directly into Obsidian
Watch This video to See The Plugin in Action (Click the Thumbnail)
Installation
Search Stack Overflow Answers in the Obsidian Community Plugins section
Manual Installation
Clone this folder into your obsidian .plugins folder, then:
- run
npm ioryarnto install dependencies. - run
npm run devto start compilation in watch mode.
Usage
The default hotkey to insert a Stack Overflow answer is cmd+shift+v. This can be changed in the community plugins section.

Thanks To
- Obsidian Auto Link Title for easy url + cursor replacement code.