CodeSnippet GeSHi Filter

Component type

module

Categories

Maintenance status

Development status

Downloads

132

Component created

Component changed

The CodeSnippet GeSHi Filter module acts as a bridge between the CKEditor CodeSnippet and the GeSHi Filter for syntax highlighting module.

CKEditor CodeSnippet enables content editors to add source code using a CKEditor popup. It also highlights the source code within the CKEditor using JavaScript.

Field Case

Component type

module

Maintenance status

Development status

Component created

Component changed

Content contribution hints related to case, for text fields

Notifies content editors if

  • the case is not compliant with the contribution guideline (e.g. ucfirst, propercase, ...).
  • a certain amount of caps are detected (e.g. caps lock activated).

The contribution hint is displayed while typing to avoid overhead on the field description initial state.

Embed Templates

Component type

module

Maintenance status

Development status

Downloads

349

Component created

Component changed

Background:

Clients often have a need for taking code from a third-party service and injecting
that into their site through embed codes. Tracking pixels, third-party forms, and
media assets are good examples of embeds that your clients might request for their
web application.

Base64 Image Clean

Component type

module

Categories

Maintenance status

Development status

Downloads

79

Component created

Component changed

This is a small module designed to do one thing: prevent base64 image data from reaching your database. Why would you want this? two reasons. The first is database size, since base64 image data can be quite large, bloating out tables. The second is search API, since you don't really need base64 data to be indexed, this prevents the search API from scanning through it.