GoogleDoc2Html
GoogleDoc2Html copied to clipboard
Export Google Doc as clean html. Handy to make a Wordpress post from Google Doc.
Results
12
GoogleDoc2Html issues
Sort by
recently updated
recently updated
newest added
Tested in complex document and it generated error alerts... Add "if null" corrected, ``` js function ConvertGoogleDocToCleanHtml() { var body = DocumentApp.getActiveDocument().getBody(); var numChildren = body.getNumChildren(); var output = [];...
Uses the LINK_URL attribute to handle inline hyperlinks, which previously were not converting into links in the final HTML. (My code editor also removed some white space at the end...