dlm-vsc Public
Go to file
T
Code
Use Git or checkout with SVN using the web URL.
No matching headings.
dlm-vsc
VSCode extension for .dlm document authoring.
Features
- Syntax highlighting for
.dlmfiles (YAML frontmatter + markdown body + section fences) - Completions for base models, adapter types, quantization levels, and section fences
- Hover info showing base model specs and section metadata
- Diagnostics for schema errors, unknown base models, and doctor warnings
- Side panel with:
- Quick-insert palette for instruction, preference, image, and audio sections
- Source directory picker with native file dialog
- Searchable base model browser (click to set)
- Template gallery for bootstrapping new documents
- Training controls (run/stop with watch mode)
Requirements
Development
npm install
npm run build
# Press F5 in VSCode to launch Extension Development Host