utakka/redactor-anchors

Support for anchors in Craft CMS Redactor

Installs: 96 717

Dependents: 2

Suggesters: 0

Security: 0

Stars: 9

Watchers: 0

Forks: 4

Open Issues: 1

Language:JavaScript

Type:craft-plugin

1.4.3 2024-02-05 08:27 UTC

This package is auto-updated.

Last update: 2024-04-05 09:13:30 UTC


README

Image of Craft Redactor Anchors

Add anchor functionality for Reactor in Craft CMS

Installation

  1. Run Composer in your project folder:
composer require utakka/redactor-anchors
  1. Open your Craft Control Panel, navigate to Plugins and click 'Install' for Redactor Anchors.

  2. Add redactoranchors to plugins array in your Redactor config. Example:

{
    "buttons": ["bold", "italic", "unorderedlist", "link", "redactoranchors", "image"],
    "plugins": ["fullscreen", "redactoranchors"],
    "linkNewTab": true,
    "toolbarFixed": true
}

There is a redactor-config-sample.json, too.

Version Total Downloads