diff --git a/.gitmodules b/.gitmodules index 35eeb743..02a73d42 100644 --- a/.gitmodules +++ b/.gitmodules @@ -31,3 +31,6 @@ [submodule "example/tools/embed"] path = example/tools/embed url = https://github.com/codex-editor/embed +[submodule "example/tools/table"] + path = example/tools/table + url = https://github.com/codex-editor/table diff --git a/example/example.html b/example/example.html index 75768707..9303c678 100644 --- a/example/example.html +++ b/example/example.html @@ -48,6 +48,7 @@ + @@ -130,6 +131,12 @@ }, embed: Embed, + + table: { + class: Table, + inlineToolbar: true + }, + }, /** diff --git a/example/tools/table b/example/tools/table new file mode 160000 index 00000000..040b0822 --- /dev/null +++ b/example/tools/table @@ -0,0 +1 @@ +Subproject commit 040b0822a9166670d51374d2fa1ffe7caa095736