1
0
mirror of https://github.com/marty-oehme/scripts.git synced 2024-06-18 14:24:56 +00:00
qownnotes-scripts/image-preview/info.json
Sander Boom b149834b79 Add image-preview script.
This script does two things:
1) Display the image with an user defined width;
2) Wrap the image in an anchor tag that links to the full size image.
TODO: do not resize the image when it does not have a width attribute
AND is smaller than the maxWidth.
2017-12-10 01:19:15 +01:00

10 lines
347 B
JSON

{
"name": "Image preview",
"identifier": "image-preview",
"script": "image-preview.qml",
"version": "1.0.0",
"minAppVersion": "17.11.6",
"authors": ["@sanderboom"],
"description" : "This script does two things: 1) Display the image with an user defined width; 2) Wrap the image in an anchor tag that links to the full size image."
}