When I use the MarkMind: Copy node command (via Command Palette) and then MarkMind: Paste node, it only copies and pastes the selected node itself.
All its child nodes (subtree/branch) are not copied. They remain only at the original location.
This makes the Copy/Paste feature almost unusable for moving or duplicating a whole branch.
Expected behavior
Copy node should copy the selected node together with all its descendants (entire subtree).
Paste node should then insert the full branch under the target node.
- Ideally, there should also be a Cut node command (Copy + Delete original) that works on the whole subtree.
This would allow users to quickly reorganize mind maps using only keyboard (hotkeys), without having to rely on drag & drop with the mouse every time.
Steps to reproduce
- Create a node with several levels of child nodes.
- Select the parent node.
- Open Command Palette (
Ctrl/Cmd + P) → "MarkMind: Copy node".
- Select another node as parent.
- Open Command Palette → "MarkMind: Paste node".
- Only the single node appears; all children are missing.
Workaround (current)
Only drag & drop the node with mouse works correctly for moving the whole branch.
Copy + Paste via commands does not.
Suggestion
Please expose a proper Copy Subtree / Cut Subtree (i love Cu Subtree) command that includes children nodes, and make them available for hotkey assignment in Obsidian Settings → Hotkeys.
This would greatly improve workflow speed and keyboard-driven usage.
Thank you for developing this powerful mind mapping plugin!
When I use the MarkMind: Copy node command (via Command Palette) and then MarkMind: Paste node, it only copies and pastes the selected node itself.
All its child nodes (subtree/branch) are not copied. They remain only at the original location.
This makes the Copy/Paste feature almost unusable for moving or duplicating a whole branch.
Expected behavior
Copy nodeshould copy the selected node together with all its descendants (entire subtree).Paste nodeshould then insert the full branch under the target node.This would allow users to quickly reorganize mind maps using only keyboard (hotkeys), without having to rely on drag & drop with the mouse every time.
Steps to reproduce
Ctrl/Cmd + P) → "MarkMind: Copy node".Workaround (current)
Only drag & drop the node with mouse works correctly for moving the whole branch.
Copy + Paste via commands does not.
Suggestion
Please expose a proper
Copy Subtree/Cut Subtree(i love Cu Subtree) command that includes children nodes, and make them available for hotkey assignment in Obsidian Settings → Hotkeys.This would greatly improve workflow speed and keyboard-driven usage.
Thank you for developing this powerful mind mapping plugin!