Context
The Telescope integration currently exposes toggles for image, video, archive, sqlite, font, cert, key, binary, markdown, and model previews. Glimpse also supports PlantUML and Mermaid, but these pipeline-based kinds are not configurable or rendered through Telescope today.
Goal
Extend the Telescope integration to support:
Completed
Notes
Markdown uses the text preview path through preview_data.
Model previews use the shared pipeline previewer with an explicit Telescope preview buffer/window target.
PlantUML and Mermaid use pipeline-based previewers, so Telescope still needs shared async/render support for those kinds without duplicating pipeline logic or rendering stale results.
Tasks
Context
The Telescope integration currently exposes toggles for image, video, archive, sqlite, font, cert, key, binary, markdown, and model previews. Glimpse also supports PlantUML and Mermaid, but these pipeline-based kinds are not configurable or rendered through Telescope today.
Goal
Extend the Telescope integration to support:
Completed
Notes
Markdown uses the text preview path through
preview_data.Model previews use the shared pipeline previewer with an explicit Telescope preview buffer/window target.
PlantUML and Mermaid use pipeline-based previewers, so Telescope still needs shared async/render support for those kinds without duplicating pipeline logic or rendering stale results.
Tasks