gdocs2md
gdocs2md copied to clipboard
Convert a Google Drive Document to the Markdown format, suitable for publishing.
[See error image](https://www.evernote.com/l/AHXEJNxeW-NPAZFr_oZZ8elM0B3CMqmSJW0B/image.png) The script worked great for a bunch of docs I converted last month, now I'm getting this error message and don't know how to fix.
The script crashes when the document includes a footer.
I'm getting the following error while parsing a Google Doc. Paragraph 438 of type PARAGRAPH has an unsupported child: INLINE_DRAWING index=438 (line 155, file "Code")
I have a place in my doc that read: >[(_word/words_)](google.com) this format apparently is enough to make this script throw an error `ReferenceError: txt is not defined` (@jacksonicson tagging you...
This changes will provides a toolbar integration that allows to either export as email or export as files into GDrive. The recursive code architecture allows to parse the whole document...
I do not insist in any sense, just when I've tried to use your version, it spooked me a little with all the needed Google permissions. In this version, it...
You have mentioned in the readme.md to go to tools -> script manager but there is tools-> script editor not manager
I appreciate this script's ability to convert a Docs document to Markdown. It came in very handy. However, I didn't want the script to email the converted document. The contents...
Lists of links don't work. I tracked this back to the declaration of "prefix" on line 184 missing a "var".
Hi There, First off: thanks for providing this code - it has been very helpful for me. I have made some reasonably big changes - not fixes - but a...