Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow use of pandoc filters #22

Open
lggruspe opened this issue Oct 18, 2022 · 0 comments
Open

Allow use of pandoc filters #22

lggruspe opened this issue Oct 18, 2022 · 0 comments
Labels
enhancement New feature or request python Pull requests that update Python code

Comments

@lggruspe
Copy link
Owner

Is your feature request related to a problem? Please describe.
There's currently no way to use slipbox with custom pandoc filters.

Describe the solution you'd like

Allow passing filters via CLI args or config file:

slipbox build --filters './filters/foo.lua:./filters/bar:./filters/baz.lua'

Or with config file:

[slipbox]
# omitted ...

[pandoc-options]
filters = filters/foo.lua:filters/bar:filters/baz.lua

# or:

[pandoc-filters]
filters/foo.lua = true
filters/bar = true
filters/baz.lua = true
@lggruspe lggruspe added enhancement New feature or request python Pull requests that update Python code labels Oct 18, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request python Pull requests that update Python code
Projects
None yet
Development

No branches or pull requests

1 participant