Description
In this course, you will learn:
- How to automatically generate Markdown documentation for your projects using the power of Google Drive and Google Docs.
- How to get started with Google Apps Script development, as well as how to work with files and folders in Google Drive.
- How to convert a Google Docs file into Markdown and format Markdown elements.
Syllabus:
- Introduction
- Using the exercise files
1. Getting Started with Apps Script
- Setting up Google Apps Script
- Introduction to Apps Script
- Setting up a document
2. Working with Files
- Finding files
- File iterators
- Reading file contents
- Creating files
3. Working with Folders
- Creating new folders
- Listing folder names
- Deleting folders
4. Converting Google Docs to Markdown
- Creating the Markdown converter
- Traversing a Google Doc
- Parsing sections
- Parsing elements
5. Formatting Markdown Elements
- Formating text blocks
- Adding URLs
- Finding images
- Saving images
- Testing the final Markdown