quantorconsulting / mkdocs_build_plantuml

MkDocs plugin to help generate your plantuml images locally or remotely as files (NOT inline)
MIT License
57 stars 15 forks source link

filter input files per extension #8

Closed vboulaye closed 4 years ago

vboulaye commented 4 years ago

Hi,

I needed a way to limit which files are parsed by the plugin as I prefer to mix my plantuml files and my markdown files.

In order to do this, I added a new configuration parameter that allows filtering which files to parse based on their extensions (for example only .puml files)

this should fix #7

christo-ph commented 4 years ago

Thank you.

I did release version 1.5.0 with this merge.

@jjliston FYI

vboulaye commented 4 years ago

Thanks!