Documents Side Panel

silo.docs-panel

Browse and preview markdown documentation from configurable folder roots.

docsside-panel

Documents Side Panel

A Silo extension that adds a dedicated side panel for browsing and reading markdown documentation โ€” rendered, not raw.

Docs panel showing a markdown file tree alongside a rendered preview

What you get

  • Markdown-only tree โ€” the DOCS panel shows only .md and .mdx files, keeping docs separate from source code
  • Rendered preview on click โ€” files open directly in preview mode, no extra steps
  • Multiple folder roots โ€” add folders from anywhere on disk, not just inside the workspace
  • Per-workspace state โ€” configured roots and tree collapse state are stored per workspace and swap automatically when you switch
  • Live file watching โ€” the tree updates automatically when files are added, removed, or renamed

Installing

From a GitHub Release

  1. Go to Releases.
  2. Right-click the .tgz asset โ†’ Copy link address.
  3. In Silo: Settings โ†’ Extensions, paste the URL and click Install.

From source

git clone https://github.com/silo-code/silo-extensions
cd silo-extensions/docs-panel
npm install
npm run build

Then in Silo: Settings โ†’ Extensions โ†’ Install from folder, point at this directory.

Usage

The Docs panel appears in the right-side panel strip alongside GIT, SEARCH, and SYSTEM.

  • Add a folder root โ€” hover over any root section header and click + to open the native folder picker
  • Navigate โ€” click files to open them in preview; use โ†‘ / โ†“ to move between rows and โ† / โ†’ to collapse or expand folders
  • Remove a root โ€” hover the root header and click ร— (only affects the current workspace)

Building

npm install
npm run build        # one-shot
npm run build:watch  # watch mode

Versions

VersionPublishedPermissionsBuildsha256
v0.1.5 2026-07-08 fs:read โ€” 091048b3da4dโ€ฆ
v0.1.4 2026-07-06 fs:read โ€” d522c7855d69โ€ฆ
v0.1.3 2026-07-02 fs:read โ€” 13b7f9607fb2โ€ฆ
v0.1.2 2026-06-28 fs:read โ€” ddc555dbbc39โ€ฆ
v0.1.1 2026-06-19 fs:read โ€” ee3635d286fdโ€ฆ