Canvas Commands
DataGlass adds commands for working with canvas nodes and data flow.
Available Commands
Open Command Palette (Cmd+P / Ctrl+P) and search for these commands.
Create DataGlass Chart File
Creates a new markdown file containing a chart configuration.
- Run "Create DataGlass Chart File"
- Configure chart type and data source
- File saves to
/chartsfolder
Use this for charts you want to reuse across canvases.
Create DataGlass Node in Canvas
Adds a query or chart node directly to the active canvas.
- Open a canvas file
- Run "Create DataGlass Node in Canvas"
- Choose node type (query or chart)
- Configure the node
- Node appears at canvas center
Convert Canvas Node to DataGlass
Converts an existing canvas text node into a DataGlass node.
- Open a canvas file
- Run "Convert Canvas Node to DataGlass"
- Select which node to convert
- Choose node type and configuration
- Node gains
dgExtensionproperty
Migrate Canvas to Native Format
Converts legacy DataGlass canvas format to native file nodes.
- Run "Migrate Canvas to Native Format"
- Select a canvas file
- Migration creates chart markdown files
- Canvas updates to use file nodes
Use this when upgrading from older DataGlass versions.
Toggle Pipeline Inspector
Opens or closes the Pipeline Inspector sidebar panel.
The inspector shows:
- Data flow between nodes
- Column validation status
- Connection warnings
Command Availability
Some commands only appear when conditions match:
| Command | Requires |
|---|---|
| Create DataGlass Node | Active canvas file |
| Convert Canvas Node | Active canvas file |
| Toggle Pipeline Inspector | Canvas with DataGlass nodes |
Keyboard Shortcuts
Assign shortcuts in Settings > Hotkeys. Search for "DataGlass" to find all commands.