utakka/redactor-anchors

This package is abandoned and no longer maintained. No replacement package was suggested.

Support for anchors in Craft CMS Redactor

Maintainers

πŸ‘ Utakka

Package info

github.com/heidkaemper/craft-redactor-anchors

Documentation

Language:JavaScript

Type:craft-plugin

pkg:composer/utakka/redactor-anchors

Statistics

Installs: 116 271

Dependents: 1

Suggesters: 0

Stars: 10

Open Issues: 0

1.5.0 2024-04-29 17:45 UTC

Requires

Requires (Dev)

Suggests

None

Provides

None

Conflicts

None

Replaces

None

This package is auto-updated.

Last update: 2026-01-24 08:29:13 UTC


README

πŸ‘ Image of Craft Redactor Anchors

Add anchor functionality for Redactor 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