datahub icon indicating copy to clipboard operation
datahub copied to clipboard

CSV embed using wiki-link transclusion format

Open gradedSystem opened this issue 1 year ago • 5 comments

Changelog

Added

  • CSV Embedding: Implemented support for embedding CSV files using ![[data.csv]] syntax. CSV files are rendered as tables in markdown.

Updated

  • fromMarkdown.ts: Modified to handle CSV files by rendering them as tables.
  • html.ts: Updated to output CSV files as HTML tables when using the ![[data.csv]] syntax.

Reference

Issue #1233

cc @olayway

gradedSystem avatar Aug 22 '24 13:08 gradedSystem