You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+18-19Lines changed: 18 additions & 19 deletions
Original file line number
Diff line number
Diff line change
@@ -47,32 +47,31 @@ The following is an outline of what Gistr can do for you:
47
47
<br />
48
48
49
49
**Functionality**:
50
-
- Gistr now includes an integrated browser feture which allows you to embed any website into your notes, including Github and Opengist.
51
-
- This can be used for embedding gists containing mermaid graphs
52
-
- Feature allows you to not only view the website in your notes, but also sign into websites such as Github / Opengist and make edits.
53
-
- Can be activated with `raw` property
54
-
-`raw` property supports the ability to specify additional properties:
55
-
-`zoom`
56
-
-`height`
57
-
-`css`
50
+
- Embed any website into your Obsidian notes. Fully functioning browser with ability to sign in to accounts and navigate.
51
+
- Can be used for Github / Gist mermaid graphs
52
+
- Activated with [raw](https://aetherinox.github.io/obsidian-gistr/usage/properties/#raw) property
53
+
-[raw](https://aetherinox.github.io/obsidian-gistr/usage/properties/#raw) property supports the ability to specify additional properties:
54
+
-[zoom](https://aetherinox.github.io/obsidian-gistr/usage/properties/#property-zoom): change the size of the website
55
+
-[height](https://aetherinox.github.io/obsidian-gistr/usage/properties/#property-height): change the height of the website frame
56
+
-[css](https://aetherinox.github.io/obsidian-gistr/usage/properties/#property-css): override existing CSS on the embedded website
58
57
- Save notes from Obsidian as public or secret gists
59
-
- Choose when you want to save a gist, or enable autosave to track changes
60
-
- Requires Github [Personal Access Token](https://github.com/settings/tokens?type=beta) (free). Open Gistr settings in Obsidian to configure.
61
-
- Line numbering
62
-
- Open embedded Github Gist or Opengist snippets from your notes in your browser
63
-
- Filter out specific snippets from a gist which contain multiple files
0 commit comments