TypeFire supports five distinct snippet content types, each with an editor tuned to that format.
Plain Text is the simplest. Just text, expanded character-for-character with no formatting.
Best for email addresses, short canned phrases, and code snippets where formatting would interfere. Rich Text uses the built-in TipTap editor and supports font family, size, color, highlighting, bold, italic, underline, strikethrough, bullet lists, numbered lists, code blocks, images, and links.
Expands as rich text in any app that accepts formatted clipboard content. Markdown lets you write snippets in Markdown source format.
When the snippet expands, TypeFire converts the Markdown to HTML and pastes it as formatted text. The source file stays clean and readable in any text editor.
JavaScript snippets run JavaScript code when triggered and paste the return value. Useful for clipboard transformations, dynamic computation, or generating output that depends on context.
AppleScript snippets work the same way, running AppleScript and pasting the result. Used for macOS automation, controlling other apps, or pulling data from system services. Each content type can also use dynamic tokens like {{date}} and {{clipboard}}.