README manifest

This commit is contained in:
Bram Adams 2022-05-31 17:50:03 -05:00
parent 35f9bf0ba1
commit cea62bb42d
2 changed files with 8 additions and 2 deletions

View file

@ -18,4 +18,9 @@ Clone this folder into your obsidian `.plugins` folder, then:
The default hotkey to insert a Stack Overflow answer is `cmd+shift+v`. This can be changed in the `community plugins` section.
![settings 1](./community-plugin-1.png)
![settings 2](./community-plugin-2.png)
![settings 2](./community-plugin-2.png)
# Thanks To
- [Obsidian Auto Link Title](https://github.com/zolrath/obsidian-auto-link-title) for easy url + cursor replacement code.

View file

@ -6,5 +6,6 @@
"description": "Copy and Paste Stack Overflow answers directly into Obsidian.",
"author": "Bram Adams",
"authorUrl": "https://www.bramadams.dev/",
"isDesktopOnly": true
"isDesktopOnly": true,
"repo": "https://github.com/bramses/obsidian-stack-overflow"
}