Add table plugin to example (#493)

* submodule pluged

* remove .git

* Add table plugin to example
This commit is contained in:
horoyami 2018-11-20 21:25:09 +03:00 committed by GitHub
parent 6b1460372d
commit 531f1d253b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 11 additions and 0 deletions

3
.gitmodules vendored
View file

@ -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

View file

@ -48,6 +48,7 @@
<script src="./tools/quote/dist/bundle.js"></script><!-- Quote -->
<script src="./tools/code/dist/bundle.js"></script><!-- Code -->
<script src="./tools/embed/dist/bundle.js"></script><!-- Embed -->
<script src="./tools/table/dist/bundle.js"></script><!-- Table -->
<script src="./tools/marker/dist/bundle.js"></script><!-- Marker -->
<script src="./tools/inline-code/dist/bundle.js"></script><!-- Inline Code -->
@ -130,6 +131,12 @@
},
embed: Embed,
table: {
class: Table,
inlineToolbar: true
},
},
/**

1
example/tools/table Submodule

@ -0,0 +1 @@
Subproject commit 040b0822a9166670d51374d2fa1ffe7caa095736