File Manager Quick Start¶
When to use this page¶
Use this guide when you need to:
- get up and running with the File Manager in a few minutes,
- perform the most common file operations quickly,
- find the right keyboard shortcuts without reading the full reference.
Access the File Manager¶
- Log in to the SkyCMS editor.
- Click Files in the editor toolbar.
- The File Manager opens at the
/pubdirectory.
Upload files¶
Drag and drop:
- Open your computer's file explorer alongside the browser.
- Drag one or more files into the upload zone.
- Watch the progress bar — files upload automatically.
Browse and select:
- Click inside the upload zone.
- Select files in the system dialog.
- Click Open.
Create a folder¶
- Find the new folder name field next to the breadcrumb.
- Enter a name (use hyphens, not spaces).
- Click Create.
Edit a code file¶
- Find the file in the list.
- Click the Monaco editor icon (code brackets) next to it.
- Make your edits.
- Press Ctrl+S (or Cmd+S on Mac) to save.
See Code Editor for the full feature guide.
Edit an image¶
- Find the image in the list.
- Click the Filerobot icon next to it.
- Crop, adjust, annotate, or resize as needed.
- Click Save — the original is replaced.
See Image Editing for the full feature guide.
Copy a file URL¶
- Find the file in the list.
- Click the clipboard icon next to it.
- The URL is copied to your clipboard — paste it anywhere.
Delete files¶
- Check the box next to each file to delete.
- Click Delete.
- Confirm in the dialog.
Deletion is permanent — verify your selection first.
Move or copy files¶
- Check the boxes next to the files to move or copy.
- Click Copy/Move.
- Navigate to the destination folder.
- Click Move to here or Copy to here.
Common task tips¶
- Organise by content type — create folders like
images/,scripts/,styles/. - Thumbnail view — click Show image thumbnails to see image previews as cards.
- Review selection — click Show Selected to audit items before bulk operations.
- Save early, save often — use Ctrl+S frequently when editing code files.
Keyboard shortcuts¶
| Shortcut | Action |
|---|---|
| Ctrl+S / Cmd+S | Save in code editor |
| Ctrl+F / Cmd+F | Find in code editor |
| Ctrl+H / Cmd+H | Find and replace |
| Ctrl+Z / Cmd+Z | Undo |
| Ctrl+Y / Cmd+Y | Redo |
| Ctrl+/ / Cmd+/ | Toggle comment |