https://github.com/bramses/obsidian-stack-overflow
Fetch Stack Oveflow answers and copy paste them directly into Obsidian
https://github.com/bramses/obsidian-stack-overflow
Last synced: 23 days ago
JSON representation
Fetch Stack Oveflow answers and copy paste them directly into Obsidian
- Host: GitHub
- URL: https://github.com/bramses/obsidian-stack-overflow
- Owner: bramses
- License: mit
- Created: 2022-04-08T20:57:03.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2022-06-02T01:48:38.000Z (almost 3 years ago)
- Last Synced: 2025-03-18T13:51:14.607Z (27 days ago)
- Language: TypeScript
- Homepage:
- Size: 852 KB
- Stars: 33
- Watchers: 2
- Forks: 0
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- jimsghstars - bramses/obsidian-stack-overflow - Fetch Stack Oveflow answers and copy paste them directly into Obsidian (TypeScript)
README
# Watch This video to See The Plugin in Action (Click the Thumbnail)
[](https://www.youtube.com/watch?v=UMcmQHi9wsw&ab_channel=BramAdams)
# Installation
Search `Stack Overflow Answers` in the Obsidian Community Plugins section
## Manual Installation
Clone this folder into your obsidian `.plugins` folder, then:
1) run `npm i` or `yarn` to install dependencies.
2) run `npm run dev` to 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](https://github.com/zolrath/obsidian-auto-link-title) for easy url + cursor replacement code.