dpradov / keynote-nf

Tabbed notebook with RichText editor, multi-level notes and strong encryption.
Mozilla Public License 2.0
241 stars 56 forks source link

Cut Subtree copies instead #690

Closed Stefanoko closed 1 month ago

Stefanoko commented 1 month ago

Expected behavior: The source node (plus children) gets deleted automatically after I transfer a subtree via "Cut Subtree" to another folder (paste subtree here). However, it seems to do the same thing as "Copy Subtree".

Moving the same node to another folder via drag+drop works fine. Thanks for removing the unnecessary deletion dialog. And above all, thanks a ton for keeping internal links intact upon moving. This is AWESOME. The new GID handling really rocks.

dpradov commented 1 month ago

Wow, it's true. It seems I missed trying it properly. But note that you can use Ctrl+X and then Ctrl+V and it does move the subtree (apart from using drag and drop, which is also possible, as you have indicated)

Stefanoko commented 1 month ago

you can use Ctrl+X and then Ctrl+V and it does move the subtree (apart from using drag and drop

Yep, no problem, drag and drop has always been my preferred way of doing it. Just wanted to point it out, so you can correct it in a future update, no hurry, no worries.