Email Composer
Home / Email Composer Tool
Email Composer Tool
Last Edited: 2026-07-07 02:56
The Email Composer is a standalone, client-side web utility that allows you to load markdown templates, dynamically fill in variables (such as client names or calendar links), and copy clean-styled outputs ready to paste.
How to Get the Tool
Since the digital garden website only serves static markdown files, you run the Email Composer utility locally on your computer:
- Click here to open the Email Composer in GitHub.
- On the GitHub file page, click the Download raw file button (the download arrow icon at the top right of the code view) to save the
Email Composer.htmlfile to your computer. - Once the file is saved on your device, simply double-click it to open and run it offline directly in your browser.
Features
- Extensible Ingestion: Drag and drop any
.mdtemplate from your files into the window to extract variables automatically. - Copy Clean Styles: Automatically formats emails to exactly 10pt Arial text with normal line height and transparent backgrounds, completely preventing dark-mode color bleed when pasting.
- Descriptive Links: Enforces links mapped over words (e.g., here) instead of raw URLs, and alerts you if link variables are invalid or unpopulated.
Reference Guide
- Template Guide: Learn how to format markdown template notes, specify custom variable placeholders, and set up Zoho-friendly hyperlinks that are compatible with this composer.