Join our discord server: join now
This plugin allows you to embedding 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.
- Embed any website in your Obsidian
- Auto generate icon
- Embed any site that can not be embedded by iframe: Google Translate
- Support for mobile
- Custom CSS
- just type
New gate
in command palette - type the url and title of the site you want to embed
- click
Create
Then you will the the icon of then website in the left sidebar.
Custom CSS
Add new gate does not require to restart Obsidian. But editing and deleting gate requires to restart Obsidian.
You can use a code block with the language set to gate
to embed any website directly within a note, including custom css.
```gate
https://12bit.vn
height: 300
css: |
html { filter: invert(90%) hue-rotate(180deg)!important; }
```
This is 12bit, but logged-in with account 1

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

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.