nickhealy / google-doc-template-copier

A google docs add-on for quickly copying email templates.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

google-doc-template-copier

A program to make copying pre-written email templates and adding in values like company name and contact name. Useful for people working in sales, recruitment, or any other kind of field where you are blasting out cold emails.

Screen.Recording.2021-06-07.at.8.43.10.PM.mov

Google Apps script does not have an API for directly copying text from the document, nor is there a first class way of accessing the format of document elements in relation to one another. This program basically traverses each node of the Google Doc tree, constructing meta data about each element (like what React does, but on a much simpler scale), then reconstructs that data into HTML that can copied to the user's clipboard.

Supports:

  • Inline links
  • Lists up to one level deep
  • Line breaks, and other shortened lines

This project is in beta at the moment, and the UX is simple, but it gets the job done.

About

A google docs add-on for quickly copying email templates.


Languages

Language:HTML 61.2%Language:JavaScript 38.8%