feat(docs): add html export format for Google Docs#141
Closed
in-liberty420 wants to merge 1 commit intoopenclaw:mainfrom
Closed
feat(docs): add html export format for Google Docs#141in-liberty420 wants to merge 1 commit intoopenclaw:mainfrom
in-liberty420 wants to merge 1 commit intoopenclaw:mainfrom
Conversation
Adds HTML as an export format option for Google Docs, enabling direct export to text/html for web workflows and document processing. Changes: - Add mimeHTML and extHTML constants - Add html case in driveExportMimeTypeForFormat for Google Docs - Add mimeHTML case in driveExportExtension - Update help text in docs export and drive download commands
steipete
added a commit
that referenced
this pull request
Mar 8, 2026
Collaborator
|
Closing after direct land on main in ffd8cd4; PR head repo is no longer available for a normal merge update. |
Collaborator
|
Landed directly on main from a current-main port.
Thanks @in-liberty420! |
klodr
pushed a commit
to klodr/gogcli
that referenced
this pull request
Apr 22, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Adds HTML as an export format option for Google Docs, enabling direct export to
text/html.Use Case
Useful for web workflows and document processing pipelines where HTML is needed as an intermediate format (e.g., programmatic document manipulation before converting to PDF).
Changes
mimeHTMLandextHTMLconstantshtmlcase indriveExportMimeTypeForFormatfor Google DocsmimeHTMLcase indriveExportExtensiondocs exportanddrive downloadcommandsUsage
Testing
pdf|docx|txt|htmltext/htmlMIME type and.htmlextension