Prosemirror working - with some toolbar options

This commit is contained in:
Mathias Biilmann Christensen
2016-11-01 16:55:21 -07:00
parent 6015692118
commit d0df70e4d3
20 changed files with 1127 additions and 1432 deletions

View File

@ -5,7 +5,7 @@ const availableIcons = [
// Font Awesome Editor Icons
'bold', 'italic', 'list', 'font', 'text-height', 'text-width', 'align-left', 'align-center', 'align-right',
'align-justify', 'indent-left', 'indent-right', 'list-bullet', 'list-numbered', 'strike', 'underline', 'table',
'superscript', 'subscript', 'header', 'h1', 'h2', 'paragraph', 'link', 'unlink', 'quote-left', 'quote-right', 'code',
'superscript', 'subscript', 'header', 'h1', 'h2', 'h3', 'paragraph', 'link', 'unlink', 'quote-left', 'quote-right', 'code',
'picture', 'video',
// Entypo
'note', 'note-beamed',