mirror of
https://github.com/marty-oehme/scripts.git
synced 2024-11-14 13:58:07 +00:00
10 lines
514 B
JSON
10 lines
514 B
JSON
{
|
|
"name": "Scribble",
|
|
"identifier": "scribble",
|
|
"script": "scribble.qml",
|
|
"resources": ["scribble.png"],
|
|
"version": "0.2",
|
|
"minAppVersion": "18.03.2",
|
|
"authors": ["@pbek"],
|
|
"description" : "This script adds a menu entry to the context menu of the note edit to <strong>insert a scribble image</strong> to the media-folder, that will be <strong>edited by an external image editor</strong>. The paths of the image editor and the template image can be selected in the script settings of the script."
|
|
}
|