-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Postcount CI
committed
Mar 1, 2023
1 parent
de41aae
commit ef8c33d
Showing
3 changed files
with
31 additions
and
30 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,13 @@ | ||
{ | ||
"id": "open-gate", | ||
"name": "Open Gate", | ||
"version": "1.2.1", | ||
"minAppVersion": "0.15.0", | ||
"description": "Embed any website to Obsidian, you have anything you need in one place. You can browse website and take notes at the same time. e.g. Ask ChatGPT and copy the answer directly to your note.", | ||
"author": "duocnv", | ||
"authorUrl": "https://twitter.com/duocdev", | ||
"fundingUrl": { | ||
"Buy Me a Coffee": "https://paypal.me/duocnguyen", | ||
"Follow me": "https://twitter.com/duocdev" | ||
} | ||
} | ||
"id": "open-gate", | ||
"name": "Open Gate", | ||
"version": "1.2.3", | ||
"minAppVersion": "0.15.0", | ||
"description": "Embed any website to Obsidian, you have anything you need in one place. You can browse website and take notes at the same time. e.g. Ask ChatGPT and copy the answer directly to your note.", | ||
"author": "duocnv", | ||
"authorUrl": "https://twitter.com/duocdev", | ||
"fundingUrl": { | ||
"Buy Me a Coffee": "https://paypal.me/duocnguyen", | ||
"Follow me": "https://twitter.com/duocdev" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,18 +1,19 @@ | ||
{ | ||
"1.0.0": "0.15.0", | ||
"1.0.1": "0.15.0", | ||
"1.0.2": "0.15.0", | ||
"1.0.4": "0.15.0", | ||
"1.0.5": "0.15.0", | ||
"1.0.6": "0.15.0", | ||
"1.0.7": "0.15.0", | ||
"1.0.8": "0.15.0", | ||
"1.1.1": "0.15.0", | ||
"1.1.2": "0.15.0", | ||
"1.1.3": "0.15.0", | ||
"1.1.4": "0.15.0", | ||
"1.1.5": "0.15.0", | ||
"1.1.6": "0.15.0", | ||
"1.1.7": "0.15.0", | ||
"1.2.1": "0.15.0" | ||
} | ||
"1.0.0": "0.15.0", | ||
"1.0.1": "0.15.0", | ||
"1.0.2": "0.15.0", | ||
"1.0.4": "0.15.0", | ||
"1.0.5": "0.15.0", | ||
"1.0.6": "0.15.0", | ||
"1.0.7": "0.15.0", | ||
"1.0.8": "0.15.0", | ||
"1.1.1": "0.15.0", | ||
"1.1.2": "0.15.0", | ||
"1.1.3": "0.15.0", | ||
"1.1.4": "0.15.0", | ||
"1.1.5": "0.15.0", | ||
"1.1.6": "0.15.0", | ||
"1.1.7": "0.15.0", | ||
"1.2.1": "0.15.0", | ||
"1.2.3": "0.15.0" | ||
} |