👁️ Preview Mode

Pro Feature - Live Preview of Formatted Text

Pro Feature

Preview Mode requires a Pro license. Learn more about premium features.

Overview

Preview Mode lets you see your formatted text rendered instantly as you type. The preview button is added to the Text Formatter toolbar, giving you a seamless way to check how your markdown formatting will look before saving.

Important: Requires Text Formatter

Preview Mode requires the Text Formatter feature to be enabled. The preview button appears in the Text Formatter toolbar - both features must be turned on for Preview Mode to work.

Key Features

Getting Started

Prerequisites

Enabling Preview Mode

  1. Enable Text Formatter First
    Open the JT Power Tools popup and enable "Text Formatter" - this is required
  2. Enable Preview Mode
    Locate "Preview Mode" (marked with Pro badge) and toggle it ON
  3. Navigate to a Compatible Page
    Go to any JobTread budget or daily log page
  4. Click in a Text Field
    The Text Formatter toolbar appears with the preview button (eye icon) on the right

Using Preview Mode

Opening the Preview Panel

  1. Click inside a budget description field or daily log field
  2. The Text Formatter toolbar appears above the field
  3. Look for the eye icon (👁️) button on the right side of the toolbar
  4. Click the eye icon to open the preview panel
  5. The preview panel opens next to the textarea
  6. Start typing to see live updates in the preview
Where's the Preview Button?

The preview button is part of the Text Formatter toolbar. If you don't see it, make sure both Text Formatter AND Preview Mode are enabled in the extension popup.

Closing the Preview Panel

There are several ways to close the preview panel:

Supported Markdown Formatting

Text Styling

Markdown Result Description
*bold text* bold text Bold formatting
^italic text^ italic text Italic formatting
_underlined text_ underlined text Underline formatting
~strikethrough~ strikethrough Strikethrough formatting

Headings

Markdown Description
# Heading 1 Large heading for main sections
## Heading 2 Medium heading for subsections
### Heading 3 Small heading for minor sections

Lists

Bullet Lists

- First item
- Second item
- Third item

Numbered Lists

1. First step
2. Second step
3. Third step

Text Alignment

Markdown Description
--: Centered text Center align the text
---: Right aligned Right align the text

Colors

Add color to your text with the color syntax:

[!color:red] This text will be red
[!color:blue] This text will be blue
[!color:green] This text will be green
[!color:orange] This text will be orange
[!color:purple] This text will be purple

Links

[Link text](https://example.com)

Tables

| Header 1 | Header 2 | Header 3 |
|----------|----------|----------|
| Cell 1   | Cell 2   | Cell 3   |
| Cell 4   | Cell 5   | Cell 6   |

Blockquotes

> This is a quote
> It can span multiple lines

Alerts

Create visually distinct alert boxes:

> [!color:blue] ### [!icon: info] Information
> This is an informational alert

> [!color:yellow] ### [!icon: exclamationTriangle] Warning
> This is a warning alert

> [!color:red] ### [!icon: octogonAlert] Danger
> This is a danger alert

> [!color:green] ### [!icon: checkCircle] Success
> This is a success alert

Available Alert Icons

Available Alert Colors

Preview Panel Features

Intelligent Positioning

The preview panel automatically positions itself to ensure maximum visibility:

Real-Time Updates

The preview updates instantly as you type:

Theme Integration

Preview Mode adapts to your appearance settings:

Where It Works

Compatible Fields

Preview Mode works on text fields where the Text Formatter toolbar appears:

Not Compatible With

Troubleshooting

Preview Button Doesn't Appear

Most Common Cause: Text Formatter is not enabled.

Solution:

Preview Panel Not Opening

Solution:

Preview Not Updating

Solution:

Formatting Not Rendering in Preview

Solution:

Keyboard Shortcuts

Action How To
Open/Close Preview Click the eye icon in the Text Formatter toolbar
Close Preview Press Escape
Close Preview Click outside the text field

Best Practices

Workflow

  1. Enable both Text Formatter and Preview Mode in the extension popup
  2. Click in a text field - the toolbar appears with formatting buttons and the preview icon
  3. Use the toolbar buttons to add formatting (or type markdown manually)
  4. Click the eye icon to see how your formatted text will look
  5. Make adjustments based on the preview
  6. Close preview and save when satisfied

Tips

Related Guides