File Entity Input Filter

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

Adds an input filter that can be used on any text format that replaces links to file entities with links to the actual file itself.

This could be useful in a number of circumstances. My original use case was that I was using LinkIt to output links to files, but I wanted to link to the internal file directly, not the URI of the file entity in Drupal.

Nothing special is needed--simply output site-relative links to any file entity, and this input format will replace the link destination.

Textarea Limit

Component type

module

Maintenance status

Development status

Downloads

91

Component created

Component changed

INTRODUCTION

The Textarea Limit module adds in character limiting to selected textarea widgets. Widgets are selected on the respective form display edit form(s). A global character limit can be used, configurable via an admin form or a local limit can be set.

CKEditor Abbreviation

Component type

module

Categories

Maintenance status

Development status

Downloads

4644

Component created

Component changed

Adds a button to CKEditor for inserting and editing abbreviations. If an existing abbr tag is selected, the context menu also contains a link to edit the abbreviation.

Requirements

Drupal 7

CKEditor Module

Drupal 8

CKEditor Module - Core

Installation

  • Download the module into /modules/contrib
  • Enable the ckeditor_abbreviation module
  • Configure your WYSIWYG toolbar to include the abbreviation button.