-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcommander.js
1 lines (1 loc) · 1.69 KB
/
commander.js
1
module.exports = '<div id="ced-commands">\n<button data-ced=\'undo\' class="orange" title="undo">↺</button>\n<button data-ced=\'redo\' class="orange" title="redo">↻</button>\n<button data-ced=\'h1\' class="grey" title="Title heading">h1</button>\n<button data-ced=\'h2\' class="grey" title="Subtitle heading">h2</button>\n<button data-ced=\'h3\' class="grey" title="Heading 3">h3</button>\n<button data-ced=\'h4\' class="grey" title="Heading 4">h4</button>\n<button data-ced=\'h5\' class="grey" title="Heading 5">h5</button>\n<button data-ced=\'p\' class="grey" title="Paragraf">P</button>\n<button data-ced=\'bold\' class=\'blue\' title="bold">B</button>\n<button data-ced=\'italic\' class=\'blue\' title="italic">i</button>\n<button data-ced=\'underline\' class=\'blue\' title="underline">_</button>\n<button data-ced=\'strikeThrough\' class=\'blue\' title="strikethrough">-</buttton>\n<button data-ced=\'insertUnorderedList\' class=\'blue\' title="bulleted list">*</button>\n<button data-ced=\'insertOrderedList\' class=\'blue\' title="Numbered list">1.</button>\n<button data-ced=\'subscript\' class=\'blue\' title="Subscript">Sub</button>\n<button data-ced=\'superscript\' class=\'blue\' title="Superscript">Sup</button>\n<button data-ced=\'justifyLeft\' class=\'black\' title="left">⇤</button>\n<button data-ced=\'justifyCenter\' class=\'black\' title="center">↔</button>\n<button data-ced=\'justifyRight\' class=\'black\' title="right">⇥</button>\n<button data-ced=\'indent\' class=\'black\' title="indent">⇢</button>\n<button data-ced=\'justifyFull\' class=\'black\' title="justify">↭</button>\n<button data-ced=\'outdent\' class=\'black\' title="outdent">⇠</button>\n</div>';