mirror of
https://github.com/codex-team/editor.js
synced 2026-03-16 15:45:47 +01:00
Paste tool remake and more video-services added
This commit is contained in:
parent
1f36b01b71
commit
089c8b59de
12 changed files with 277 additions and 289 deletions
|
|
@ -42,12 +42,13 @@
|
|||
<script src="plugins/twitter/twitter.js"></script>
|
||||
<link rel="stylesheet" href="plugins/twitter/twitter.css">
|
||||
|
||||
<script src="plugins/paste/paste.js"></script>
|
||||
<link rel="stylesheet" href="plugins/paste/paste.css">
|
||||
|
||||
<script src="plugins/video/video.js"></script>
|
||||
<link rel="stylesheet" href="plugins/video/video.css">
|
||||
|
||||
<script src="plugins/paste/paste.js"></script>
|
||||
<script src="plugins/paste/patterns.js"></script>
|
||||
<link rel="stylesheet" href="plugins/paste/paste.css">
|
||||
|
||||
<script>
|
||||
codex.start({
|
||||
textareaId : "codex_area",
|
||||
|
|
@ -73,7 +74,7 @@
|
|||
render: null,
|
||||
save: pasteTool.save,
|
||||
enableLineBreaks: false,
|
||||
callbacks: pasteTool.callbacks,
|
||||
callbacks: pasteTool.pasted,
|
||||
allowedToPaste: false
|
||||
},
|
||||
header: {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue