Skip to content

Releases: linjunpop/obsidian-gist

0.10.0

24 Jan 11:55
a9c19bf

Choose a tag to compare

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

0.9.1

15 Aug 10:03
34ffc80

Choose a tag to compare

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

0.9.0

13 Aug 23:32
6b54817

Choose a tag to compare

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

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

0.8.1

01 Oct 11:42
809c434

Choose a tag to compare

  • Fixes the settings will be loaded incorrectly.

0.8.0

01 Oct 02:58
1830a4e

Choose a tag to compare

  • 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

10 Jun 22:33
deafd6f

Choose a tag to compare

  • 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

07 Jun 11:21
998eb7b

Choose a tag to compare

  • Move container style to styles.css.

0.5.0

04 Jun 12:31
60fe55e

Choose a tag to compare

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

0.4.0

02 Jun 10:52
e296cb2

Choose a tag to compare

  • Allow rendering a gist with full URL

0.3.0

30 May 11:25
957e415

Choose a tag to compare

  • Allow rendering multiple Gists in the fenced code.