You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello! I admit that I am not very experienced at CLI yet. I cannot seem to get this Pandoc filter to work. It is likely my own ignorance standing in the way! lol
craig@Craig-MacBook-Pro Assignments % cd "/Users/craigi/Library/Assignments" && pandoc -s --from markdown-yaml_metadata_block mermaid-filter "Taking Theological Courses Online.md" -o "Taking Theological Courses Online.docx" --bibliography "/Users/craig/Library/Pandoc Resources/My Library.bib" --citeproc --csl "/Users/craig/Library/Containers/Pandoc Resources/chicago-fullnote-bibliography.csl" --reference-doc="/Users/craig/Library/Pandoc Resources/Safety custom-reference.docx" pandoc: mermaid-filter: openBinaryFile: does not exist (No such file or directory)
This command worked before to do exactly what I expected it to do. Convert MD to DOCX pulling in citations and styling them correctly. I just want to add a diagram.
Do I need to specifiy where the filter is located to pandoc or am I missing something else?
The text was updated successfully, but these errors were encountered:
Hello! I admit that I am not very experienced at CLI yet. I cannot seem to get this Pandoc filter to work. It is likely my own ignorance standing in the way! lol
Here are the relevant details:
-Macos
-
which mermaid-filter /opt/homebrew/bin/mermaid-filter
-
which pandoc /opt/homebrew/bin/pandoc
The full command that I tried and the results:
craig@Craig-MacBook-Pro Assignments % cd "/Users/craigi/Library/Assignments" && pandoc -s --from markdown-yaml_metadata_block mermaid-filter "Taking Theological Courses Online.md" -o "Taking Theological Courses Online.docx" --bibliography "/Users/craig/Library/Pandoc Resources/My Library.bib" --citeproc --csl "/Users/craig/Library/Containers/Pandoc Resources/chicago-fullnote-bibliography.csl" --reference-doc="/Users/craig/Library/Pandoc Resources/Safety custom-reference.docx" pandoc: mermaid-filter: openBinaryFile: does not exist (No such file or directory)
This command worked before to do exactly what I expected it to do. Convert MD to DOCX pulling in citations and styling them correctly. I just want to add a diagram.
Do I need to specifiy where the filter is located to pandoc or am I missing something else?
The text was updated successfully, but these errors were encountered: