The Gistr plugin allows users to easily embed and interact with Github Gists and OpenGists directly within their Obsidian notes. With this plugin, you can integrate live websites into your notes, view and edit gists, and even save Obsidian notes as gists to Github or Opengist. The plugin supports various display modes, including a codeblock and an integrated browser for seamless interaction. Users can customize the appearance, theme, and even specify additional properties like zoom or CSS for embedded websites. Gistr also allows automatic saving and updating of notes as gists, providing efficient integration with the popular code-sharing platform.
Item | Value |
---|---|
SHA256 | 9f2dba0c5b74f4813baec15f917c0b1b78c886fe67c804aaaeb4fcd2d983f99d 🔺 gistr-1.7.0.zip |
GUID | 0a7f5dc4-b2fa-5064-9e54-f6e17fd14273 |
UUID | 3a592dd3-4d48-5e4a-9c0e-1ff4ee6acd89 |
Stamp | 1.6.8-2024-04-27T00:09:42.000Z 🔺 1.7.0-2024-07-15T00:14:11.000Z |
Last Release | 79 days ago |
This release contains the following changes:
refactor
: performed linting on all filesbuild
: updated main gistr.js build scriptdeps
: bump @types/node
from 20.12.7 to 20.14.10deps
: bump electron
from 30.0.1 to 31.1.0deps
: bump @types/chrome
from 0.0.266 to 0.0.268deps
: bump rollup
from 4.16.4 to 4.18.0deps
: bump yaml
from 2.3.4 to 2.4.5deps
: add @aetherinox/noxenv
deps
: add typescript-eslint
deps
: add @typescript-eslint/parser
deps
: add @typescript-eslint/eslint-plugin
deps
: add prettier
fix
: fixed bug with calling target file using legacy formattests
: bump version 1.7.0How the files have changed:
This release is associated with the following pull requests:
es2018
: 6fb211d8bed4b79a1b3587a40555fd681ea9d7a9 @Aetherinox