Skip to content

Commit

Permalink
Version 27.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
JDinABox committed Mar 29, 2021
1 parent 144458a commit 86c3d1b
Show file tree
Hide file tree
Showing 61 changed files with 665 additions and 463 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
node_modules/
package-lock.json
yarn.lock
.vscode/
4 changes: 4 additions & 0 deletions LICENSE.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@ Software License Agreement
**CKEditor 5 classic editor build**https://github.com/ckeditor/ckeditor5-build-classic <br>
Copyright (c) 2003-2020, [CKSource](http://cksource.com) Frederico Knabben. All rights reserved.


**CKEditor 5 markdown editor build** <br>
Copyright (c) 2019-2021, JDinABox

Licensed under the terms of [GNU General Public License Version 2 or later](http://www.gnu.org/licenses/gpl.html).

Sources of Intellectual Property Included in CKEditor
Expand Down
13 changes: 8 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ CKEditor 5 markdown editor build
[![npm version](https://badge.fury.io/js/%40jdinabox%2Fckeditor5-build-markdown.svg)](https://badge.fury.io/js/%40jdinabox%2Fckeditor5-build-markdown)
[![npm downloads](https://img.shields.io/npm/dt/@jdinabox/ckeditor5-build-markdown)](https://www.npmjs.com/package/@jdinabox/ckeditor5-build-markdown)
<br>
[![Dependency Status](https://david-dm.org/jdinabox/ckeditor5-build-markdown/status.svg)](https://david-dm.org/ckeditor/ckeditor5-build-classic)
[![devDependency Status](https://david-dm.org/jdinabox/ckeditor5-build-markdown/dev-status.svg)](https://david-dm.org/ckeditor/ckeditor5-build-classic?type=dev)
[![Dependency Status](https://david-dm.org/jdinabox/ckeditor5-build-markdown/status.svg)](https://david-dm.org/jdinabox/ckeditor5-build-markdown)
[![devDependency Status](https://david-dm.org/jdinabox/ckeditor5-build-markdown/dev-status.svg)](https://david-dm.org/jdinabox/ckeditor5-build-markdown?type=dev)

Based on the classic editor build for CKEditor 5. Read more about the [classic editor build](https://ckeditor.com/docs/ckeditor5/latest/builds/guides/overview.html#classic-editor) and see the [demo](https://ckeditor.com/docs/ckeditor5/latest/examples/builds/classic-editor.html).

Expand All @@ -22,13 +22,16 @@ See:

## Quick start

First, install the build from npm:
**First, install the build**:

```bash
npm install --save @jdinabox/ckeditor5-build-markdown
```
```bash
yarn add @jdinabox/ckeditor5-build-markdown
```

And use it in your website:
**And use it in your website**:

```html
<div id="editor">
Expand All @@ -47,7 +50,7 @@ And use it in your website:
</script>
```

Or in your JavaScript application:
**Or in your JavaScript application**:

```js
import MarkdownEditor from '@jdinabox/ckeditor5-build-markdown';
Expand Down
953 changes: 572 additions & 381 deletions build/ckeditor.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion build/ckeditor.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion build/translations/ar.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion build/translations/ast.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion build/translations/az.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 86c3d1b

Please sign in to comment.