Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Images not working on MacOS #1942

Open
LosWochos76 opened this issue Apr 9, 2024 · 3 comments
Open

Images not working on MacOS #1942

LosWochos76 opened this issue Apr 9, 2024 · 3 comments
Labels
bug Something isn't working MacOS Related to the MacOS operating system

Comments

@LosWochos76
Copy link

LosWochos76 commented Apr 9, 2024

Description

I am trying to create an email signature as an espanso-snippet on my Mac M3 running MacOS 14.3.1. This signature should also contain the logo of my employer:

- trigger: ":signature"
    html: |
      <img src="file:///absulte-path/file.png" />

But no matter what I try, no image is inserted. Neither in Mail, Word or LibreOffice. I have already tried a data URI as described in #676. I had no success with that either. I have also tried the following:

- trigger: ":signature"
    html: |
      <div style="width:50px; height:50px; border:1px solid red;" />

This div is also never displayed in any app. Is there any way to solve this?

Your environment

  • Operating system and version: MacOS 14.3.1 on M3
  • Espanso version: 2.2.1
@LosWochos76 LosWochos76 added the bug Something isn't working label Apr 9, 2024
@joh6nn
Copy link
Collaborator

joh6nn commented Apr 9, 2024

Sorry, your description says this is for MacOS, but your environment info at the bottom says Ubuntu, and also lists an older Espanso build (current is 2.2.1)

Could you confirm your environment info for the affected system, and if you are indeed running Espanso 2.1.4, could you try upgrading to 2.2.1?

@LosWochos76
Copy link
Author

LosWochos76 commented Apr 9, 2024

I have updated the bug-description. Sorry for the confusion. I am using MacOS 14.3.1 and the newest Espanso-build.

@smeech
Copy link
Collaborator

smeech commented Apr 9, 2024

For information, this Issue is the outcome of our Reddit exchange.

@AucaCoyan AucaCoyan added the MacOS Related to the MacOS operating system label Apr 14, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working MacOS Related to the MacOS operating system
Projects
None yet
Development

No branches or pull requests

4 participants