3.0.2 • Published 5 months ago

@fieldguide/ckeditor5-build v3.0.2

Weekly downloads
-
License
SEE LICENSE IN LI...
Repository
github
Last release
5 months ago

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.

3.0.2

5 months ago

3.0.1

5 months ago

3.0.0

1 year ago

2.0.0

2 years ago

1.2.0

2 years ago

1.2.3

2 years ago

1.2.2

2 years ago

1.2.1

2 years ago

1.1.0

2 years ago

1.0.0

2 years ago

0.2.1

3 years ago

0.2.0

3 years ago

0.1.2

3 years ago

0.1.1

3 years ago

0.1.0

3 years ago