The file explorer renders the vault as a tree of folders and files in the primary left sidebar. It is the default way users navigate a vault.Documentation Index
Fetch the complete documentation index at: https://aidocs.zorid.app/llms.txt
Use this file to discover all available pages before exploring further.
v0 scope
- Tree view of folders and Markdown files.
- Open file in active pane (single click) and new tab (modifier-click).
- Create / rename / delete / move via context menu (delegates to
vaultPlatform API). - Drag-and-drop reorder and move.
- Reveal active file.
- Filtering: hide dotfiles and
.zorid/internals by default; toggle to show.
Platform APIs used
vault.*for file system operations and watching.workspace.openFile,workspace.openViewfor navigation.events.on('vault:changed')to refresh the tree.
Activation
Lazy-loaded when the file explorer view is opened, or when its commands are invoked from the command palette. Bundled visibility (sidebar slot reservation) is done by the desktop / mobile shell.Source
Full file-explorer plan on GitHub.