Use case or problem
When I select multiple files in the file browser side bar and then right click, I am presented with a menu of operations – that all only operate on the first file in my selection.
I’d like for the operations that are presented in the menu to apply to all of the files that I have selected (not just the first file)
Proposed solution
When multiple files are selected in the sidebar, and a user right clicks on them, only present a menu of operations that would operate on all of the files. Add support for the current ‘single file operations’ that exist:
- Rename: maybe there is no ‘multiple’ operation for this one, in which case don’t show it in the menu
- Delete: confirm deleting all the files that are selected.
- Open in new page: open all the selected files in new panes.
- Move file to: “Move files to”…move all the files to whatever folder the user selects (this is the one I personally care about the most).
- Open in default app: open all the selected files in their default app.
- Show in system explorer: show all selected files in the system explorer.
- View Sync version history: don’t show?
- Merge entire file with…: “Merge files with…” - merge all of the selected files into the selected note.
- Make a copy: Make a copy of each selected file.
Current workaround (optional)
Currently I can drag the files to a visible folder in the sidebar - for all other operatons there is no ‘multi file’ workaround that I know of, but one could perform the operation for each file individually.
Related feature requests (optional)