Skip to content

Commit

Permalink
Merge pull request #2 from dasch-swiss/wip/update-packages
Browse files Browse the repository at this point in the history
chore(deps): update packages
  • Loading branch information
kilchenmann authored Nov 1, 2021
2 parents b72aa13 + 300070a commit 0a00a0b
Show file tree
Hide file tree
Showing 70 changed files with 218 additions and 208 deletions.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
src/*
sample/*
.idea/*
node_modules

.DS_Store
package-lock.json
13 changes: 7 additions & 6 deletions LICENSE.md
Original file line number Diff line number Diff line change
@@ -1,18 +1,19 @@
Software License Agreement
==========================

Copyright (c) 2014-2020, CKSource - Frederico Knabben. All rights reserved.
Copyright (c) 2014-2021, CKSource - Frederico Knabben. All rights reserved.

Online builder code samples are licensed under the terms of the MIT License (see Appendix A):

http://en.wikipedia.org/wiki/MIT_License
http://en.wikipedia.org/wiki/MIT_License

CKEditor 5 collaboration features are only available under a commercial license. [Contact us](https://ckeditor.com/contact/) for more details.

Free 30-days trials of CKEditor 5 collaboration features are available:
* https://ckeditor.com/collaboration/ - Real-time collaboration (with all features).
* https://ckeditor.com/collaboration/comments/ - Inline comments feature (without real-time collaborative editing).
* https://ckeditor.com/collaboration/track-changes/ - Track changes feature (without real-time collaborative editing).

* <https://ckeditor.com/collaboration/> - Real-time collaboration (with all features).
* <https://ckeditor.com/collaboration/comments/> - Inline comments feature (without real-time collaborative editing).
* <https://ckeditor.com/collaboration/track-changes/> - Track changes feature (without real-time collaborative editing).

Trademarks
----------
Expand All @@ -28,7 +29,7 @@ Appendix A: The MIT License

The MIT License (MIT)

Copyright (c) 2014-{YEAR}, CKSource - Frederico Knabben
Copyright (c) 2014-2021, CKSource - Frederico Knabben

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
20 changes: 9 additions & 11 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,13 @@ This repository presents a CKEditor 5 editor build generated by the [Online buil

If you picked the real-time collaboration plugins:

2. Fill the dialog with correct token, websocket and upload URL endpoints. If you do not have these yet or do not know their meaning, [contact us](https://ckeditor.com/contact/).
1. Fill the dialog with correct token, websocket and upload URL endpoints. If you do not have these yet or do not know their meaning, [contact us](https://ckeditor.com/contact/).

3. Copy the URL and share it or paste in another tab to enjoy real-time collaborative editing.
1. Copy the URL and share it or paste in another tab to enjoy real-time collaborative editing.

If you picked the non-real-time collaboration plugins:

2. Fill the prompt with the license key. If you do not have the license key yet [contact us](https://ckeditor.com/contact/).
1. Fill the prompt with the license key. If you do not have the license key yet [contact us](https://ckeditor.com/contact/).

## Configuring build

Expand All @@ -30,7 +30,7 @@ Note that it is also possible to go back to the [Online builder tool](https://ck

In order to rebuild the application you need to install all dependencies first. To do it, open the terminal in the project directory and type:

```
```shell
npm install
```

Expand All @@ -44,28 +44,26 @@ Now you can install additional plugin in the build. Just follow the [Adding a pl

If you have already done the [Installation](#installation) and [Adding or removing plugins](#adding-or-removing-plugins) steps, you're ready to rebuild the editor by running the following command:

```
```shell
npm run build
```

This will build the CKEditor 5 to the `build` directory. You can open your browser and you should be able to see the changes you've made in the code. If not, then try to refresh also the browser cache by typing `Ctrl + R` or `Cmd + R` depending on your system.

## What's next?

Follow the guides available on https://ckeditor.com/docs/ckeditor5/latest/framework/index.html and enjoy the document editing.
Follow the guides available on <https://ckeditor.com/docs/ckeditor5/latest/framework/index.html> and enjoy the document editing.

## FAQ

| Where is the place to report bugs and feature requests?

You can create an issue on https://github.com/ckeditor/ckeditor5/issues including the build id - `mvg7gje9ue4m-2vp7lbxcrw28`. Make sure that the question / problem is unique, please look for a possibly asked questions in the search box. Duplicates will be closed.
You can create an issue on <https://github.com/ckeditor/ckeditor5/issues> including the build id - `3m2h62t55rm-qe3sl09wzfmh`. Make sure that the question / problem is unique, please look for a possibly asked questions in the search box. Duplicates will be closed.

| Where can I learn more about the CKEditor 5 framework?

Here: https://ckeditor.com/docs/ckeditor5/latest/framework/
Here: <https://ckeditor.com/docs/ckeditor5/latest/framework/>

| Is it possible to use online builder with common frameworks like React, Vue or Angular?

Not yet, but it these integrations will be available at some point in the future.



4 changes: 2 additions & 2 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/af.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/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 0a00a0b

Please sign in to comment.