metafacture / metafacture-core

Core package of the Metafacture tool suite for metadata processing.
https://metafacture.org
Apache License 2.0
71 stars 34 forks source link

Add filtering support in flux-commands.md #369

Open fsteeg opened 3 years ago

fsteeg commented 3 years ago

This is part of https://github.com/metafacture/metafacture.github.io/issues/10

Add filtering support in flux-commands.md, e.g. generate filter 'buttons' for each type as input and output, e.g. ->StreamReceiver for all decoders, StreamReceiver-> for all encoders, etc.

This probably requires some HTML format. That format could be optionally generated in HelpPrinter.java like the .md. It might work to actually add some HTML to the Markdown, like <details>/<summary> for the examples in collectors.md.