Open
Description
I’m trying to implement a custom Explorer that only displays content from a specific subfolder (content/writings/
), but I’m hitting a limitation.
Current Folder Structure
content/
├── tech/
├── writings/
│ └── journals/
│ └── journal.md
I’d like to add a separate Explorer panel like:
📁 Writings (Explorer title)
└── journals/
└── journal.md
- Only show files/folders under
content/writings/
- Treat
content/writings/
as the "root" for this custom Explorer - Ideally support multiple Explorer components with *separate root paths
Metadata
Metadata
Assignees
Labels
No labels