Basic TPS Example — TPS Example

← Back to spec · TPS glossary · View source on GitHub · 140 WPM base speed · 2:00 duration

TPS example: Basic TPS Example. A teleprompter script demonstrating the TPS format with teleprompter and raw source views.

Ask ChatGPT Ask Claude Ask Gemini

Teleprompter View

How Prompter One renders this script for the speaker — dark background, emotion-colored segments, emphasis underlines, pause markers, and a spotlight reading zone.

Introduction · warm

This is leading text before the first block. It inherits the segment's speed and emotion.

Welcome

Welcome to TPS. This is a minimal example showing how the format works.

A single slash means a short pause. A double slash means a longer pause.

Key Points

You can use emphasis for important words. You can also use markdown italic for emphasis and markdown bold for strong emphasis. You can use highlight for key ideas.

That is the basics. Simple and readable.

◆ edit point

Summary · neutral

This segment uses a simple header without brackets. It inherits the default emotion and base WPM.

To write a literal bracket in text, escape it: \.

Raw Source

The complete .tps file — valid markdown you can open in any text editor.

---
title: "Basic TPS Example"
profile: Actor
duration: "2:00"
base_wpm: 140
author: "TPS Project"
created: "2026-03-25"
version: "1.0"
---

# Basic TPS Example

## [Introduction|Warm]

This is leading text before the first block. /
It inherits the segment's speed and emotion. //

### [Welcome]

Welcome to TPS. /
This is a minimal example / showing how the format works. //

A single slash means a short pause. /
A double slash means a longer pause. //

[pause:2s]

### [Key Points|Focused]

You can use [emphasis]emphasis[/emphasis] for important words. /
You can also use *markdown italic* for emphasis / and **markdown bold** for strong emphasis. //
You can use [highlight]highlight[/highlight] for key ideas. //

That is the basics. /
Simple and readable. //

[edit_point]

## Summary

This segment uses a simple header without brackets. /
It inherits the default emotion and base WPM. //

To write a literal bracket in text, / escape it: \[like this\]. //