Skip to main content

Explorer

The explorer is the main page of your project. From there you can navigate through your project's resources, access, create and manage them.

The resource top bar is composed of:

  • The search bar which applies to the current directory and its subdirectories.
  • A switch to toggle Favorites and show only starred resources.
  • A switch to toggle between the List and Grid view.
  • An indicator of the current storage usage.
  • The + button to create a resource.

The resource table contains the properties for each resource. The columns can be hidden or shown by clicking the ⚙️ icon.

Add resources

In MINEO you can either create a new resource or add them from your computer.

tip

You can drag and drop files to import them on your file system explorer.

To create a resource on your current directory click the + button and select an option:

Actions

You can perform several actions on any resource via the Actions column (or right-click context menu).

Common actions

Available for every resource type:

ActionDescription
RenameRename the resource (must be unique within the current directory).
MoveMove it to another directory.
CloneDuplicate it in the same directory.
ExportDownload the resource with its original extension.
DeleteDelete the resource.
PropertiesOpen properties and permissions.
Upload logoSet a custom logo (visible in grid view).

Resource-specific actions

Some resource types have additional actions:

ResourceActionDescription
FolderDownload as ZipDownload the entire folder as a .zip file.
FolderOpen with Dev EnvironmentOpen the folder as the working directory in a running dev environment.
NotebookExecuteRun the notebook.
NotebookOpen without resourcesOpen without applying the project's or notebook's resources.
FileEditEdit in the built-in editor (.py, .txt, etc.).
FileOpen with Dev EnvironmentOpen the file in a running dev environment for editing.
File (.html/.htm)Open in BrowserOpen the file in a new browser tab, rendering it as a web page.
LinkEditChange the URL or open-in-new-tab setting.
Git repositoryUpdatePull latest code from the remote repository.