Ready-Made Forms
These are complete, working form configurations included with Espanso Dynamic Forms. Use them directly, study how they work, or customize them for your own needs.
Available Forms
Getting Started
- Demo — A simple form to test your installation
Productivity
- Code Assistance — Get help with code from AI assistants
- Code Questions — Multi-question form for extended AI coding sessions
- Email — Draft follow-up emails quickly
- Reply — Compose thoughtful message replies
Data & Files
- Date Picker — Insert formatted dates
- Checkbox — Create multi-select checklists
- File Upload — Process single and multiple files
- Files (Advanced) — Batch file processing with customizable templates
Code Generation
- Code Generator — Generate C# EventArgs classes
How to Use These Forms
Each form can be launched with an Espanso trigger. The basic pattern is:
yml
matches:
- trigger: ':formname'
replace: '{{output}}'
force_mode: clipboard
vars:
- name: output
type: script
params:
args:
- C:/Program Files/Espanso Dynamic Forms/EDF.exe
- --form-config
- \{\{env.EDF_FORMS}}/formname.ymlReplace formname with the actual form filename (e.g., demo, code, email).
Linux users
Replace the Windows executable path with /usr/bin/edf