Add note mover and chatgpt plugins
Signed-off-by: baalajimaestro <me@baalajimaestro.me>
This commit is contained in:
parent
fb3dbada97
commit
5185e927b0
4 changed files with 3275 additions and 0 deletions
2180
.obsidian/plugins/auto-note-mover/main.js
vendored
Normal file
2180
.obsidian/plugins/auto-note-mover/main.js
vendored
Normal file
File diff suppressed because it is too large
Load diff
10
.obsidian/plugins/auto-note-mover/manifest.json
vendored
Normal file
10
.obsidian/plugins/auto-note-mover/manifest.json
vendored
Normal file
|
@ -0,0 +1,10 @@
|
|||
{
|
||||
"id": "auto-note-mover",
|
||||
"name": "Auto Note Mover",
|
||||
"version": "1.2.0",
|
||||
"minAppVersion": "0.12.0",
|
||||
"description": "Auto Note Mover will automatically move the active notes to their respective folders according to the rules.",
|
||||
"author": "faru",
|
||||
"authorUrl": "https://github.com/farux/",
|
||||
"isDesktopOnly": false
|
||||
}
|
1074
.obsidian/plugins/chatgpt-md/main.js
vendored
Normal file
1074
.obsidian/plugins/chatgpt-md/main.js
vendored
Normal file
File diff suppressed because it is too large
Load diff
11
.obsidian/plugins/chatgpt-md/manifest.json
vendored
Normal file
11
.obsidian/plugins/chatgpt-md/manifest.json
vendored
Normal file
|
@ -0,0 +1,11 @@
|
|||
{
|
||||
"id": "chatgpt-md",
|
||||
"name": "ChatGPT MD",
|
||||
"version": "1.4.2",
|
||||
"minAppVersion": "0.15.0",
|
||||
"description": "A (nearly) seamless integration of ChatGPT into Obsidian.",
|
||||
"author": "Bram Adams",
|
||||
"authorUrl": "https://www.bramadams.dev",
|
||||
"fundingUrl": "https://www.bramadams.dev/#/portal/",
|
||||
"isDesktopOnly": false
|
||||
}
|
Loading…
Reference in a new issue