Web App
Workspaces

Workspaces

A workspace is a top-level container for your documents and folders. If you only have one workspace, you can mostly ignore this concept.

When workspaces matter

  • You separate personal vs. team/company writing
  • You have multiple projects with different sharing settings
  • You use the CLI and need a stable workspace ID

Switching workspaces

In the web app, switch workspaces from the workspace selector (usually in the left sidebar / dashboard).

In the CLI, you can list and switch like this:

mdedit workspace list
mdedit config use-workspace <workspaceId>

Tips

  • Keep exports/share links organized by working within the right workspace first.
  • If a command “can’t find” a folder/document, double-check the active workspace.

Related