Skip to content

Releases: FHachez/obsidian-convert-url-to-iframe

0.5.0

07 May 11:36
Compare
Choose a tag to compare
release 0.5.0

Contextual Menu + OEmbed

20 Dec 22:33
6f003ee
Compare
Choose a tag to compare

demo-url-to-preview-0 4 0

  • Instead of doing a custom mapping to embed for YouTube, we now rely on the OEmbed standard. Thanks to https://www.npmjs.com/package/oembed-parser
    • This allows to preserve the timestamp on Youtube and to get default size for many websites.
  • Add contextual menu (right click on a link) contextual menu

V0.3.0 Simplify Output for Latest Obsidian

20 Dec 09:11
f4cb2f0
Compare
Choose a tag to compare
  • Simplify the output when using a recent Obsidian download, by leveraging aspect-ratio css.

To get the best results, you may need to redownload Obsidian to get the latest Electron. The extension will show a message if that's the case.

V0.2.0 Revamped UI

18 Jul 13:24
22d065c
Compare
Choose a tag to compare
  • Update: the keybinding from Mode + Shift + I to Alt + I (Issue 4)
  • Only output the app name in the console (Issue 3)
  • Add aspect Ratio (defaults to 16:9 aspect ratio). (Kankaristo).
  • Make sure the iframe can work without the CSS class. (Kankaristo)
  • Fix the bad resizing when using Sliding Panes Plugin (Issue 1) (Kankaristo)
  • Better user messages and README.md (Kankaristo)
  • Preserve Youtube's timestamp Issue 14
  • Allow fullscreen iframes Issue 8

V0.1: First version!

07 Nov 22:08
Compare
Choose a tag to compare
0.1.0

add example