Shortcode for D8

Component type

module

Maintenance status

Development status

Component created

Component changed

A D8 port for the excellent shortcode module.
Searched around for a D8 version but couldn't find one, so decided to test my understanding of Drupal 8 plugins.

The module consists of a Filter plugin, a ShortcodePluginManager, and an example Shortcode plugin. Will continue to port the rest of the shortcodes over bit by bit!

CKEditor Font Size and Family

Component type

module

Categories

Maintenance status

Development status

Downloads

16886

Component created

Component changed

Introduction

This module enables the Font Size and Family plugin from CKEditor.com in your WYSIWYG.This plugin adds Font Size and Font Family dropdowns that apply as inline element style. The default collection of fonts includes most popular serif fonts (Times New Roman, Georgia), sans-serif fonts (Arial, Verdana, Tahoma), and monospaced fonts (Courier New).

The list of font styles can be easily customized.

FieldCollection Ckeditor

Component type

module

Maintenance status

Development status

Component created

Component changed

This is my solution to render the ckeditor into textarea that is in FieldCollection.

First all, I dont know if there is a better solution... so, I hope that my soluction can help someone :)

The idea is, add the class "field_collection_textarea" into FieldCollection, that is fieldcollection_ckeditor.module:

Title Textarea

Component type

module

Maintenance status

Development status

Downloads

656

Component created

Component changed

Replaces entity legacy fields with regular HTML-capable fields.

Warning

This project is heavily inspired by the Title module. It is very similar code, and both modules will not work together. Since this module also replaces the titles with a Drupal field, these titles will also be translatable.

Dependencies

Title Textarea requires core version at least 7.15.

Exclude Tags

Component type

module

Categories

Maintenance status

Development status

Downloads

231

Component created

Component changed

The Exclude Tags module adds an exclude tags filter to your site, for use with text format, this filter gives the ability to remove specified tags in any text field that uses a text format (such as the body of a content item or the text of a comment).

By default this filter will remove script, video, audio tags in any text field, If required user can add any number of tags to remove.