-
-
Notifications
You must be signed in to change notification settings - Fork 2.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Rename to Editor.js #625
Rename to Editor.js #625
Conversation
…nto feature/rename-to-editor-js
README.md
Outdated
@@ -149,20 +149,20 @@ Choose the most usable method of getting Editor for you. | |||
Install the package via NPM or Yarn | |||
|
|||
```shell | |||
npm i codex.editor --save-dev | |||
npm i editorjs --save-dev |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
не так
README.md
Outdated
``` | ||
|
||
### Use from CDN | ||
|
||
You can load specific version of package from [jsDelivr CDN](https://www.jsdelivr.com/package/npm/codex.editor). | ||
You can load specific version of package from [jsDelivr CDN](https://www.jsdelivr.com/package/npm/editorjs). |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
тут тоже нужна организация?
src/components/modules/saver.ts
Outdated
@@ -68,7 +67,7 @@ export default class Saver extends Module { | |||
let totalTime = 0; | |||
const blocks = []; | |||
|
|||
console.groupCollapsed('[CodexEditor saving]:'); | |||
console.groupCollapsed('[EditorJS saving]:'); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
console.groupCollapsed('[EditorJS saving]:'); | |
console.groupCollapsed('[Editor.js saving]:'); |
Co-Authored-By: gohabereg <gohabereg@users.noreply.github.com>
Co-Authored-By: gohabereg <gohabereg@users.noreply.github.com>
How do I search for this editor in Google/DDG now? New name is totally non-specific :D |
No description provided.