https://github.com/audreyfeldroy/ckeditor5-build-writernaut
Custom CKEditor 5 Writernaut build based on the CKEditor 5 Classic build
https://github.com/audreyfeldroy/ckeditor5-build-writernaut
Last synced: 2 months ago
JSON representation
Custom CKEditor 5 Writernaut build based on the CKEditor 5 Classic build
- Host: GitHub
- URL: https://github.com/audreyfeldroy/ckeditor5-build-writernaut
- Owner: audreyfeldroy
- License: other
- Created: 2020-10-14T21:51:28.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2021-04-11T18:53:49.000Z (about 4 years ago)
- Last Synced: 2025-02-04T14:50:09.026Z (4 months ago)
- Language: HTML
- Size: 3.67 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE.md
Awesome Lists containing this project
README
ckeditor5-build-writernaut
========================================Writernaut.com uses this custom CKEditor 5 build.
## Local Development
Fork this, then:
```
git clone [email protected]:yourusername/ckeditor5-build-writernaut.git
cd ckeditor5-build-writernaut
npm link
```From your project:
```
npm link ckeditor5-build-writernaut
```Then come back to this package directory and build it:
```
npm run build
```To import it:
```
import WriternautEditor from "ckeditor5-build-writernaut";
```To release a new package version:
```
np
```