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).

Allows entities to be embedded using a text editor.

Modify behavior and appearance of external links.

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

This plugin module adds the better link dialog and anchor related features to CKEditor 5 in Drupal 10

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

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.

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

Last updated