Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Delimiter tool #362

Merged
merged 3 commits into from
Jul 30, 2018
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 9 additions & 2 deletions example/example.html
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@
<script src="https://cdn.rawgit.com/codex-editor/paragraph/70058dd5/dist/bundle.js"></script><!-- Paragraph -->
<script src="https://cdn.rawgit.com/codex-editor/header/ecc00aa2/dist/bundle.js"></script> <!-- Header -->
<script src="https://cdn.rawgit.com/codex-editor/simple-image/51f6f9f2/dist/bundle.js"></script> <!-- Simple Image -->
<script src="https://cdn.rawgit.com/codex-editor/delimiter/9377e8a3/dist/bundle.js"></script> <!-- Delimiter -->

<script src="plugins/list/list.js?v=100"></script>
<link rel="stylesheet" href="plugins/list/list.css">
Expand Down Expand Up @@ -102,7 +103,9 @@
quote: {
class: Quote,
inlineToolbar: true,
}
},

delimiter: Delimiter,
},

/**
Expand Down Expand Up @@ -149,7 +152,7 @@
{
type: "header",
data: {
text: "Что значит «блочный» редкатор",
text: "Что значит «блочный» редактор",
level: 3
}
},
Expand Down Expand Up @@ -188,6 +191,10 @@
withBackground: false,
}
},
{
type : 'delimiter',
data : {}
},
{
type : 'text',
data : {
Expand Down