Obsidian Gist Versions Save

📒 Gist View for Obsidian(https://obsidian.md)

0.10.0

3 months ago
  • Fixes the gist style will be blocked by CSP.
  • Fixed CORS issues (#9).

0.9.1

9 months ago
  • Fixes gist won't render when the username contains character -. #7

0.9.0

1 year ago
  • ⚠️ Set the minimum required Obsidian version to 0.15.0.

This will also make obsidian-gist work in Obsidian mobile.

0.8.1

2 years ago
  • Fixes the settings will be loaded incorrectly.

0.8.0

2 years ago
  • Allow to override the Gist's default stylesheet.

Example

Support dark theme(https://gist.github.com/adimancv/eb2f4b46d3c95e6b8fe4dd52375236b2) by overriding the stylesheet

image image

0.7.0

2 years ago
  • Fixes the link in the gist view will not be opened in the external browser.
  • Use the postMessage mechanism to set the iFrame's height, which should be much secure.

0.6.0

2 years ago
  • Move container style to styles.css.

0.5.0

2 years ago
  • Fixes the async chain.
  • Embed every gist into a iFrame so it will prevent DOM injection.

0.4.0

2 years ago
  • Allow rendering a gist with full URL

0.3.0

2 years ago
  • Allow rendering multiple Gists in the fenced code.