-
Notifications
You must be signed in to change notification settings - Fork 7
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
Rewrite as pandoc filter? #6
Comments
Please do so! See also nichtich/Pandoc-Elements#12 for ideas of improvement (parallel processing). |
App::pandoc::preprocess is way to hairy for my taste. In fact I prefer https://metacpan.org/pod/IPC::Run3 to using |
App::pandoc::preprocess can be replaced by filters as well. But there should be a way parallelize execution of external commands such as ditaa. Executed via
The script
This is almost what App::pandoc::preprocess does. Sure we can first have an "easy" solution that directly executes the system calls instead of parallizing them. |
Yes, I see that now. The code is so hairy I have problems following it. Anyway you can see what I have done here. You will have to install File::Slurper. BTW there was a test error when installing rdfdot. |
Thanks, this should be included as another example filter in Pandoc::Elements! See my comments at https://gist.github.com/bpj/5454765371a4e3c1a8354fedced1cc6b#gistcomment-1743401 |
@nichtich, would you mind me taking a stab at rewriting this as a pandoc filter?
/bpj
The text was updated successfully, but these errors were encountered: