Skip to content

Improved preview in backend

Notifications You must be signed in to change notification settings

georgringer/html_preview

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

HTML Preview

Improved HTML preview rendering for TYPO3 page module.

What it does

Renders sanitized HTML in content element previews instead of plain text. Links and headings are unwrapped (content kept, tags removed).

Based on https://review.typo3.org/c/Packages/TYPO3.CMS/+/92127

Features

  • HTML content is sanitized and rendered (not stripped to plain text)
  • <a> and <h1>-<h6> tags are unwrapped
  • Bullet lists rendered as actual <ul>, <ol>, <dl>
  • Shortcut records show UID and path

Installation

composer require georgringer/html-preview

Requirements

  • TYPO3 14.0+

About

Improved preview in backend

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages