mirror of
https://github.com/codex-team/editor.js
synced 2026-03-15 23:25:47 +01:00
New plugins in an example page (#431)
* Add code and marker * update * Add shortcuts * Change marker shortcut * Update marker
This commit is contained in:
parent
8ee951ca76
commit
0ea3197a73
6 changed files with 44 additions and 25 deletions
6
.gitmodules
vendored
6
.gitmodules
vendored
|
|
@ -19,3 +19,9 @@
|
|||
[submodule "src/components/tools/paragraph"]
|
||||
path = src/components/tools/paragraph
|
||||
url = https://github.com/codex-editor/paragraph
|
||||
[submodule "example/tools/marker"]
|
||||
path = example/tools/marker
|
||||
url = https://github.com/codex-editor/marker
|
||||
[submodule "example/tools/code"]
|
||||
path = example/tools/code
|
||||
url = https://github.com/codex-editor/code
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue