Rename plugins org (#633)

* Rename plugins repo

* Update submodules` remotes

* Bump version
This commit is contained in:
George Berezhnoy 2019-03-02 21:45:03 +03:00 committed by GitHub
parent 19d228db17
commit d9bb7ff958
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
22 changed files with 77 additions and 77 deletions

28
.gitmodules vendored
View file

@ -1,42 +1,42 @@
[submodule "example/tools/inline-code"]
path = example/tools/inline-code
url = https://github.com/codex-editor/inline-code
url = https://github.com/editor-js/inline-code
[submodule "example/tools/header"]
path = example/tools/header
url = https://github.com/codex-editor/header
url = https://github.com/editor-js/header
[submodule "example/tools/delimiter"]
path = example/tools/delimiter
url = https://github.com/codex-editor/delimiter
url = https://github.com/editor-js/delimiter
[submodule "example/tools/list"]
path = example/tools/list
url = https://github.com/codex-editor/list
url = https://github.com/editor-js/list
[submodule "example/tools/quote"]
path = example/tools/quote
url = https://github.com/codex-editor/quote
url = https://github.com/editor-js/quote
[submodule "example/tools/simple-image"]
path = example/tools/simple-image
url = https://github.com/codex-editor/simple-image
url = https://github.com/editor-js/simple-image
[submodule "src/components/tools/paragraph"]
path = src/components/tools/paragraph
url = https://github.com/codex-editor/paragraph
url = https://github.com/editor-js/paragraph
[submodule "example/tools/marker"]
path = example/tools/marker
url = https://github.com/codex-editor/marker
url = https://github.com/editor-js/marker
[submodule "example/tools/code"]
path = example/tools/code
url = https://github.com/codex-editor/code
url = https://github.com/editor-js/code
[submodule "example/tools/image"]
path = example/tools/image
url = https://github.com/codex-editor/image
url = https://github.com/editor-js/image
[submodule "example/tools/embed"]
path = example/tools/embed
url = https://github.com/codex-editor/embed
url = https://github.com/editor-js/embed
[submodule "example/tools/table"]
path = example/tools/table
url = https://github.com/codex-editor/table
url = https://github.com/editor-js/table
[submodule "example/tools/checklist"]
path = example/tools/checklist
url = https://github.com/codex-editor/checklist
url = https://github.com/editor-js/checklist
[submodule "example/tools/link"]
path = example/tools/link
url = https://github.com/codex-editor/link
url = https://github.com/editor-js/link

View file

@ -33,7 +33,7 @@ Welcome to testing stage. Please, join a [public Telegram-chat](//t.me/codex_edi
- `New` *Block Selection* — Ability to select Block by `CMD+A`, and the whole Editor by double `CMD+A`. After that, you can copy (`CMD+C`), remove (`Backspace`) or clear (`Enter`) selected Blocks.
- `New` *[Styles API](https://github.com/codex-team/editor.js/blob/master/types/api/styles.d.ts)* — Added `button` class for stylization of any buttons provided by Tools with one unified style.
- `New` *[Notifier API](https://github.com/codex-team/editor.js/blob/master/docs/api.md#notifierapi)* — methods for showing user notifications: on success, errors, warnings, etc.
- `New` *Block Tool* — [Table](http://github.com/codex-editor/table) constructor 💪
- `New` *Block Tool* — [Table](http://github.com/editor-js/table) constructor 💪
- `New` If one of the Tools is unavailable on Editor initialization, its Blocks will be rendered with *Dummy Block*, describing that user can not edit content of this Block. Dummy Blocks can be moved, removed and saved as normal Blocks. So saved data won't be lost if one of the Tools is failed
- `New` [Public TS-types](https://github.com/codex-team/editor.js/tree/master/types) are presented.
- `Changes` *Tools API* — options `irreplaceable` and `contentless` was removed.
@ -74,7 +74,7 @@ Sorry if we missed something. You can join a [Telegram-chat](//t.me/codex_editor
Editor.js is a Block-Styled editor. Blocks are structural units, of which the Entry is composed.
For example, `Paragraph`, `Heading`, `Image`, `Video`, `List` are Blocks. Each Block is represented by Plugin.
We have [many](http://github.com/codex-editor/) ready-to-use Plugins and the [simple API](docs/tools.md) for creation new ones.
We have [many](http://github.com/editor-js/) ready-to-use Plugins and the [simple API](docs/tools.md) for creation new ones.
So how to use the Editor after [Installation](docs/installation.md).
@ -83,7 +83,7 @@ So how to use the Editor after [Installation](docs/installation.md).
- Press `TAB` again to leaf Toolbox and select a Block you need. Then press Enter.
![](https://github.com/codex-editor/list/raw/master/assets/example.gif)
![](https://github.com/editor-js/list/raw/master/assets/example.gif)
- Select text fragment and apply a style or insert a link from the Inline Toolbar
@ -184,11 +184,11 @@ Copy [editor.js](build/editor.js) file to your project and load it.
Each Block at the Editor.js represented by [Tools](docs/tools.md). There are simple external scripts with own logic. Probably you want to use several Block Tools that should be connected.
For example check out our [Header](https://github.com/codex-editor/header) Tool that represents heading blocks.
For example check out our [Header](https://github.com/editor-js/header) Tool that represents heading blocks.
You can install Header Tool by the same way as the Editor (Node.js, CDN, local file).
Check [Editor.js's community](https://github.com/codex-editor/) to see more ready-to-use Tools.
Check [Editor.js's community](https://github.com/editor-js/) to see more ready-to-use Tools.
**Example:** use Header from CDN

12
dist/editor.js vendored

File diff suppressed because one or more lines are too long

View file

@ -76,6 +76,32 @@ WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
regenerator-runtime
MIT
@babel/register
MIT
MIT License
Copyright (c) 2014-2018 Sebastian McKenzie <sebmck@gmail.com>
Permission is hereby granted, free of charge, to any person obtaining
a copy of this software and associated documentation files (the
"Software"), to deal in the Software without restriction, including
without limitation the rights to use, copy, modify, merge, publish,
distribute, sublicense, and/or sell copies of the Software, and to
permit persons to whom the Software is furnished to do so, subject to
the following conditions:
The above copyright notice and this permission notice shall be
included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
codex-notifier
MIT
MIT License
@ -353,7 +379,7 @@ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
codex.editor.paragraph
@editorjs/paragraph
MIT
MIT License
@ -376,29 +402,3 @@ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
@babel/register
MIT
MIT License
Copyright (c) 2014-2018 Sebastian McKenzie <sebmck@gmail.com>
Permission is hereby granted, free of charge, to any person obtaining
a copy of this software and associated documentation files (the
"Software"), to deal in the Software without restriction, including
without limitation the rights to use, copy, modify, merge, publish,
distribute, sublicense, and/or sell copies of the Software, and to
permit persons to whom the Software is furnished to do so, subject to
the following conditions:
The above copyright notice and this permission notice shall be
included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

View file

@ -106,7 +106,7 @@
- `New` *Block Selection* — Ability to select Block by `CMD+A`, and the whole Editor by double `CMD+A`. After that, you can copy (`CMD+C`), remove (`Backspace`) or clear (`Enter`) selected Blocks.
- `New` *[Styles API](https://github.com/codex-team/editor.js/blob/master/types/api/styles.d.ts)* — Added `button` class for stylization of any buttons provided by Tools with one unified style.
- `New` *[Notifier API](https://github.com/codex-team/editor.js/blob/master/docs/api.md#notifierapi)* — methods for showing user notifications: on success, errors, warnings, etc.
- `New` *Block Tool* — [Table](http://github.com/codex-editor/table) constructor 💪
- `New` *Block Tool* — [Table](http://github.com/editor-js/table) constructor 💪
- `New` If one of the Tools is unavailable on Editor initialization, its Blocks will be rendered with *Dummy Block*, describing that user can not edit content of this Block. Dummy Blocks can be moved, removed and saved as normal Blocks. So saved data won't be lost if one of the Tools is failed
- `New` [Public TS-types](https://github.com/codex-team/editor.js/tree/master/types) are presented.
- `Changes` *Tools API* — options `irreplaceable` and `contentless` was removed.
@ -129,11 +129,11 @@ See a whole [Changelog](/docs/)
### 2.1-beta changelog
- `New` *Tools API* — support pasted content via drag-n-drop or from the Buffer. See [documentation](https://github.com/codex-team/editor.js/blob/master/docs/tools.md#paste-handling) and [example](https://github.com/codex-editor/simple-image/blob/master/src/index.js#L177) at the Simple Image Tool.
- `New` *Tools API* — new `sanitize` getter for Tools for automatic HTML sanitizing of returned data. See [documentation](https://github.com/codex-team/editor.js/blob/master/docs/tools.md#sanitize) and [example](https://github.com/codex-editor/paragraph/blob/master/src/index.js#L121) at the Paragraph Tool
- `New` *Tools API* — support pasted content via drag-n-drop or from the Buffer. See [documentation](https://github.com/codex-team/editor.js/blob/master/docs/tools.md#paste-handling) and [example](https://github.com/editor-js/simple-image/blob/master/src/index.js#L177) at the Simple Image Tool.
- `New` *Tools API* — new `sanitize` getter for Tools for automatic HTML sanitizing of returned data. See [documentation](https://github.com/codex-team/editor.js/blob/master/docs/tools.md#sanitize) and [example](https://github.com/editor-js/paragraph/blob/master/src/index.js#L121) at the Paragraph Tool
- `New` Added `onChange`-callback, fired after any modifications at the Editor. See [documentation](https://github.com/codex-team/editor.js/blob/master/docs/installation.md#features).
- `New` New Inline Tool example — [Marker](https://github.com/codex-editor/marker)
- `New` New Inline Tool example — [Code](https://github.com/codex-editor/code)
- `New` New Inline Tool example — [Marker](https://github.com/editor-js/marker)
- `New` New Inline Tool example — [Code](https://github.com/editor-js/code)
- `New` New [Editor.js PHP](http://github.com/codex-team/codex.editor.backend) — example of server-side implementation with HTML purifying and data validation.
- `Improvements` - Improvements of Toolbar's position calculation.
- `Improvements` — Improved zero-configuration initialization.

View file

@ -54,11 +54,11 @@ Copy [editorjs.js](../dist/editor.js) file to your project and load it.
Each Block at the Editor.js represented by [Tools](tools.md). There are simple external scripts with own logic. Probably you want to use several Block Tools that should be connected.
For example check out our [Header](https://github.com/codex-editor/header) Tool that represents heading blocks.
For example check out our [Header](https://github.com/editor-js/header) Tool that represents heading blocks.
You can install Header Tool via the same ways as an Editor (Node.js, CDN, local file).
Check [Editor.js's community](https://github.com/codex-editor/) to see Tools examples.
Check [Editor.js's community](https://github.com/editor-js/) to see Tools examples.
**Example:** use Header from CDN

View file

@ -4,7 +4,7 @@
Editor.js is a Block-Styled editor. Blocks is a structural units, of which the Entry is composed.
For example, `Paragraph`, `Heading`, `Image`, `Video`, `List` are Blocks. Each Block is represented by a Plugin.
We have [many](http://github.com/codex-editor/) ready-to-use Plugins and the [simple API](tools.md) for creation new ones.
We have [many](http://github.com/editor-js/) ready-to-use Plugins and the [simple API](tools.md) for creation new ones.
So how to use the Editor after [Installation](installation.md).
@ -13,7 +13,7 @@ So how to use the Editor after [Installation](installation.md).
- Press `TAB` again to leaf Toolbox and select a Block you need. Then press Enter.
![](https://github.com/codex-editor/list/raw/master/assets/example.gif)
![](https://github.com/editor-js/list/raw/master/assets/example.gif)
- Select text fragment and apply a style or insert a link from the Inline Toolbar

View file

@ -14,7 +14,7 @@
<a class="ce-example__header-logo" href="https://ifmo.su/editor">Editor.js 🤩🧦🤨</a>
<div class="ce-example__header-menu">
<a href="https://github.com/codex-editor/" target="_blank">Plugins</a>
<a href="https://github.com/editor-js/" target="_blank">Plugins</a>
</div>
</div>
<div class="ce-example__content _ce-example__content--small">
@ -40,7 +40,7 @@
Also you can load each Tool from CDN or use NPM/Yarn packages.
Read more in Tool's README file. For example:
https://github.com/codex-editor/header#installation
https://github.com/editor-js/header#installation
-->
<script src="./tools/header/dist/bundle.js"></script><!-- Header -->
<script src="./tools/simple-image/dist/bundle.js"></script><!-- Image -->

@ -1 +1 @@
Subproject commit d8f0ce863d5982dcfdd6df7b13d7ce4e4422ac05
Subproject commit df6dcedb92ef586901b04cf72946aced9e36e58d

@ -1 +1 @@
Subproject commit b17a516480d7b22d1b7f3f7effe811a86b2662d1
Subproject commit 62425d7eb6378425b8103e2b84b131f0a489eaaf

@ -1 +1 @@
Subproject commit 6ca046b4e3e7810fd94ea9b2bc796afd2a4aa258
Subproject commit 6819831b7166c1cdfa31df77ab569274d9910aac

@ -1 +1 @@
Subproject commit 0cc71289a9ba7f65340a792c07e9a3f9733bcdc9
Subproject commit a99abc4f84c8dc44b86f037f74e971374d28e22f

@ -1 +1 @@
Subproject commit d8e267346f804eb5d982688e84ec177ecaed4a8a
Subproject commit 5bc98b54d6ad67935578e230ed17880e85495dc9

@ -1 +1 @@
Subproject commit ff065f6263cb410fe1f5f9ca2ef1b38037aa2f71
Subproject commit d5edae3137f2ef6575bf78214063f479ace93ec0

@ -1 +1 @@
Subproject commit b8dea699c52b789ae50b9c1f374cfb1b70f4a515
Subproject commit 522f4bcf56776ffb573f462be6a4eb87d6fc9e7b

@ -1 +1 @@
Subproject commit a4c69756d72f73e6065719b1cb7cc0c6d6628605
Subproject commit ed7e8cf6d257aeac946e8395ed610ff171915dba

@ -1 +1 @@
Subproject commit bf49d04b83af94a25a4cfdebddce1987a30723d4
Subproject commit bd3d444af77ccdb58bc59906f11853fe994f5e2c

@ -1 +1 @@
Subproject commit 99c37eb07f9ed93551dd8ca2678f2ff740c6a15f
Subproject commit 414c02a28bed932cb396329787c0adadf8a9111f

@ -1 +1 @@
Subproject commit 1f51ce71240cafe7848573769f7db9b0f8a28885
Subproject commit 7f2e71470910291ba3ebd2fc013fbef33d054aa3

@ -1 +1 @@
Subproject commit b5e32c589cc20799aaa1f8e992bf3ef44869394f
Subproject commit 26889a13713a2dd477124196b32e9817e6f5caae

@ -1 +1 @@
Subproject commit 4451cfff86417bcbeec2f6ce05a94f9a1ac92562
Subproject commit a2647e64feb5a744aa6cd51a5e08ca76b6cbfe6b

@ -1 +1 @@
Subproject commit 405dfd3f5d84210499ecdf09ef7af4346cec8058
Subproject commit abd28780af5c4bdb4c4d47cdeb6940af2ba7830e