This project is not covered by Drupal’s security advisory policy.

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

  1. Download the required JavaScript and CSS library from Prism.js
    • Select all file extensions you want to enable syntax highlighting for on your site.
  2. Move the downloaded prism.js and prism.css files to the following directory in your module's folder:
    text_file_formatter/libraries/
  3. Navigate to Text File Formatter Configurations in the Drupal admin interface.
  4. Locate the External Library Location Setting.
  5. Select the Local radio option to use the locally downloaded library.
  6. Restrict the file extensions in the module configuration to match the extensions selected during the library download.

Project information

  • caution Minimally maintained
    Maintainers monitor issues, but fast responses are not guaranteed.
  • caution Maintenance fixes only
    Considered feature-complete by its maintainers.
  • Project categories: Content display
  • chart icon1 site reports using this module
  • Created by toamit on , updated
  • shield alertThis project is not covered by the security advisory policy.
    Use at your own risk! It may have publicly disclosed vulnerabilities.

Releases