Add embed plugin to example (#491)

* Add embed plugin to example

* Remove .git
This commit is contained in:
George Berezhnoy 2018-11-18 21:32:25 +03:00 committed by GitHub
parent 6a90784b69
commit 6b1460372d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 7 additions and 0 deletions

3
.gitmodules vendored
View file

@ -28,3 +28,6 @@
[submodule "example/tools/image"]
path = example/tools/image
url = https://github.com/codex-editor/image
[submodule "example/tools/embed"]
path = example/tools/embed
url = https://github.com/codex-editor/embed

View file

@ -47,6 +47,7 @@
<script src="./tools/list/dist/bundle.js"></script><!-- List -->
<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/marker/dist/bundle.js"></script><!-- Marker -->
<script src="./tools/inline-code/dist/bundle.js"></script><!-- Inline Code -->
@ -127,6 +128,8 @@
class: InlineCode,
shortcut: 'CMD+SHIFT+C'
},
embed: Embed,
},
/**

1
example/tools/embed Submodule

@ -0,0 +1 @@
Subproject commit f64378a2f18ee69c66860a3e45d1e392417a4ca7