text_file_viewer
No security coverage
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.