Right click on a note to duplicate it. Then QOwnNotes would create a copy of that note in the same folder.
The use case would be for me to create note templates and then be able to duplicate them whenever I want to create a note with that template.
No option to duplicate the note.
You could easily do that with the scripting engine in a custom action by
see: https://docs.qownnotes.org/en/develop/scripting/README.html
Are you up to the challenge? :muscle:
It's actually even easier:
You can also do it by just doing Ctrl+C and Ctrl+V the note :rofl:
I realize that all three of these options are ways to do this, but they would require more steps than just right clicking on a note to duplicate it.
No, you can create a custom action that can have a menu entry in the note list context menu.
@timunrau Added a simple script for creating a duplicate note. It adds a 'Duplicate selected note' entry in the context menu.
The script is called 'Duplicate note'.
Thank you, @fnkabit! I will close this issue until there is more information.
@timunrau Added a simple script for creating a duplicate note. It adds a 'Duplicate selected note' entry in the context menu.
The script is called 'Duplicate note'.
Thanks @fnkabit, this works great.
@timunrau That's great, thank you for testing it !
Most helpful comment
@timunrau Added a simple script for creating a duplicate note. It adds a 'Duplicate selected note' entry in the context menu.
The script is called 'Duplicate note'.