feat(file-ops): add create, rename, and delete for files and folders #3
Loading…
Reference in a new issue
No description provided.
Delete branch "dev-bot/notebook:feat/file-operations"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Adds full file management operations to the sidebar:
.mdwindow.confirm()confirmationUX
+(folder rows) and…(context menu) buttons+button also appears next to the folder name in the sidebar header for root-level creationImplementation
repo-browser.ts:createFile,createDirectory,renameFile,renameDirectory,deleteFile,deleteDirectory