timvink / mkdocs-charts-plugin

Mkdocs plugin to add plots from data using vegalite
https://timvink.github.io/mkdocs-charts-plugin/
MIT License
84 stars 6 forks source link

'data_path' is attached to the end of resource #13

Closed cxplonka closed 1 year ago

cxplonka commented 1 year ago

Hi, thanks for you nice stuff. I currently have a problem when i want to use the option 'data_path', this is attached to the end in my project, see here: image

Here is the project with sources https://cxplonka.github.io/obsidian-sandbox-mkdocs/Vega/Vega-lite%20plugin/

Hope somebody can help.

P.S. data_path: 'docs'

Greets Christian

timvink commented 1 year ago

Did you manage to get this working? Perhaps the options page could be clearer explained.

In the screenshot I see doc instead of docs.

cxplonka commented 1 year ago

Hi, the 's' is on the next line. But this was not the problem, the problem was that i thought the 'data_path' will be insert before '/assets/data/...', but in my case 'docs' come after all. Maybe i misunderstood the meaning?

timvink commented 1 year ago

Still not sure I understand the exact problem. Did you manage to fix it? Are the docs unclear?