datahub icon indicating copy to clipboard operation
datahub copied to clipboard

Show nice data table view for CSV file with markdown transclusion pattern e.g. `![](link-to-file.csv)`

Open rufuspollock opened this issue 1 year ago • 12 comments
trafficstars

Would love a short-hand for have a data table using the classic markdown transclusion ...

Job story / Feature description

In markdown have this ...

![](path-to-my.csv)

And turns into a nice data table:

Image

Other features

  • Use content of "title" section i.e. part in square brackets for a heading of some kind ![title](path-to-file.csv)
  • Only functions if ![](...) is at start of line ...

Tasks

### Tasks
- [ ] Shape it ...

Shaping

I think we can reuse a lot of code we use for pdf transclusion etc in our remark plugin ...

rufuspollock avatar Jul 10 '24 20:07 rufuspollock