"description":"This script adds a menu entry to the context menu of the note edit to insert a scribble image to the media-folder, that will be edited by an external image manipulation application. The paths of the image manipulation application and the template image can be selected in the script settings of the script."
"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."
"name":"Path of external image manipulation application",
"name":"Path of external image editor",
"description":"Please select the path of the executable:",
"type":"file",
"default":"gimp",
@ -27,6 +30,14 @@ Script {
"description":"Please select the path of the template image:",
"type":"file",
"default":scriptDirPath+"/scribble.png",
},
{
"identifier":"executeInBackground",
"name":"Execute image editor in background",
"description":"If the image editor is executed in the background you will be able to work with QOwnNotes while you are editing the scribble, but the note preview will not be refreshed automatically after you close the image editor.",