-
Notifications
You must be signed in to change notification settings - Fork 609
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Release] 0.1.3 #164
[Release] 0.1.3 #164
Conversation
Great! The feature that everyone was asking for!! |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I was able to verify that the main documented flow for setting up and launching Docs Agent was intact. Minor comments on the new README file. Thanks!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
And I also verified that I was able to use the .gs
files (which are included in this pull request) in my Apps Script project to convert Google Docs in my Google Drive folder into Markdown files. Great!
What's changed: - Created Apps Script to process Google docs, PDF, and Gmail threads. See `apps_script/README.md`. - Added `third_party/g2docsmd-html` which is the base for converting files to markdown. - Updated the main `README.md` for clarity. - Created a `scripts/README.md` to better explain content processing.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good to me!
Description of the change
apps_script/README.md
.third_party/g2docsmd-html
which is the base for converting files to markdown.README.md
for clarity.scripts/README.md
to better explain content processing.Motivation
Support additional sources of content such as PDF, Gmail and Google docs.
Type of change
Choose one: (Feature request)
Checklist
git pull --rebase upstream main
).