Skip to content

v1.6.0

Compare
Choose a tag to compare
@EuropaServ EuropaServ released this 29 Mar 15:24
· 216 commits to main since this release
61f83c5

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: added raw property
    • added property height
    • added property zoom
    • height and zoom only available in raw mode
  • 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 graphs
  • dep: added Saturyn package for Chromium integration
  • perf optimizations for loading gists and caching information
  • docs: 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


✏️ Docs


📦 Build & Dependencies