rxliuli/joplin-vscode-plugin

Feature Request: Allow for Moving Notes in the All Notes View

zersiax opened this issue · 5 comments

The integration with Visual Studio Code has a lot to advantages for me as a blind developer and it makes the app quite a bit nicer to work with.
It would be even better if I was able to move notes around in the treeview of all notes, CherryTree style, e.g. move notes between various levels/folders/notebooks with the keyboard.
It would be awesome if that can be looked into.

At present, moving is not a big trouble, because in fact I can't realize dragging and moving, but maybe it can support right-click and keyboard forms. . .

Reference limit: https://rxliuli.com/joplin-vscode-plugin/#/_navbar/get-started/limitations

Right. I was mostly thinking, say, ctrl+x and ctrl+v or so to cut and paste a note from one place in the hierarchy to another, or using a command pallet command to essentially select a new location for the selected note. Either of those would already help immensely.

I'm looking for a better way to implement interaction. Can you check the voting here?
https://discourse.joplinapp.org/t/which-of-the-following-two-types-of-ux-do-you-think-is-better/17379

This is great, thanks. It only seems to work when I use the right-click menu, though.
If I try ctrl+x and ctrl+v, which should be the keybindings, I only get a message that " contributed command joplin.paste failed". Not sure if I can get more verbose logging for debugging purposes?