-
Hi, I want to use QLMarkdown on command line to convert .md file to .html file by right click (with Automator workflow). for example; originalFilePath=$1
uuid=$(uuidgen)
uuidFilePath=$originalFilePath-$uuid
/Applications/QLMarkdown.app/Contents/MacOS/QLMarkdown -i $originalFilePath -o $uuidFilePath.html Is there a way I can use it as a converter, I need help.? |
Beta Was this translation helpful? Give feedback.
Answered by
sbarex
Oct 20, 2021
Replies: 2 comments 1 reply
-
I'll try to implement it, stay tuned. |
Beta Was this translation helpful? Give feedback.
0 replies
-
I implemented it in version 1.0.3. See the readme for usage instructions. |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
setanarut
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I implemented it in version 1.0.3. See the readme for usage instructions.