jaspervdj / patat

Terminal-based presentations using Pandoc
GNU General Public License v2.0
2.37k stars 60 forks source link

Iterm2 + Tmux - No Image Rendered #125

Open antross-brex opened 1 year ago

antross-brex commented 1 year ago

I saw the comment that w3m and tmux aren't playing nice but I'm unable to load any images in tmux + Iterm2 (works fine without tmux).

To reproduce:

---
title: Title
author: Anthony Ross
patat:
  images:
    backend: iterm2
...

# Image?

![](./image.jpg)

If this is expected I'm happy to update the docs.

jaspervdj commented 9 months ago

It seems that this is expected, and the Iterm2 author doesn't have much hope for this working unfortunately: https://gitlab.com/gnachman/iterm2/-/issues/6799

Are you still willing to update the docs for this @antross-brex?