[{"data":1,"prerenderedAt":-1},["ShallowReactive",2],{"project-962":3},{"id":4,"name":5,"fullName":6,"owner":7,"repo":5,"description":8,"homepage":9,"htmlUrl":10,"language":11,"languages":10,"totalLinesOfCode":10,"stars":12,"forks":13,"watchers":14,"openIssues":14,"contributorsCount":15,"subscribersCount":15,"size":15,"stars1d":14,"stars7d":14,"stars30d":16,"stars90d":15,"forks30d":15,"starsTrendScore":17,"compositeScore":18,"rankGlobal":10,"rankLanguage":10,"license":19,"archived":20,"fork":20,"defaultBranch":21,"hasWiki":20,"hasPages":20,"topics":22,"createdAt":10,"pushedAt":10,"updatedAt":31,"readmeContent":32,"aiSummary":33,"trendingCount":15,"starSnapshotCount":15,"syncStatus":34,"lastSyncTime":35,"discoverSource":36},962,"mdv","drasimwagan\u002Fmdv","drasimwagan","MDV — a Markdown superset for documents, dashboards, and slides with embedded data and visualizations. HTML + PDF export, live preview, VS Code extension.","https:\u002F\u002Fgithub.com\u002Fdrasimwagan\u002Fmdv#readme",null,"TypeScript",491,12,1,0,10,3,3.34,"MIT License",false,"main",[23,24,25,26,27,28,29,30],"charts","cli","commonmark","dashboards","data-visualization","markdown","typescript","vscode-extension","2026-06-12 02:00:21","# MDV — Markdown Data & Visualization\n\n> Write reports, dashboards, and slide decks in a single Markdown-native workflow, then export to self-contained HTML or PDF — no rebuilding the same content across a doc tool, a BI tool, and a deck tool.\n\nCharts, KPI cards, tables, and styled regions come from nothing more complicated than fenced code blocks and named styles. `.mdv` is **strict CommonMark plus four additions**:\n\n1. **YAML front-matter** for title, theme, named styles, and dataset references.\n2. **Fenced blocks** for data\u002Fvisuals: `` ```chart type=bar x=region y=sales ``.\n3. **`:::` containers** for styled regions and layout: `::: callout` \u002F `::: columns`.\n4. **`:::` `toc`** for an auto-generated table of contents.\n\nNo selectors, no classes, no expressions, no code. Themes provide defaults, named styles give reusable looks, the renderer does the rest.\n\n## Quick look\n\n````markdown\n---\ntitle: Q1 Report\ntheme: report\ndata:\n  sales: .\u002Fdata\u002Fsales.csv\n---\n\n::: toc\n:::\n\n# Q1 Results\n\n```stat\nlabel, value, delta\nTotal revenue, $2.06M, +14%\nNew customers, 1238, +8%\n```\n\n```chart type=line data=sales x=month y=revenue series=region yFormat=currency title=\"Monthly revenue\"\n```\n````\n\nRenders to self-contained HTML (charts are inline SVG, no JS runtime) and PDF. Lives inside VS Code via a side-by-side preview.\n\n## Getting started\n\n```bash\ngit clone \u003Crepo> mdv\ncd mdv\nnpm install\nnpm run build\n\n# Render an example\nnode packages\u002Fmdv-cli\u002Fdist\u002Findex.js render examples\u002F09-full-report.mdv\n\n# Or: live preview with auto-reload\nnode packages\u002Fmdv-cli\u002Fdist\u002Findex.js preview examples\u002F09-full-report.mdv\n```\n\nSee [docs\u002Fgetting-started.md](docs\u002Fgetting-started.md) for a walkthrough.\n\n## Documentation\n\n- [Getting started](docs\u002Fgetting-started.md) — install, author your first file, see it rendered.\n- [Syntax reference](docs\u002Fsyntax.md) — front-matter, fenced blocks, `:::` containers.\n- [Charts & stats](docs\u002Fcharts.md) — every visualization type with all options.\n- [Data](docs\u002Fdata.md) — inline CSV \u002F JSON \u002F file-referenced datasets.\n- [Themes & styles](docs\u002Fthemes-and-styles.md) — built-in themes and how to define named styles.\n- [CLI](docs\u002Fcli.md) — `render`, `preview`, `export --pdf`.\n- [VS Code extension](docs\u002Fvscode.md) — side-by-side live preview.\n- [Publishing the VS Code extension](docs\u002Fpublishing-vscode-extension.md) — Marketplace workflow.\n\n## Examples\n\n[`examples\u002F`](examples) contains 10 sample files covering every feature. Rendered HTML is in [`examples\u002Fout\u002F`](examples\u002Fout).\n\n## Status\n\n","MDV 是一个用于创建文档、仪表板和幻灯片的Markdown超集，支持嵌入数据和可视化。它通过YAML前导区、代码围栏、容器和自动生成目录等特性扩展了标准CommonMark语法，使得用户可以轻松地在Markdown中插入图表、关键绩效指标卡片、表格等内容，并且能够将这些内容导出为独立的HTML或PDF文件。该工具特别适合需要在一个统一的工作流中处理报告撰写、数据分析展示以及演示文稿制作的场景。MDV基于TypeScript开发，提供了VS Code插件以实现边写边预览的功能，极大提高了工作效率。",2,"2026-06-11 02:40:31","CREATED_QUERY"]