Skip to content
This repository has been archived by the owner on Jul 27, 2021. It is now read-only.

McArrow/ckeditor5-anchor

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

CKEditor 5 anchor

This package implements the anchor feature for CKEditor 5. It allows inserting anchor elements (ID field) into the edited content and offers the UI to create and edit them.

Getting Started

These instructions will get you a install this library in your CKEditor project.

Prerequisites

This library needs CKEditor5 in order to work properly.

Installing

Add ckeditor5 anchor as dependency in package.json:

"@ckeditor/ckeditor5-anchor": "bvedad/ckeditor5-anchor",

Import package

import Anchor from '@ckeditor/ckeditor5-anchor/src/anchor';

Use it in the code

ClassicEditor
    .create( document.querySelector( '#editor' ), {
        plugins: [ Link, ... ],
        toolbar: [ 'link', ... ],
    } )
    .then( ... )
    .catch( ... );

Authors

  • Vedad Burgić (InProd Solutions) - Initial work - bvedad

Acknowledgments

  • CKEditor5 link feature

About

Anchor feature for CKEditor 5.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 100.0%