timvink / mkdocs-table-reader-plugin

MkDocs plugin that enables a markdown tag like {{ read_csv('table.csv') }} to directly insert various table formats into a page
https://timvink.github.io/mkdocs-table-reader-plugin/
MIT License
124 stars 20 forks source link

Allow add list args in fonction #33

Closed lynxstarshine closed 1 year ago

lynxstarshine commented 1 year ago

This option permit me to use all kwargs in pandas function like the meta args from the function pandas.json_normalize() (source)

timvink commented 1 year ago

Hi @lynxstarshine ,

I'm not sure I understand. pd.json_normalize() is not a function currently supported by thing plugin.

I sounds like you're looking to do something more advanced. Perhaps mkdocs-macros-plugin is better suited?

If you want to normalize a json file before reading it to your docs website, you could also consider setting up a simple hook for that.

Hope that helps!

timvink commented 1 year ago

Closing, feel free to re-open if you can clarify further :)