Don't use `org-link-beautify-thumbnailer` to avoid Emacs high memory
[org-link-beautify.git] / test / test.org
blob16d08e17dbad7dc79ed15fe51b50f3f574a23014
1 * warning colorize link if file: target file does not exist
3 [[file:does-not-exist-file.org]]
5 * display icon for link type
7 [[file:test.org]]
9 * image file link inline preview
11 [[file:screenshot.png]]
13 * PDF file preview
15 [[file:README.pdf]]
17 [[pdfview:README.pdf]]
19 [[docview:README.pdf]]
21 [[eaf:pdfviewer::README.pdf]]
23 * PDF file preview (support PDF page number)
25 [[file:README.pdf::3]]
27 * video file thumbnail
29 [[file:Japanese Spring Cloth Beauty.mp4]]
31 * audio file waveform
33 [[file:第1集 你才是作弊吧.mp3]]
35 * keymap on link
37 ** [RET] key to open link
39 [[file:README.pdf]]
41 * text file preview
43 [[file:test.org]]
45 * archive file listing inside files
47 #+begin_src shell :results file link :file "archive.zip"
48 zip -r archive.zip test.org README.pdf
49 #+end_src
51 #+RESULTS[(2022-06-05 11:09:27) 5afa65069b8e7e98d2d5ee449a99b5bfbec9c32f]:
52 [[file:archive.zip]]