msaaddev / docx-to-markdown

🦉 Convert docx to markdown with `npx docx-to-markdown`
https://twitter.com/msaaddev
MIT License
15 stars 2 forks source link

Misleading repo #3

Closed debovis closed 1 year ago

debovis commented 1 year ago

Just a wrapper around the following function call with pandoc

https://github.com/msaaddev/docx-to-markdown/blob/master/utils/convert.js#L13

Might as well list this in the readme to explicitly state the above fact.

msaaddev commented 1 year ago

Thank you for your feedback!

msaaddev commented 1 year ago

@debovis the CLI converts all doc files present in a directory. It reads all the files automatically. With Pandoc, you have to do it one at a time. If you have 100 files, will you convert them one by one?