forked from codex-team/editor.js
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Rename plugins repo * Update submodules` remotes * Bump version
- Loading branch information
Showing
22 changed files
with
77 additions
and
77 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Submodule checklist
updated
9 files
+4 −0 | .npmignore | |
+1 −1 | LICENSE | |
+10 −10 | README.md | |
+1 −1 | dist/bundle.js | |
+0 −5,514 | package-lock.json | |
+14 −16 | package.json | |
+2 −2 | src/index.js | |
+8 −1 | webpack.config.js | |
+4,066 −0 | yarn.lock |
Submodule code
updated
8 files
+8 −0 | .npmignore | |
+10 −10 | README.md | |
+3 −3 | dist/bundle.js | |
+0 −5,195 | package-lock.json | |
+15 −17 | package.json | |
+3 −3 | src/index.js | |
+12 −5 | webpack.config.js | |
+1,079 −836 | yarn.lock |
Submodule delimiter
updated
8 files
+4 −0 | .npmignore | |
+10 −10 | README.md | |
+3 −3 | dist/bundle.js | |
+0 −5,385 | package-lock.json | |
+14 −14 | package.json | |
+2 −2 | src/index.js | |
+12 −5 | webpack.config.js | |
+4,506 −0 | yarn.lock |
Submodule embed
updated
11 files
+8 −0 | .babelrc | |
+7 −0 | .npmignore | |
+14 −14 | README.md | |
+1 −1 | dist/bundle.js | |
+0 −5,608 | package-lock.json | |
+18 −16 | package.json | |
+5 −7 | src/index.js | |
+1 −1 | src/services.js | |
+2 −2 | test/services.js | |
+10 −5 | webpack.config.js | |
+1,271 −708 | yarn.lock |
Submodule header
updated
8 files
+4 −0 | .npmignore | |
+11 −11 | README.md | |
+3 −3 | dist/bundle.js | |
+0 −5,222 | package-lock.json | |
+14 −16 | package.json | |
+4 −4 | src/index.js | |
+11 −4 | webpack.config.js | |
+3,907 −0 | yarn.lock |
Submodule image
updated
11 files
+7 −0 | .npmignore | |
+9 −9 | README.md | |
+31 −31 | dist/bundle.js | |
+0 −7,160 | package-lock.json | |
+13 −11 | package.json | |
+7 −7 | src/index.js | |
+3 −3 | src/tunes.js | |
+2 −2 | src/ui.js | |
+4 −4 | src/uploader.js | |
+9 −4 | webpack.config.js | |
+5,074 −0 | yarn.lock |
Submodule inline-code
updated
8 files
+5 −0 | .npmignore | |
+9 −9 | README.md | |
+1 −1 | dist/bundle.js | |
+0 −5,319 | package-lock.json | |
+14 −16 | package.json | |
+1 −2 | src/index.js | |
+11 −4 | webpack.config.js | |
+3,907 −0 | yarn.lock |
Submodule link
updated
6 files
+7 −0 | .npmignore | |
+9 −9 | README.md | |
+0 −7,190 | package-lock.json | |
+13 −10 | package.json | |
+1 −1 | src/index.js | |
+769 −145 | yarn.lock |
Submodule list
updated
from bf49d0 to bd3d44
Submodule marker
updated
8 files
+5 −0 | .npmignore | |
+9 −9 | README.md | |
+1 −1 | dist/bundle.js | |
+0 −5,385 | package-lock.json | |
+14 −16 | package.json | |
+2 −2 | src/index.js | |
+11 −4 | webpack.config.js | |
+3,907 −0 | yarn.lock |
Submodule quote
updated
7 files
+4 −0 | .npmignore | |
+10 −10 | README.md | |
+1 −1 | dist/bundle.js | |
+14 −16 | package.json | |
+3 −3 | src/index.js | |
+11 −4 | webpack.config.js | |
+1,079 −836 | yarn.lock |
Submodule simple-image
updated
8 files
+5 −0 | .npmignore | |
+9 −9 | README.md | |
+1 −1 | dist/bundle.js | |
+0 −5,288 | package-lock.json | |
+14 −16 | package.json | |
+3 −3 | src/index.js | |
+11 −4 | webpack.config.js | |
+3,907 −0 | yarn.lock |
Submodule table
updated
7 files
+6 −5 | .npmignore | |
+9 −9 | README.md | |
+1 −1 | dist/bundle.js | |
+15 −14 | package.json | |
+1 −1 | src/plugin.js | |
+1 −1 | src/tableConstructor.js | |
+354 −299 | yarn.lock |
Submodule paragraph
updated
8 files
+4 −0 | .npmignore | |
+10 −10 | README.md | |
+3 −3 | dist/bundle.js | |
+0 −5,319 | package-lock.json | |
+15 −17 | package.json | |
+3 −3 | src/index.js | |
+11 −4 | webpack.config.js | |
+3,907 −0 | yarn.lock |