Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
nguyenvanduocit committed May 29, 2023
1 parent fdaff1f commit ccef043
Show file tree
Hide file tree
Showing 12 changed files with 1,812 additions and 1,663 deletions.
20 changes: 20 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,26 @@ height:300
```
~~~

### Use link

You can use link to embed any website.

~~~markdown
![height:800px](https://12bit.vn)
~~~

In this syntax, you can add `height:800px` to change the height of the gate. To set profile you set `profile:profile_name`.

~~~markdown
This is 12bit, but logged-in with account 1

![height:800px;profile:account-1](https://12bit.vn)

This is 12bit, but logged-in with account 2

![height:800px;profile:account-2](https://12bit.vn)
~~~

### Quick switcher

You can quickly open gates using a single shortcut. The default is `Ctrl+Shift+G` or `Cmd+Shift+G`. You can change it in the Hotkeys section of Obsidian.
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.8.0",
"version": "1.8.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.8.0",
"version": "1.8.1",
"description": "Embedding any website to Obsidian, from now all, you have anything you need in one place.",
"main": "main.js",
"scripts": {
Expand Down
Loading

0 comments on commit ccef043

Please sign in to comment.