Skip to content

Commit

Permalink
feat: support for some parram
Browse files Browse the repository at this point in the history
  • Loading branch information
nguyenvanduocit committed Apr 19, 2023
1 parent dd2f8eb commit 2936790
Show file tree
Hide file tree
Showing 3 changed files with 47 additions and 46 deletions.
24 changes: 12 additions & 12 deletions manifest.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{
"id": "open-gate",
"name": "Open Gate",
"version": "1.4.5",
"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.7.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"
}
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "obsidian-open-gate",
"version": "1.4.5",
"version": "1.7.1",
"description": "Embedding any website to Obsidian, from now all, you have anything you need in one place.",
"main": "main.js",
"scripts": {
Expand Down
67 changes: 34 additions & 33 deletions versions.json
Original file line number Diff line number Diff line change
@@ -1,34 +1,35 @@
{
"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",
"1.2.4": "0.15.0",
"1.2.5": "0.15.0",
"1.2.6": "0.15.0",
"1.2.7": "0.15.0",
"1.2.8": "0.15.0",
"1.2.9": "0.15.0",
"1.2.20": "0.15.0",
"1.2.21": "0.15.0",
"1.3.0": "0.15.0",
"1.3.1": "0.15.0",
"1.3.2": "0.15.0",
"1.3.3": "0.15.0",
"1.3.4": "0.15.0",
"1.3.5": "0.15.0",
"1.4.5": "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",
"1.2.4": "0.15.0",
"1.2.5": "0.15.0",
"1.2.6": "0.15.0",
"1.2.7": "0.15.0",
"1.2.8": "0.15.0",
"1.2.9": "0.15.0",
"1.2.20": "0.15.0",
"1.2.21": "0.15.0",
"1.3.0": "0.15.0",
"1.3.1": "0.15.0",
"1.3.2": "0.15.0",
"1.3.3": "0.15.0",
"1.3.4": "0.15.0",
"1.3.5": "0.15.0",
"1.4.5": "0.15.0",
"1.7.1": "0.15.0"
}

0 comments on commit 2936790

Please sign in to comment.