pantable icon indicating copy to clipboard operation
pantable copied to clipboard

CSV Tables in Markdown: Pandoc Filter for CSV Tables

Results 11 pantable issues
Sort by recently updated
recently updated
newest added

It would be nice if you could make this work with Pandoc 2.18 (see [releases](https://pandoc.org/releases.html)). Currently, at least `conda` / `mamba` complain: ``` Encountered problems while solving: - package pantable-0.14.2-pyhd8ed1ab_0...

I think it'd be useful to show how to escape quote marks in the CSV (i.e., double quotes within quote demarcations). ``` 3,"But, I wonder, how to include ""quote mark,""...

Sometimes, it is unavoidable that CSV files contain single or double quotes for string values. Pantable seems to include them in the resulting tables, which does not look very nice:...

It seems pantable understands parameters like `caption`, `alignment`, etc. in combination with CSV **from a file only if they are in the markup or in the file, not in the...

This adds the feature to optionally filter out entire columns and rows based on column data in a .csv file, if you only wan't to create a small table based...

See #28 by @ber532k Thoughts: - it could be related to #10, when pantable is turned into a cli tool, what is suggested in #28 is doable. - use env....

Currently, autowidth only calculate width by no. of characters. I recall `@jgm` does something smart in pandoc to account for the width of unicode character. e.g. Chinese character is considered...

When `--extract-media` is used in conjunction with this filter, the resulting path with point to only `media/...` ignoring the specified parent directory. A semi-reproducible example would be to create a...

help wanted
more information needed

Currently, pantable support to and from CSV. Potentially, other table formats could be supported: - [ ] `.xlsx`: this one will be useful but difficult: - Ideally, one would want...

See #16 I've seen such feature request for other pandoc filters dealing with csv before, but I didn't give enough time to think about a good syntax for it (and...

extension