portaljs icon indicating copy to clipboard operation
portaljs 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

⚠️ No Changeset found

Latest commit: 9959bff210357a81542e7f4509012c410264bef6

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets

When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

changeset-bot[bot] avatar Aug 22 '24 13:08 changeset-bot[bot]

The latest updates on your projects. Learn more about Vercel for Git ↗︎

6 Skipped Deployments
Name Status Preview Comments Updated (UTC)
portaljs-alan-turing ⬜️ Ignored (Inspect) Visit Preview Aug 29, 2024 0:34am
portaljs-ckan ⬜️ Ignored (Inspect) Visit Preview Aug 29, 2024 0:34am
portaljs-git-example ⬜️ Ignored (Inspect) Visit Preview Aug 29, 2024 0:34am
portaljs-learn ⬜️ Ignored (Inspect) Visit Preview Aug 29, 2024 0:34am
portaljs-storybook ⬜️ Ignored (Inspect) Visit Preview Aug 29, 2024 0:34am
site-portaljs ⬜️ Ignored (Inspect) Visit Preview Aug 29, 2024 0:34am

vercel[bot] avatar Aug 22 '24 13:08 vercel[bot]

@gradedSystem is attempting to deploy a commit to the Datopian Team on Vercel.

A member of the Team first needs to authorize it.

vercel[bot] avatar Aug 22 '24 13:08 vercel[bot]

@olayway added test cases

gradedSystem avatar Aug 28 '24 11:08 gradedSystem

Fixed the issues with tests @olayway

gradedSystem avatar Aug 29 '24 12:08 gradedSystem