mirror of
https://github.com/marty-oehme/scripts.git
synced 2024-11-18 07:48:07 +00:00
9 lines
343 B
JSON
9 lines
343 B
JSON
{
|
|
"name": "Disable read-only mode",
|
|
"identifier": "disable-readonly-mode",
|
|
"script": "disable-readonly-mode.qml",
|
|
"authors": ["@pbek"],
|
|
"version": "1.0.0",
|
|
"minAppVersion": "18.08.1",
|
|
"description" : "This script will disable the read-only mode if a note is double clicked. The note text edit will also be focused afterwards."
|
|
}
|