Mr0grog / google-docs-to-markdown

A minimal webapp for converting Google Docs to Markdown
https://gdoc2md.com
BSD 3-Clause "New" or "Revised" License
197 stars 34 forks source link

Publish package on NPM #42

Open Mr0grog opened 1 year ago

Mr0grog commented 1 year ago

A couple folks have expressed interest in using this package as a library and making it available on NPM (see #40, #41). Getting there requires several smaller pieces of work:

kdiogenes commented 1 year ago

Hey, @Mr0grog! I created a PR for the 4th task: https://github.com/Mr0grog/google-docs-to-markdown/pull/43

I don't have a deep understanding of node, so would love a review if there is something very wrong with this and if there are points that can be improved, before investigating further the aspect you pointed out about rehype-dom-parse and retype-parse.

Thanks in advance!

iloveitaly commented 11 months ago

I have the node side of this working here https://github.com/Mr0grog/google-docs-to-markdown/pull/84

Mr0grog commented 11 months ago

Thanks! That’s super helpful. I left a bunch of comments on the various PRs you posted.