text_file_viewer
No security coverage
This module allows you to display and syntax-highlight text files directly within Drupal. It uses Prism.js to provide customizable syntax highlighting for various file types.
Overview
The Text File Viewer module allows you to display and syntax-highlight text files directly in Drupal. It integrates with Prism.js to provide a customizable and efficient syntax-highlighting solution for various file types.
Features
- Supports syntax highlighting for multiple file extensions.
- Configurable display options to control formatting and appearance.
- Local or external library support for flexibility.
Using a Local Library
- Download the required JavaScript and CSS library from Prism.js
- Select all file extensions you want to enable syntax highlighting for on your site.
- Move the downloaded
prism.jsandprism.cssfiles to the following directory in your module's folder:
text_file_formatter/libraries/ - Navigate to Text File Formatter Configurations in the Drupal admin interface.
- Locate the External Library Location Setting.
- Select the Local radio option to use the locally downloaded library.
- Restrict the file extensions in the module configuration to match the extensions selected during the library download.
Depends on
Dependencies of the latest stable release
No dependencies recorded for this project.
Required by
Tracked projects that depend on this one
No tracked projects depend on this one yet.
Activity
Releases
| Version | Type | Core | Notes | Release date | |
|---|---|---|---|---|---|
| 1.1.0-beta1 | Pre-release | 10–11 | Jul 15, 2026 | ||
| 1.1.0-alpha1 | Pre-release | 10 | Enables syntax highlighting for files by using prismjs | Dec 20, 2024 |