mirror of
https://github.com/jackyzha0/quartz.git
synced 2026-03-22 05:55:42 -05:00
22 lines
823 B
Markdown
22 lines
823 B
Markdown
---
|
|
title: Canvas Support
|
|
tags:
|
|
- component
|
|
---
|
|
|
|
Quartz supports rendering [JSON Canvas](https://jsoncanvas.org) (`.canvas`) files as interactive, pannable and zoomable canvas pages. This brings your Obsidian canvas files to the web, preserving text nodes, file references, link nodes, group nodes, and edges with full visual fidelity.
|
|
|
|
> [!note]
|
|
> For information on how to add, remove or configure plugins, see the [[configuration#Plugins|Configuration]] page.
|
|
|
|
Canvas support is provided by the [[CanvasPage]] plugin. See the plugin page for configuration options and a full list of supported features.
|
|
|
|
## Demo
|
|
|
|
![[CanvasPage.canvas]]
|
|
|
|
## Customization
|
|
|
|
- Install: `npx quartz plugin add github:quartz-community/canvas-page`
|
|
- Source: [`quartz-community/canvas-page`](https://github.com/quartz-community/canvas-page)
|