- Files List
- File Edit Mode
- Create File
- Create Folder
- Upload Files
- Go level up
- Go level down (Open folder)
- Open File Edit Mode
- Sidebar
- Contextual menu
Files List
This tab is always present and cannot be closed, as it is the starting point of the Files Manager feature. Here, you can view all files and folders inside the WordPress root directory.
From here, you can open files and folders, create files and folders, and upload ZIP files.
Create File and Folder
Once you press one of those two buttons, you will be prompted with a modal to enter a name.
Upload zip
Will open a modal where you can drag and drop a ZIP file.
File Edit Mode
Once you click on the file, it will open in a new tab. The editor is a full-featured Monaco Editor, similar to the one used for Scripts Organizer and Winden. With the Monaco Editor, you will get a Visual Studio experience.
- If you need more space you can open editor in full screen as well.
- In the middle of the top tab you can see location and file name
- And on the right you have save update.
We also have shortcut for save CTRL (Command) + S
Sidebar
This feature will help you navigate quickly through deeper levels of the file structure. If you have more than one tab open and the files tab is not active, once you click on the Sidebar, the “Files” tab will automatically become active.
Contextual menu
Pressing the right click will get you app experience where you can get extra features.
- Cut
- Copy
- Paste
- ————
- Rename
- ————
- Compress
- Uncompress
- Download
- ————
- Delete
At this point, we are not checking whether you click on a .ZIP archive or not, and we are displaying “Uncompress” anyway.
This issue should be resolved in future releases.