Advertisement
smeech

Rich text images

Mar 18th, 2024 (edited)
34
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
YAML 0.30 KB | Software | 0 0
  1. # Espanso Html and Markdown examples, including the injection of images:
  2.  
  3.   - trigger: image2
  4.     html: |
  5.      some text
  6.       <img src="file:///path/to/image.png">
  7.       some more text
  8.  
  9.   - trigger: :image1
  10.     markdown: |
  11.      some text
  12.       ![](file:///path/to/image.png)
  13.       some more text
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement