1
0
Fork 0
mirror of https://github.com/marty-oehme/scripts.git synced 2025-12-10 05:52:46 +00:00

added external-note-diff script

This commit is contained in:
Patrizio Bekerle 2017-07-28 10:12:19 +02:00
parent ba0b27fbcc
commit c14289d57b
No known key found for this signature in database
GPG key ID: 2E9FFD770DABE838
2 changed files with 53 additions and 0 deletions

View file

@ -0,0 +1,9 @@
{
"name": "External note diff",
"identifier": "external-note-diff",
"script": "external-note-diff.qml",
"version": "0.0.1",
"minAppVersion": "17.07.8",
"authors": ["@pbek"],
"description" : "This script adds a menu entry to the context menu of the note list to diff selected notes in an external diff program. The path of the diff program can be selected in the script settings of the script."
}