- Fixes the gist style will be blocked by CSP.
- Fixed CORS issues (#9).
- Fixes gist won't render when the username contains character
-
. (Fixes #7).
- Set the minimum required Obsidian version to
0.15.0
.
- Fixes the settings will be loaded incorrectly.
- Allow to override the Gist's default stylesheet. (Fixes #2)
- Fixes the link in the gist view will be opened in the iFrame.
- Use the
postMessage
mechanism to set the iFrame's height, which should be much secure.
- Move container style to
styles.css
.
- Fixes the async chain.
- Embed every gist into a iFrame so it will prevent DOM injection.
- Allow to render a gist with full URL.
- Allow to render multiple gists in the fenced code.
- Remove unused boilerplate from the template.
Initial release.