mirror of
https://github.com/marty-oehme/scripts.git
synced 2024-11-14 13:58:07 +00:00
10 lines
403 B
JSON
10 lines
403 B
JSON
{
|
|
"name": "External note open",
|
|
"identifier": "external-note-open",
|
|
"script": "external-note-open.qml",
|
|
"authors": ["@pbek"],
|
|
"platforms": ["linux", "macos", "windows"],
|
|
"version": "1.0.0",
|
|
"minAppVersion": "18.05.4",
|
|
"description" : "This script allows you to configure an external editor (or an other application) that should open a note when it is double clicked in the note list."
|
|
}
|