mdv
MDV — a Markdown superset for documents, dashboards, and slides with embedded data and visualizations. HTML + PDF export, live preview, VS Code extension.
File Explorer
Download Latest Version (.zip)- ci.yml
- pages.yml
- release-vscode-extension.yml
- CODEOWNERS
- dependabot.yml
- pull_request_template.md
- charts.md
- cli.md
- data.md
- getting-started.md
- publishing-vscode-extension.md
- README.md
- syntax.md
- themes-and-styles.md
- vscode.md
- sales.csv
- 01-plain-markdown.html
- 02-named-style.html
- 03-bar-chart-inline.html
- 04-line-chart-inline.html
- 05-pie-chart-inline.html
- 06-table.html
- 07-data-file-ref.html
- 08-columns-layout.html
- 09-full-report.html
- 09-full-report.pdf
- 10-new-features.html
- 10-new-features.pdf
- 01-plain-markdown.mdv
- 02-named-style.mdv
- 03-bar-chart-inline.mdv
- 04-line-chart-inline.mdv
- 05-pie-chart-inline.mdv
- 06-table.mdv
- 07-data-file-ref.mdv
- 08-columns-layout.mdv
- 09-full-report.mdv
- 10-new-features.mdv
- export-cmd.ts
- index.ts
- preview-cmd.ts
- package.json
- tsconfig.json
- chart-bar.ts
- chart-line.ts
- chart-pie.ts
- html.ts
- stat.ts
- svg-util.ts
- table.ts
- ast.ts
- data.ts
- frontmatter.ts
- index.ts
- infostring.ts
- parser.ts
- preprocess.ts
- styles.ts
- themes.ts
- sales.csv
- sales.tsv
- data.test.ts
- degradation.test.ts
- frontmatter.test.ts
- infostring.test.ts
- parser.test.ts
- preprocess.test.ts
- render.test.ts
- robustness.test.ts
- package.json
- tsconfig.json
- launch.json
- tasks.json
- build-icon.mjs
- icon.png
- icon.svg
- extension.ts
- mdv.tmLanguage.json
- .vscodeignore
- CHANGELOG.md
- esbuild.config.mjs
- language-configuration.json
- LICENSE
- package.json
- README.md
- tsconfig.json
- index-body.html
- shell.html
- site.css
- build-site.mjs
- .editorconfig
- .gitignore
- CHANGELOG.md
- CLAUDE.md
- LICENSE
- package-lock.json
- package.json
- README.md
- tsconfig.base.json
# Installation Guide
1. Get the code
git clone https://github.com/drasimwagan/mdv
Downloads the entire project code from GitHub to your computer.
cd mdv
Moves into the project folder you just downloaded.
2. Node.js
Easy RecommendedPrerequisites
npm install
Downloads and installs the libraries listed in package.json.
npm run build
Builds optimized production files.
After running the command, open the address shown in the terminal (usually something like http://localhost:3000) in your browser.
Pulled directly from this repo's README.
// repository documentation
Was this content helpful?
(0 ratings)
