gd2md-html icon indicating copy to clipboard operation
gd2md-html copied to clipboard

Export feature and ability to suppress errors.

Open daveredfern opened this issue 7 years ago • 2 comments

Hello,

I love you add-on and I know this is a big ask! But I‘d love the following features:

  • The ability to suppress errors. All the errors I get are relating to the src of links. I’d like to suppress them so I can get a clean HTML export.
  • Ability to download the file once exported, along with the images inside the document.

Thanks,

Dave.

daveredfern avatar Feb 09 '18 15:02 daveredfern

Can you provide an example of what you mean when you say "All the errors I get are relating to the src of links." I'm trying to provide errors only when they impact the quality of the document.

As for downloading the file, I don't think there's a way to do that from Apps Script. We can zip up the images in a separate file, but that requires giving way too many permissions to the script (permission to manage your Drive in order to create and save the file).

evbacher avatar Feb 20 '18 04:02 evbacher

Sorry Ev.

I meant errors relating to the image paths.

I guess I’m trying to get the equivalent of the "download as web page" functionality built into Google docs without the messy markup. Your converter does a great job of cleaning up the markup but exporting the images is really hard since Google seem to rename the files when downloading them using the "download as" feature.

Thanks,

Dave.

daveredfern avatar Feb 23 '18 14:02 daveredfern