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

Added new merge notes script

This commit is contained in:
Maboroshy 2017-08-17 22:29:11 +04:00 committed by GitHub
parent d899cfb9f3
commit b79ef981c8
3 changed files with 128 additions and 0 deletions

11
merge-notes/info.json Normal file
View file

@ -0,0 +1,11 @@
{
"name": "Merge selected notes",
"identifier": "merge-notes",
"script": "merge-notes.qml",
"resources": ["merge.py"],
"authors": ["@Maboroshy"],
"platforms": ["linux", "macos", "windows"],
"version": "0.0.1",
"minAppVersion": "18.08.5",
"description" : "This script adds a toolbar button and a note list context menu item to merge multiple selected notes. Notes are merged to the first selected note or to a new note, depending on setting. Notes are merged in the order they were selected.\n\n<b>Dependencies:</b>\n<a href=\"https://www.python.org/downloads/\">Python 3.3+ Interpreter</a>.\n\nThis script should be used with \"Allow note file name to be different from headline\" and \"Accept all external modification of current note\" options on."
}