Skip to content

Commit

Permalink
readme & manifest update
Browse files Browse the repository at this point in the history
  • Loading branch information
Aeases committed Aug 5, 2023
1 parent 6c96776 commit c20b571
Show file tree
Hide file tree
Showing 5 changed files with 31 additions and 3,519 deletions.
13 changes: 9 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,14 @@
![](./stuff/img.png)
![](./stuff/img_3.png)

# Obsidian Open Gate
# Obsidian Webviews

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.
This plugin allows you to embed any website into obsidian, ontop of that, you can use (some) obsidian theme variables in your css snippets too like `background-primary-obsidian`
This is based on [Obsidian OpenGate](https://github.com/nguyenvanduocit/obsidian-open-gate)

#### Currently supported obsidian variables (can add more just by adding stuff to the arry in getCurrentCSSvalues.ts)
| Original Name | Snippet Name |
| ---------------------- | ------------------------------- |
| --background-primary | --background-primary-obsidian |
| --background-secondary | --background-secondary-obsidian |

## Features

Expand Down
Loading

0 comments on commit c20b571

Please sign in to comment.