@fieldguide/ckeditor5-build
TypeScript icon, indicating that this package has built-in type declarations

3.0.2 • Public • Published

npm version

CKEditor 5 Custom Build

Custom CKEditor 5 editor build, initially generated by their online builder tool.

Getting Started

  1. Install dependencies:

    npm install
  2. Add a plugin to the editor

  3. Rebuild editor:

    npm run build

Development

Changes to this package can be tested locally in fieldguide via npm link:

  1. Register this package as a link:

    [/path/to/ckeditor-build] npm link
  2. Link this package in fieldguide:

    [/path/to/fieldguide] npm link "@fieldguide/ckeditor5-build"

Unlink Steps

  1. First, remove the linked installed module in fieldguide:

    [/path/to/fieldguide] npm unlink "@fieldguide/ckeditor5-build"
  2. Then remove the global symlink by running the following in ckeditor-build:

    [/path/to/ckeditor-build] npm unlink

See this stackoverflow answer for more info.

Release

This package is automatically published to npm on merges to master based on the specified package.json version.

Readme

Keywords

none

Package Sidebar

Install

npm i @fieldguide/ckeditor5-build

Weekly Downloads

581

Version

3.0.2

License

SEE LICENSE IN LICENSE.md

Unpacked Size

8.97 MB

Total Files

75

Last publish

Collaborators

  • fieldguide-engineering
  • namoscato-fieldguide