Skip to content

Latest commit

 

History

History
71 lines (42 loc) · 1.53 KB

README.md

File metadata and controls

71 lines (42 loc) · 1.53 KB

Join our discord server: join now

Obsidian Open Gate

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.

Features

  • 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

Usage

  1. just type New gate in command palette
  2. type the url and title of the site you want to embed
  3. click Create

Then you will the the icon of then website in the left sidebar.

Options

Custom CSS

Add new Gate

Add new gate does not require to restart Obsidian. But editing and deleting gate requires to restart Obsidian.

Use Code block

You can use code

You can use code block to embed any website.

```gate  
https://12bit.vn
height:300
```
This is 12bit, but logged-in with account 1

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

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

![height:800px;profile:account-2](https://12bit.vn?open-gate=true)

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.

Deployment