obsidian.nvim
obsidian.nvim copied to clipboard
Note move command
🚀 The feature, motivation and pitch
Can you add a command to move the current note to a folder in the current workspace or another workspace?
Alternatives
No response
Additional context
No response
Hey @mdSlash, :ObsidianRename allows you to move a note to new folder in the same workspace. But currently we don't have a command to move notes between workspaces.
Sorry, my description wasn't clear. Let's try again.
Adding a command to let users move a note to another directory in the current workspace, showing the subdirectory paths using Telescope plugin - just like Obsidian's Move current file to another folder command.
@mdSlash ah I see. That would be nice to have.
Hello! I have this functionality in my "alternative" toy-plugin. Maybe the implementation might come in handy.
I can only agree; when using :ObsidianRename I don't get any help on understanding what folders there are in my vault. This gets more complex as you might want to move into sub-folders.
One idea could be to leverage cmp-path completion: https://github.com/hrsh7th/cmp-path Then you would get visual feedback as you type in the input field. Here I have it enabled for my noice command line: