emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [PATCH v1] Inline image display as part of a new org-link-preview sy


From: Karthik Chikmagalur
Subject: Re: [PATCH v1] Inline image display as part of a new org-link-preview system
Date: Fri, 23 Aug 2024 18:00:54 -0700

> I'll send a short example of using org-link-preview to asynchronously
> preview youtube links as thumbnails soon.

Here is a prototype of asynchronous org-link-preview of Youtube links in
Org mode: https://share.karthinks.com/ol-preview-web.el

Essentially I defined an async fetcher `ol-preview-web-link', and
registered it as a previewer for https links:

(org-link-set-parameters "https" :preview #'ol-preview-web-link)

Here's a demo of this in action, previewing image files and links
together with M-x org-link-preview:
https://share.karthinks.com/org-link-preview-demo.mp4

Karthik



reply via email to

[Prev in Thread] Current Thread [Next in Thread]