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

2024-10-03 Thread Ihor Radchenko
Karthik Chikmagalur writes: >> We need to do something about the logic determining whether any previews >> are displayed or not. The current check that preview overlays are >> present in requested region is no longer accurate as they may still be >> queued and not yet visible to the user, creatin

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

2024-09-22 Thread Karthik Chikmagalur
Latest version attached. >> If you think it's a good idea, I can add pending previews to the queue >> in a LIFO fashion instead, so that if you call `org-link-preview' in two >> different sections before the first one is done previewing, the later >> one is processed first. > > Yes, it would make