Varbase Editor

Integrates a rich editor into Varbase distribution.

Varbase Editor Module

Varbase editor features are bundled through the Varbase Editor module. GitHub: https://github.com/Vardot/varbase_editor Drupal.org: https://www.drupal.org/project/varbase_editor

After building a project using the varbase-project template, you can see the code of the Varbase Editor module in:

project_directory
|-- docroot
    |-- modules
        |-- contrib
            |-- varbase_editor

Brings in the following core and contributed modules to your site:

Module

Purpose

Node

(in Drupal core)

Allows content to be submitted to the site and displayed on pages.

Text Editor

(in Drupal core)

Provides a means to associate text formats with text editor libraries such as WYSIWYGs or toolbars.

CKEditor

(in Drupal core)

WYSIWYG editing for rich text fields using CKEditor.

Filter

(in Drupal core)

Filters content in preparation for display.

Provides integration with Ace code editor.

Enables CKEditor 2 bi directional Buttons. One for Right To Left text direction (RTL) and another for Left To Right (LTR).

Adds the Media Embed CKEditor plugins to Drupal.

Allows entities to be embedded using a text editor.

Resizes images based on width and height attributes and optionally link to the original image.

Modify behavior and appearance of external links.

Provides an easy interface for internal and external linking with wysiwyg editors.

Add title, target etc. attributes to Text Editor''s link dialog if the text format allows them.

This plugin module adds the better link dialog and anchor related features to CKEditor in Drupal 8/9

Helps avoid broken links and incorrect paths in content.

Provides a user interface for the Token API and some missing core tokens.

Allows token values to be used as filters.

This module implements extra filtering of text pasted from Word.

Features

  • Full media integration with CKEditor including captions and much more like the CKEditor paste filter which provides extra filtering for text pasted from word.

  • LinkIt Integration for easy internal linking of content.

  • Image enhancements and optimizations.

  • Embeddable media and entities.

  • Path fixing when uploading images or linking to content with absolute URLs directing to staging or development environments.

  • Code Editor for Web Admins.

List of Text Formats

Rich editor

Simple editor

HTML code

CKEditor Paste Filter in Action

The CKEditor paste filter module provides extra filtering for text pasted from word or general text preprocessor applications, Text pasted with formatting will be processed to be displayed with no formatting to it.

The following image shows how a pasted formatted text will look like on the site without using the CKEditor paste filter.

The following image will show how the text will be displayed when using CKEditor paste filter.

Last updated