Loading...
 
Skip to main content

Plugin Teleprompter


PluginTeleprompter displays a smooth auto-scrolling script for recording, presentations, public speaking, or any situation where text needs to be read continuously.

The plugin accepts normal pasted text and standard Tiki syntax in its body. There is no special title: or text: format required.

Usage


Use {TELEPROMPTER()}...{TELEPROMPTER}:

Copy to clipboard
{TELEPROMPTER()} !My Title Paste your script here. You can use normal text, paragraphs, and Tiki syntax. * First point * Second point * Third point {TELEPROMPTER}

Parameters

ParameterDescriptionDefault
fgalIdFile gallery ID. Images from the gallery are displayed as media blocks.-
fileIdsComma-separated file IDs. Images are displayed as media blocks.-
widthTeleprompter container width, for example 100% or 1200px.100%
heightTeleprompter container height. Supports px, %, vh, and vw.80vh
backgroundTeleprompter container background color.empty
titleColorHeading color inside the teleprompter content.empty
titleSizeHeading font size.48px
descriptionColorBody text color.empty
descriptionSizeBody text font size.28px
slideContentBgContent block background color.empty
speedScroll speed in pixels per second.35
accelerationSpeed change acceleration when adjusting speed repeatedly. Range: 1 to 10.3
mirrorMirror mode: none, horizontal, or vertical.none
focusModeReading focus area: none, top, middle, or bottom.top
timerDisplay the reading timer. Values: y or n.y
controlsDisplay Pause and Restart controls. Values: y or n.y
fontScaleInitial font scale percentage.180

Full Example

Copy to clipboard
{TELEPROMPTER( fileIds="1472,1471,1470" width="100%" height="80vh" titleColor="#000" descriptionColor="#111" slideContentBg="rgba(255,255,255,0.85)" titleSize="48px" descriptionSize="28px" speed="35" focusMode="top" timer="y" fontScale="180" controls="y" )} !How Teleprompter Works This teleprompter scrolls content vertically as a continuous script. !! Input Sources You can combine file gallery images with inline script content. !! Speed Control Use Arrow Down or S to increase forward speed. Use Arrow Up or W to decrease speed and reverse direction if needed. !! Reading Focus Focus mode can highlight the top, middle, or bottom reading area. !! Playback Behavior Space pauses or resumes. Backspace restarts from the beginning and resets the timer. {TELEPROMPTER}


Result:

How Teleprompter WorksThis teleprompter scrolls content vertically as a continuous script.!! Input SourcesYou can combine file gallery images with inline script content.!! Speed ControlUse Arrow Down or S to increase forward speed.Use Arrow Up or W to decrease speed and reverse direction if needed.!! Reading FocusFocus mode can highlight the top, middle, or bottom reading area.!! Playback BehaviorSpace pauses or resumes.Backspace restarts from the beginning and resets the timer.

00:00

Progress Indicator


A vertical progress indicator is displayed on the right side of the teleprompter when the script is scrollable.

It shows the reader's current position in the script, similar to a page scrollbar.

The indicator is automatic and does not require a parameter.

Keyboard Controls

KeyAction
SpacePause or resume. If already at the end, restart from the beginning.
BackspaceRestart from the beginning and reset the timer.
Arrow Down / SIncrease forward speed.
Arrow Up / WDecrease speed, then reverse direction if pressed repeatedly.
Arrow Right / DIncrease font scale.
Arrow Left / ADecrease font scale.

Mouse Wheel Controls

  • Wheel up increases forward speed.
  • Wheel down decreases speed, then can reverse direction.
  • Mouse wheel can be used for live speed adjustments while reading.

Focus Modes

ModeDescription
noneNo focus overlay.
topReading area highlighted at the top.
middleReading area highlighted in the middle.
bottomReading area highlighted at the bottom.

Supported Content


The teleprompter body supports:

  • Plain pasted text
  • Tiki headings, for example !My Title
  • Tiki lists
  • Tiki plugins
  • HTML, if allowed by the site configuration
  • Markdown through the Markdown plugin, for example:

Copy to clipboard
{TELEPROMPTER()} {MARKDOWN()} ## My Title Paste your script here. * First point * Second point * Third point {MARKDOWN} {TELEPROMPTER}

Supported Media Sources

  • fileIds="1472,1471,1470"
  • fgalId="12"


Images from file galleries are displayed before the inline script content.