new modifications

1) improved blocks transmition. We can switch contenteditable elements
by clicking arrow buttons.

2) Refactoring (Removing) blocks. When backspace key pressed and input
is empty, we can remove from DOM this element
This commit is contained in:
khaydarov 2016-07-13 20:08:53 +03:00
commit 9425e17598
19 changed files with 408 additions and 403 deletions

7
plugins/code/code.css Normal file
View file

@ -0,0 +1,7 @@
.tool-code {
display: block;
font-family: 'monospace', 'monaco', 'consolas', 'courier';
line-height: 1.5em;
background: #f8f8fd !important;
color: #4a8bd1;
}