Skip to content

Commit 6b14603

Browse files
authored
Add embed plugin to example (codex-team#491)
* Add embed plugin to example * Remove .git
1 parent 6a90784 commit 6b14603

File tree

3 files changed

+7
-0
lines changed

3 files changed

+7
-0
lines changed

.gitmodules

+3
Original file line numberDiff line numberDiff line change
@@ -28,3 +28,6 @@
2828
[submodule "example/tools/image"]
2929
path = example/tools/image
3030
url = https://github.com/codex-editor/image
31+
[submodule "example/tools/embed"]
32+
path = example/tools/embed
33+
url = https://github.com/codex-editor/embed

example/example.html

+3
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,7 @@
4747
<script src="./tools/list/dist/bundle.js"></script><!-- List -->
4848
<script src="./tools/quote/dist/bundle.js"></script><!-- Quote -->
4949
<script src="./tools/code/dist/bundle.js"></script><!-- Code -->
50+
<script src="./tools/embed/dist/bundle.js"></script><!-- Embed -->
5051

5152
<script src="./tools/marker/dist/bundle.js"></script><!-- Marker -->
5253
<script src="./tools/inline-code/dist/bundle.js"></script><!-- Inline Code -->
@@ -127,6 +128,8 @@
127128
class: InlineCode,
128129
shortcut: 'CMD+SHIFT+C'
129130
},
131+
132+
embed: Embed,
130133
},
131134

132135
/**

example/tools/embed

Submodule embed added at f64378a

0 commit comments

Comments
 (0)