How to Automatically Remove Double Spaces in Google Docs Using Apps Script

If you regularly work with long documents, you’ve probably encountered one of the most annoying formatting problems: Double spaces scattered throughout your text. This often happens when content is: Manually fixing these spacing issues can take a significant amount of time — especially in large documents. The good news? You can solve this problem instantly … Read more

How to Automatically Resize 24-Point Text to 16-Point in Google Docs Using Apps Script

Formatting large documents in Google Docs can quickly become tedious—especially when inconsistent font sizes are scattered throughout your content. A common issue many users face is having body text accidentally formatted at a larger size, such as 24 pt, when it should be standard reading size like 16 pt. Instead of manually searching and fixing … Read more

100 More Advanced Google Apps Script Examples

What Each Snippet Does (Copy/Paste Ready) https://github.com/lsvekis/Apps-Script-Code-Snippets/tree/main/examples If you’ve already mastered the basics of Google Apps Script, the fastest way to level up is to study real automation patterns—then reuse them in your own projects. This guide walks through 100 additional Apps Script examples (101–200) across: Each example is working code (copy/paste), and below you’ll … Read more

Action Plan for Google Docs Issue 12 Apps Script and Gemini

Apps Script + Gemini Mastery — Issue #12 AI Meeting Notes → Action Plan for Google Docs Turn raw meeting notes into structured decisions, action items, and follow-up emails using Apps Script + Gemini. https://github.com/lsvekis/Apps-Script-Code-Snippets ⭐ What You Will Build You’ll build an AI-powered tool that: 📝 Takes messy meeting notes (copied or written in … Read more

Automatically Resize Images in Google Docs with Apps Script

Images can quickly break the layout of a Google Doc.If you’ve ever pasted screenshots, charts, or photos into a document, you’ve probably had to manually resize each one so it fits nicely on the page. Good news: Google Apps Script can automate this completely. In this post, you’ll learn how to use a simple Apps … Read more

Apps Script 11 AI Email Draft Assistant for Gmail

https://github.com/lsvekis/Apps-Script-Code-Snippets 🚀 Apps Script + Gemini Mastery — Issue #11 AI Email Draft Assistant for Gmail Generate reply drafts from a Gmail thread using Apps Script + Gemini (tone + action items + subject options). ⭐ What You Will Build You’ll build an AI assistant that: 📥 Pulls the most recent email thread from Gmail … Read more

AI Knowledge Base Builder for Google Drive Apps Script Gemini Issue 10

🚀 Apps Script + Gemini Mastery — Issue #10 https://github.com/lsvekis/Apps-Script-Code-Snippets AI Knowledge Base Builder for Google Drive Turn a Drive folder of Docs into a searchable “AI knowledge base” using Apps Script + Gemini. ⭐ What You Will Build You’ll build a Google Workspace tool that: 📁 Scans a Drive folder of Google Docs🧠 Uses … Read more

How to Resize All Images in Google Docs to 50% Page Width (Using Apps Script)

https://github.com/lsvekis/Apps-Script-Code-Snippets If you’ve ever worked on a long Google Doc with lots of images, you know the pain:some images are too large, some too small, and manually resizing each one is tedious and inconsistent. The good news? Google Apps Script can handle this automatically. In this post, you’ll learn how to use a simple Apps … Read more

AI Report Generator for Google Docs Apps Script and Gemini 9

https://github.com/lsvekis/Apps-Script-Code-Snippets/tree/main/apps_script_gemini_ai_report_generator_docs 🚀 Apps Script + Gemini Mastery — Issue #9 AI Report Generator for Google Docs Turn Google Sheets data into polished executive reports automatically using Apps Script + Gemini. ⭐ What You Will Build in This Issue In this lesson, readers will build an AI Report Generator that: 📊 Reads structured data from Google … Read more

Google Apps Script – 100 Question Quiz

✅ Google Apps Script – 100 Question Quiz With Detailed Answers & Explanations 🟢 SECTION 1: Google Apps Script Fundamentals (1–20) 1. What is Google Apps Script? Answer:Google Apps Script is a cloud-based JavaScript platform used to automate, extend, and integrate Google Workspace apps. Explanation:It runs on Google’s servers and allows you to write JavaScript … Read more