v1.6.0
Gistr Release Info (b89c0905-cc95-5ed3-8d64-d316b552502c)
- Version began on: ........
2024-03-25T23:32:42.000Z
- SHA256: ................................
9bd9a3f491dde7f30286210245929e406b892984311db72e4979126c5bc883eb 🔺 gistr-1.6.0.zip
- GUID: .......................................
0a7f5dc4-b2fa-5064-9e54-f6e17fd14273
- UUID: .......................................
b89c0905-cc95-5ed3-8d64-d316b552502c
- Stamp: ....................................
1.5.0-2024-03-25T23:32:42.000Z 🔺 1.6.0-2024-03-29T15:24:28.000Z
- Last Release: ......................
3 days ago
What's New
feat
: addedraw
property- added property
height
- added property
zoom
height
andzoom
only available in raw mode
- added property
feat
: added ability to view gists with a secondary method which acts as a browser. gives the ability to sign into Github, view, and edit gists.feat
: added compatibility for Gist mermaid graphsdep
: added Saturyn package for Chromium integrationperf
optimizations for loading gists and caching informationdocs
: updated demo vault to include new examples and the introduction of property mode
⚠️ Happy 1 Month Birthday Gistr -- Major Changes
Version 1.6.0
allows for embedding Gist mermaid graphs.
To celebrate the one month; a major feature has been added:
Mermaid graphs on Github work differently than normal gists, which means in order to have them viewed properly; they had to be added to Gistr differently. This introduces a new property called raw
; which allows you to change over from a codeblock view, to a integrated browser view. This new view allows you to view any gist, as well as sign into Github, and even edit your gists; directly from your Obsidian notes. The primary purpose of raw
was to support Mermaid graphs, but this feature is enabled for all gists. Actually, it's enabled for any site at all that you want to integrate into your Obsidian notes.
To set a gist to use raw
mode, format your codeblock as the following:
```gistr
url: https://gist.github.com/Aetherinox/f7525990fba2cba6a3ee7b61ac626c21
raw: true
zoom: 0.8
height: 500
```
With the example above, you may have also noticed two additional properties:
zoom
: Allows you to specify the content and text size that will appear in the window.0.5
= 50%1
= 100% (default)2
= 200%
height
: Determines the height of the gist window.- Default Value: 600
These new properties are only available in raw
mode.
Full documentation for these new properties and all the others can be found at: https://aetherinox.github.io/obsidian-gistr/usage/properties/
Statistics
How the files have changed:
- Changed files : 77
- Commits : 45
- Additions : 56685
- Deletions : 1174
Pull Requests
This release is associated with the following pull requests:
🔧 Changes
- update language entries : 478bb4c @Aetherinox
- update css : 1179fec @Aetherinox
✏️ Docs
- update documentation to include new properties : 62580ef @Aetherinox
- update documentation to include 'raw' property, as well as usage examples : aab18d2 @Aetherinox
- update demo vault mermaid example : 00faba1 @Aetherinox
- (readme) update mermaid / integrated browser screenshot : 649ec4c @Aetherinox
- (readme) add file property example : 91d1305 @Aetherinox
- (pages) update mermaid graph screenshot : a8adf28 @Aetherinox
- update LICENSE : d0be64d @Aetherinox
📦 Build & Dependencies
- bump version v1.6.0 : ccf3e19 @Aetherinox
- update version and package definitions : 61f83c5 @Aetherinox