Google Apps Script for JavaScript Developers

Go to class
Write Review

Free Online Course: Google Apps Script for JavaScript Developers provided by LinkedIn Learning is a comprehensive online course, which lasts for 1-2 hours worth of material. The course is taught in English and is free of charge. Upon completion of the course, you can receive an e-certificate from LinkedIn Learning. Google Apps Script for JavaScript Developers is taught by Jesse Freeman.

Overview
  • Get started with Google Apps Script development. Discover how to automatically generate Markdown documentation for your projects using the power of Google Drive and Google Docs.

Syllabus
  • Introduction

    • Welcome
    • 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
    Conclusion
    • Next steps