Skip to content

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

Code Generation

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.yml

Replace formname with the actual form filename (e.g., demo, code, email).

Linux users

Replace the Windows executable path with /usr/bin/edf