Skip to content

Commit

Permalink
Update temporary Gate functionality and version numbers
Browse files Browse the repository at this point in the history
  • Loading branch information
Postcount CI committed Dec 12, 2023
1 parent 77716eb commit 34c2df3
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 5 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -86,9 +86,9 @@ The gate will have them same configuration as the one you configured in the sett

#### Open a temporary Gate

If no Gate is found, the plugin will open a temporary Gate with the provided URL, this gate will not be saved and will be deleted when you close it.
If no Gate is found, the plugin will open a temporary Gate with the provided URL, this gate will not be saved and will be deleted when you close it. To prevent multiple temporary Gates from being opened, which can lead to performance issues like Chrome tabs, the plugin only allow you to open one temporary Gate at a time.

The feature is under development, will be available in the next release.
The usage is exactly the same as the pre-configured Gate, but you no need to match the title or url.

## Usage: Code Block

Expand Down
2 changes: 1 addition & 1 deletion manifest.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"id": "open-gate",
"name": "Open Gate",
"version": "1.10.0",
"version": "1.10.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",
Expand Down
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.10.0",
"version": "1.10.1",
"description": "Embedding any website to Obsidian, from now all, you have anything you need in one place.",
"main": "main.js",
"scripts": {
Expand Down
3 changes: 2 additions & 1 deletion versions.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,5 +45,6 @@
"1.9.6": "0.15.0",
"1.9.7": "0.15.0",
"1.9.8": "0.15.0",
"1.10.0": "0.15.0"
"1.10.0": "0.15.0",
"1.10.1": "0.15.0"
}

0 comments on commit 34c2df3

Please sign in to comment.