mirror of
https://github.com/bramses/obsidian-stack-overflow.git
synced 2026-07-22 06:40:29 +00:00
README manifest
This commit is contained in:
parent
35f9bf0ba1
commit
cea62bb42d
2 changed files with 8 additions and 2 deletions
|
|
@ -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.
|
||||
|
||||

|
||||

|
||||

|
||||
|
||||
|
||||
# Thanks To
|
||||
|
||||
- [Obsidian Auto Link Title](https://github.com/zolrath/obsidian-auto-link-title) for easy url + cursor replacement code.
|
||||
|
|
@ -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"
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue