For the complete documentation index, see llms.txt. This page is also available as Markdown.

The file tree

Navigate, create, rename, move, and organize the files in your project from the left sidebar.

The file tree in the left sidebar is where you do everything file-related in a project: open, create, rename, move, and delete.

Working with files

1

Create

Create a new file or folder with Add file, New File, or New Folder.

2

Open or act on a file

Click a file to open it. Right-click for more options: Open in Editor, Open Preview, Rename, Duplicate, Download, or Extract Here for a .zip.

3

Reorganize

Drag files and folders to reorganize, or use copy/cut/paste.

4

Batch actions

Select multiple items for batch actions like delete, move, or Download as ZIP.

Useful shortcuts: F2 renames, Cmd/Ctrl+Backspace deletes, Cmd/Ctrl+C/X/V copy, cut, and paste.

Organizing a large project

Once a project outgrows a flat list of files, group them into folders by purpose, for example docs/, notebooks/, data/, and figures/. Keep naming consistent so files stay easy to find in search.

Renaming or moving a file only updates the file tree. It doesn't rewrite paths that other documents use to reference it. Update any \includegraphics, Markdown image links, or similar references yourself afterward.

Things to know

  • Deleting a file is immediate. There's no recycle bin.

  • In a shared project, viewers can't rename, move, or delete files.

  • Clicking a .pdf opens or downloads it using your browser's own PDF handling, not inside the editor.

Troubleshooting

You can't rename or delete a file

Check whether the project is shared and your role is view-only.

A paste or download fails

Retry. If it keeps failing, you may be near a storage limit.

A .zip won't extract

Confirm the archive isn't corrupted and try again.

Next steps

Last updated

Was this helpful?