Add graph markdown and canvas outputs

This commit is contained in:
2026-05-06 20:00:50 +08:00
parent 1478972e53
commit f7f5e2c67c
22 changed files with 313 additions and 15 deletions

View File

@@ -82,6 +82,7 @@ func (p *Project) Index() []IndexEntry {
sort.Strings(with)
entries = append(entries, IndexEntry{
ID: unit.ID,
Title: unit.Title,
File: unit.File,
Type: unit.Type,
Resolution: unit.Resolution,