shg / org-inline-pdf.el

Inline PDF previewing for Org
GNU General Public License v3.0
48 stars 8 forks source link

Add cache for produced preview images #7

Closed ilupin closed 1 year ago

ilupin commented 1 year ago

Hi, I would like to avoid generating the same image each time the pdf is previewed. The conversion costs some time when I open org files containing many pdfs. This patch adds cache for preview images, and the conversion only occurs when there is no cache or the cache is outdated.

shg commented 1 year ago

Thank you for submitting the pull request! I appreciate your contribution. The code looks straight-forward and well-structured. Let me check how it works in my environment.

shg commented 1 year ago

@ilupin Thank you. Merged the PR. It works perfectly. I confirmed that the time to reopen the same file is significantly reduced.