Results 164 comments of Tim Vink

`allow_missing_files` is meant to raise a warning instead of an error when a file path is not present. Parsing errors are a different situation. I didn't forsee that use case....

Thought about this more. Before we create a swiss army knife full of options, I'd like to understand the use case here. Why not just disable the plugin if you...

`allow_missing_files` missing files is something else than `allow_errors` or `alllow_malformed_files`. I am not convinced this is a an option that many people might need, and I want to keep the...

Great package, `mkdocs-macros` ! Thanks for all the love put into that one :) Your example is actually really clean! I used regex and some obscure logic to safely parse...

Thanks for explaining so clearly, I understand the issue with two jinja2 templating engines. Indeed the proposal for a 'tolerant mode' (that you bring up in https://github.com/pallets/jinja/discussions/1943) could work.. it...

I had to revisit this as I wanted to combine `macros` with `table-reader` to dynamically insert a list of tables. I managed to get it working, see https://github.com/timvink/mkdocs-table-reader-plugin/pull/68. The core...

Now released: https://pypi.org/project/mkdocs-table-reader-plugin/

No, however I _did_ solve compatibility between `macros` and this plugin. See #57. v3 soon to be released. Update: v3 released: https://pypi.org/project/mkdocs-table-reader-plugin/

I've reconsidered. I don't want to support an additional format. The reason is compatibility with other plugins, and compatibility with the existing options. Instead I think there an opportunity for...

Hi @sisp , thanks for the contribution! I was on holiday, hence the late reply. I don't understand this PR, and I think the current options document is confusing for...