Skip to content

Instantly share code, notes, and snippets.

@wincent
Created January 22, 2019 14:46
node_modules
└── alloyeditor
├── BREAKING_CHANGES.md
├── CHANGELOG.md
├── CONTRIBUTING.md
├── LICENSE.md
├── README.md
├── api
│   ├── api.js
│   ├── assets
│   │   ├── css
│   │   │   ├── external-small.png
│   │   │   ├── logo.png
│   │   │   └── main.css
│   │   ├── favicon.ico
│   │   ├── favicon.png
│   │   ├── img
│   │   │   ├── logo-small.png
│   │   │   ├── logo.png
│   │   │   └── spinner.gif
│   │   ├── index.html
│   │   ├── js
│   │   │   ├── api-filter.js
│   │   │   ├── api-list.js
│   │   │   ├── api-search.js
│   │   │   ├── apidocs.js
│   │   │   └── yui-prettify.js
│   │   └── vendor
│   │   └── prettify
│   │   ├── CHANGES.html
│   │   ├── COPYING
│   │   ├── README.html
│   │   ├── prettify-min.css
│   │   └── prettify-min.js
│   ├── classes
│   │   ├── AlloyEditor.html
│   │   ├── Attribute.html
│   │   ├── Base.html
│   │   ├── ButtonActionStyle.html
│   │   ├── ButtonBold.html
│   │   ├── ButtonCamera.html
│   │   ├── ButtonCameraImage.html
│   │   ├── ButtonCfgProps.html
│   │   ├── ButtonCode.html
│   │   ├── ButtonCommand.html
│   │   ├── ButtonCommandActive.html
│   │   ├── ButtonCommandListItem.html
│   │   ├── ButtonCommandsList.html
│   │   ├── ButtonDropdown.html
│   │   ├── ButtonEmbed.html
│   │   ├── ButtonEmbedEdit.html
│   │   ├── ButtonH1.html
│   │   ├── ButtonH2.html
│   │   ├── ButtonHline.html
│   │   ├── ButtonImage.html
│   │   ├── ButtonImageAlignCenter.html
│   │   ├── ButtonImageAlignLeft.html
│   │   ├── ButtonImageAlignRight.html
│   │   ├── ButtonIndentBlock.html
│   │   ├── ButtonItalic.html
│   │   ├── ButtonKeystroke.html
│   │   ├── ButtonLink.html
│   │   ├── ButtonLinkAutocompleteList.html
│   │   ├── ButtonLinkEdit.html
│   │   ├── ButtonLinkTargetEdit.html
│   │   ├── ButtonOrderedList.html
│   │   ├── ButtonOutdentBlock.html
│   │   ├── ButtonParagraphAlign.html
│   │   ├── ButtonParagraphAlignLeft.html
│   │   ├── ButtonParagraphAlignRight.html
│   │   ├── ButtonParagraphCenter.html
│   │   ├── ButtonParagraphJustify.html
│   │   ├── ButtonQuote.html
│   │   ├── ButtonRemoveFormat.html
│   │   ├── ButtonStateClasses.html
│   │   ├── ButtonStrike.html
│   │   ├── ButtonStyle.html
│   │   ├── ButtonStyles.html
│   │   ├── ButtonStylesList.html
│   │   ├── ButtonStylesListItem.html
│   │   ├── ButtonStylesListItemRemove.html
│   │   ├── ButtonSubscript.html
│   │   ├── ButtonSuperscript.html
│   │   ├── ButtonTable.html
│   │   ├── ButtonTableCell.html
│   │   ├── ButtonTableColumn.html
│   │   ├── ButtonTableEdit.html
│   │   ├── ButtonTableHeading.html
│   │   ├── ButtonTableRemove.html
│   │   ├── ButtonTableRow.html
│   │   ├── ButtonTargetList.html
│   │   ├── ButtonTwitter.html
│   │   ├── ButtonUnderline.html
│   │   ├── ButtonUnorderedlist.html
│   │   ├── ButtonsStylesListHeader.html
│   │   ├── CKEDITOR.Link.html
│   │   ├── CKEDITOR.Table.html
│   │   ├── CKEDITOR.plugins.ae_autolink.html
│   │   ├── CKEDITOR.plugins.ae_buttonbridge.html
│   │   ├── CKEDITOR.plugins.ae_menubridge.html
│   │   ├── CKEDITOR.plugins.ae_menubuttonbridge.html
│   │   ├── CKEDITOR.plugins.ae_panelmenubuttonbridge.html
│   │   ├── CKEDITOR.plugins.ae_placeholder.html
│   │   ├── CKEDITOR.plugins.ae_richcombobridge.html
│   │   ├── CKEDITOR.plugins.ae_uibridge.html
│   │   ├── CKEDITOR.plugins.html
│   │   ├── CKEDITOR.tools.html
│   │   ├── Core.html
│   │   ├── Lang.html
│   │   ├── OOP.html
│   │   ├── SelectionRegion.html
│   │   ├── ToolbarAdd.html
│   │   ├── ToolbarButtons.html
│   │   ├── ToolbarStyles.html
│   │   ├── UI.html
│   │   ├── WidgetArrowBox.html
│   │   ├── WidgetDropdown.html
│   │   ├── WidgetExclusive.html
│   │   ├── WidgetFocusManager.html
│   │   ├── WidgetInteractionPoint.html
│   │   ├── WidgetPosition.html
│   │   └── ae_uicore.html
│   ├── files
│   │   ├── src_core_debounce.js.html
│   │   ├── src_core_link.js.html
│   │   ├── src_core_plugins.js.html
│   │   ├── src_core_selection-region.js.html
│   │   ├── src_core_table.js.html
│   │   ├── src_core_tools.js.html
│   │   ├── src_core_uicore.js.html
│   │   ├── src_plugins_autolink.js.html
│   │   ├── src_plugins_placeholder.js.html
│   │   ├── src_ui_react_src_adapter_alloy-editor.js.html
│   │   ├── src_ui_react_src_adapter_main.js.html
│   │   ├── src_ui_react_src_components_base_button-action-style.js.html
│   │   ├── src_ui_react_src_components_base_button-command-active.js.html
│   │   ├── src_ui_react_src_components_base_button-command.js.html
│   │   ├── src_ui_react_src_components_base_button-keystroke.js.html
│   │   ├── src_ui_react_src_components_base_button-props.js.html
│   │   ├── src_ui_react_src_components_base_button-state-classes.js.html
│   │   ├── src_ui_react_src_components_base_button-style.js.html
│   │   ├── src_ui_react_src_components_base_toolbar-buttons.js.html
│   │   ├── src_ui_react_src_components_base_widget-arrow-box.js.html
│   │   ├── src_ui_react_src_components_base_widget-dropdown.js.html
│   │   ├── src_ui_react_src_components_base_widget-exclusive.js.html
│   │   ├── src_ui_react_src_components_base_widget-focus-manager.js.html
│   │   ├── src_ui_react_src_components_base_widget-interaction-point.js.html
│   │   ├── src_ui_react_src_components_base_widget-position.js.html
│   │   ├── src_ui_react_src_components_buttons_button-bold.jsx.html
│   │   ├── src_ui_react_src_components_buttons_button-camera-image.jsx.html
│   │   ├── src_ui_react_src_components_buttons_button-camera.jsx.html
│   │   ├── src_ui_react_src_components_buttons_button-code.jsx.html
│   │   ├── src_ui_react_src_components_buttons_button-command-list-item.jsx.html
│   │   ├── src_ui_react_src_components_buttons_button-commands-list.jsx.html
│   │   ├── src_ui_react_src_components_buttons_button-dropdown.jsx.html
│   │   ├── src_ui_react_src_components_buttons_button-embed-edit.jsx.html
│   │   ├── src_ui_react_src_components_buttons_button-embed.jsx.html
│   │   ├── src_ui_react_src_components_buttons_button-h1.jsx.html
│   │   ├── src_ui_react_src_components_buttons_button-h2.jsx.html
│   │   ├── src_ui_react_src_components_buttons_button-hline.jsx.html
│   │   ├── src_ui_react_src_components_buttons_button-image-align-center.jsx.html
│   │   ├── src_ui_react_src_components_buttons_button-image-align-left.jsx.html
│   │   ├── src_ui_react_src_components_buttons_button-image-align-right.jsx.html
│   │   ├── src_ui_react_src_components_buttons_button-image.jsx.html
│   │   ├── src_ui_react_src_components_buttons_button-indent-block.jsx.html
│   │   ├── src_ui_react_src_components_buttons_button-italic.jsx.html
│   │   ├── src_ui_react_src_components_buttons_button-link-autocomplete-list.jsx.html
│   │   ├── src_ui_react_src_components_buttons_button-link-edit.jsx.html
│   │   ├── src_ui_react_src_components_buttons_button-link-target-edit.jsx.html
│   │   ├── src_ui_react_src_components_buttons_button-link.jsx.html
│   │   ├── src_ui_react_src_components_buttons_button-ol.jsx.html
│   │   ├── src_ui_react_src_components_buttons_button-outdent-block.jsx.html
│   │   ├── src_ui_react_src_components_buttons_button-paragraph-align-left.jsx.html
│   │   ├── src_ui_react_src_components_buttons_button-paragraph-align-right.jsx.html
│   │   ├── src_ui_react_src_components_buttons_button-paragraph-align.jsx.html
│   │   ├── src_ui_react_src_components_buttons_button-paragraph-center.jsx.html
│   │   ├── src_ui_react_src_components_buttons_button-paragraph-justify.jsx.html
│   │   ├── src_ui_react_src_components_buttons_button-quote.jsx.html
│   │   ├── src_ui_react_src_components_buttons_button-remove-format.jsx.html
│   │   ├── src_ui_react_src_components_buttons_button-separator.jsx.html
│   │   ├── src_ui_react_src_components_buttons_button-strike.jsx.html
│   │   ├── src_ui_react_src_components_buttons_button-styles-list-header.jsx.html
│   │   ├── src_ui_react_src_components_buttons_button-styles-list-item-remove.jsx.html
│   │   ├── src_ui_react_src_components_buttons_button-styles-list-item.jsx.html
│   │   ├── src_ui_react_src_components_buttons_button-styles-list.jsx.html
│   │   ├── src_ui_react_src_components_buttons_button-styles.jsx.html
│   │   ├── src_ui_react_src_components_buttons_button-subscript.jsx.html
│   │   ├── src_ui_react_src_components_buttons_button-superscript.jsx.html
│   │   ├── src_ui_react_src_components_buttons_button-table-cell.jsx.html
│   │   ├── src_ui_react_src_components_buttons_button-table-column.jsx.html
│   │   ├── src_ui_react_src_components_buttons_button-table-edit.jsx.html
│   │   ├── src_ui_react_src_components_buttons_button-table-heading.jsx.html
│   │   ├── src_ui_react_src_components_buttons_button-table-remove.jsx.html
│   │   ├── src_ui_react_src_components_buttons_button-table-row.jsx.html
│   │   ├── src_ui_react_src_components_buttons_button-table.jsx.html
│   │   ├── src_ui_react_src_components_buttons_button-target-list.jsx.html
│   │   ├── src_ui_react_src_components_buttons_button-twitter.jsx.html
│   │   ├── src_ui_react_src_components_buttons_button-ul.jsx.html
│   │   ├── src_ui_react_src_components_buttons_button-underline.jsx.html
│   │   ├── src_ui_react_src_components_main.jsx.html
│   │   ├── src_ui_react_src_components_toolbars_toolbar-add.jsx.html
│   │   ├── src_ui_react_src_components_toolbars_toolbar-styles.jsx.html
│   │   ├── src_ui_react_src_oop_attribute.js.html
│   │   ├── src_ui_react_src_oop_base.js.html
│   │   ├── src_ui_react_src_oop_lang.js.html
│   │   ├── src_ui_react_src_oop_oop.js.html
│   │   ├── src_ui_react_src_selections_selection-position.js.html
│   │   ├── src_ui_react_src_uibridge_button.jsx.html
│   │   ├── src_ui_react_src_uibridge_menu-button.jsx.html
│   │   ├── src_ui_react_src_uibridge_menu.jsx.html
│   │   ├── src_ui_react_src_uibridge_panel-menu-button.jsx.html
│   │   ├── src_ui_react_src_uibridge_richcombo.jsx.html
│   │   └── src_ui_react_src_uibridge_uibridge.js.html
│   └── index.html
├── api-theme
│   ├── LICENSE.md
│   ├── README.md
│   ├── assets
│   │   ├── css
│   │   │   ├── external-small.png
│   │   │   ├── logo.png
│   │   │   └── main.css
│   │   ├── favicon.ico
│   │   ├── favicon.png
│   │   ├── img
│   │   │   ├── logo-small.png
│   │   │   ├── logo.png
│   │   │   └── spinner.gif
│   │   ├── index.html
│   │   ├── js
│   │   │   ├── api-filter.js
│   │   │   ├── api-list.js
│   │   │   ├── api-search.js
│   │   │   ├── apidocs.js
│   │   │   └── yui-prettify.js
│   │   └── vendor
│   │   └── prettify
│   │   ├── CHANGES.html
│   │   ├── COPYING
│   │   ├── README.html
│   │   ├── prettify-min.css
│   │   └── prettify-min.js
│   ├── layouts
│   │   ├── main.handlebars
│   │   └── xhr.handlebars
│   ├── partials
│   │   ├── attrs.handlebars
│   │   ├── classes.handlebars
│   │   ├── events.handlebars
│   │   ├── files.handlebars
│   │   ├── index.handlebars
│   │   ├── method.handlebars
│   │   ├── module.handlebars
│   │   ├── options.handlebars
│   │   ├── props.handlebars
│   │   └── sidebar.handlebars
│   ├── theme.json
│   └── yuidoc.json
├── bower.json
├── dist
│   ├── alloy-editor
│   │   ├── BREAKING_CHANGES.md
│   │   ├── CHANGELOG.md
│   │   ├── CONTRIBUTING.md
│   │   ├── LICENSE.md
│   │   ├── README.md
│   │   ├── alloy-editor-all-min.js
│   │   ├── alloy-editor-all.js
│   │   ├── alloy-editor-core-min.js
│   │   ├── alloy-editor-core.js
│   │   ├── alloy-editor-no-ckeditor-min.js
│   │   ├── alloy-editor-no-ckeditor.js
│   │   ├── alloy-editor-no-react-min.js
│   │   ├── alloy-editor-no-react.js
│   │   ├── assets
│   │   │   ├── alloy-editor-atlas-min.css
│   │   │   ├── alloy-editor-atlas.css
│   │   │   ├── alloy-editor-moono-min.css
│   │   │   ├── alloy-editor-moono.css
│   │   │   ├── alloy-editor-ocean-min.css
│   │   │   ├── alloy-editor-ocean.css
│   │   │   └── fonts
│   │   │   ├── alloyeditor-atlas.eot
│   │   │   ├── alloyeditor-atlas.svg
│   │   │   ├── alloyeditor-atlas.ttf
│   │   │   ├── alloyeditor-atlas.woff
│   │   │   ├── alloyeditor-default.eot
│   │   │   ├── alloyeditor-default.svg
│   │   │   ├── alloyeditor-default.ttf
│   │   │   ├── alloyeditor-default.woff
│   │   │   ├── alloyeditor-moono.eot
│   │   │   ├── alloyeditor-moono.svg
│   │   │   ├── alloyeditor-moono.ttf
│   │   │   ├── alloyeditor-moono.woff
│   │   │   ├── alloyeditor-ocean.eot
│   │   │   ├── alloyeditor-ocean.svg
│   │   │   ├── alloyeditor-ocean.ttf
│   │   │   └── alloyeditor-ocean.woff
│   │   ├── build-config.js
│   │   ├── ckeditor.js
│   │   ├── config.js
│   │   ├── contents.css
│   │   ├── lang
│   │   │   ├── af.js
│   │   │   ├── alloy-editor
│   │   │   │   ├── af.js
│   │   │   │   ├── ar.js
│   │   │   │   ├── bg.js
│   │   │   │   ├── bn.js
│   │   │   │   ├── bs.js
│   │   │   │   ├── ca.js
│   │   │   │   ├── cs.js
│   │   │   │   ├── cy.js
│   │   │   │   ├── da.js
│   │   │   │   ├── de.js
│   │   │   │   ├── el.js
│   │   │   │   ├── en-au.js
│   │   │   │   ├── en-ca.js
│   │   │   │   ├── en-gb.js
│   │   │   │   ├── en.js
│   │   │   │   ├── eo.js
│   │   │   │   ├── es.js
│   │   │   │   ├── et.js
│   │   │   │   ├── eu.js
│   │   │   │   ├── fa.js
│   │   │   │   ├── fi.js
│   │   │   │   ├── fo.js
│   │   │   │   ├── fr-ca.js
│   │   │   │   ├── fr.js
│   │   │   │   ├── gl.js
│   │   │   │   ├── gu.js
│   │   │   │   ├── he.js
│   │   │   │   ├── hi.js
│   │   │   │   ├── hr.js
│   │   │   │   ├── hu.js
│   │   │   │   ├── id.js
│   │   │   │   ├── is.js
│   │   │   │   ├── it.js
│   │   │   │   ├── ja.js
│   │   │   │   ├── ka.js
│   │   │   │   ├── km.js
│   │   │   │   ├── ko.js
│   │   │   │   ├── ku.js
│   │   │   │   ├── lt.js
│   │   │   │   ├── lv.js
│   │   │   │   ├── mk.js
│   │   │   │   ├── mn.js
│   │   │   │   ├── ms.js
│   │   │   │   ├── nb.js
│   │   │   │   ├── nl.js
│   │   │   │   ├── no.js
│   │   │   │   ├── pl.js
│   │   │   │   ├── pt-br.js
│   │   │   │   ├── pt.js
│   │   │   │   ├── ro.js
│   │   │   │   ├── ru.js
│   │   │   │   ├── si.js
│   │   │   │   ├── sk.js
│   │   │   │   ├── sl.js
│   │   │   │   ├── sq.js
│   │   │   │   ├── sr-latn.js
│   │   │   │   ├── sr.js
│   │   │   │   ├── sv.js
│   │   │   │   ├── th.js
│   │   │   │   ├── tr.js
│   │   │   │   ├── tt.js
│   │   │   │   ├── ug.js
│   │   │   │   ├── uk.js
│   │   │   │   ├── vi.js
│   │   │   │   ├── zh-cn.js
│   │   │   │   └── zh.js
│   │   │   ├── ar.js
│   │   │   ├── az.js
│   │   │   ├── bg.js
│   │   │   ├── bn.js
│   │   │   ├── bs.js
│   │   │   ├── ca.js
│   │   │   ├── cs.js
│   │   │   ├── cy.js
│   │   │   ├── da.js
│   │   │   ├── de-ch.js
│   │   │   ├── de.js
│   │   │   ├── el.js
│   │   │   ├── en-au.js
│   │   │   ├── en-ca.js
│   │   │   ├── en-gb.js
│   │   │   ├── en.js
│   │   │   ├── eo.js
│   │   │   ├── es.js
│   │   │   ├── et.js
│   │   │   ├── eu.js
│   │   │   ├── fa.js
│   │   │   ├── fi.js
│   │   │   ├── fo.js
│   │   │   ├── fr-ca.js
│   │   │   ├── fr.js
│   │   │   ├── gl.js
│   │   │   ├── gu.js
│   │   │   ├── he.js
│   │   │   ├── hi.js
│   │   │   ├── hr.js
│   │   │   ├── hu.js
│   │   │   ├── id.js
│   │   │   ├── is.js
│   │   │   ├── it.js
│   │   │   ├── ja.js
│   │   │   ├── ka.js
│   │   │   ├── km.js
│   │   │   ├── ko.js
│   │   │   ├── ku.js
│   │   │   ├── lt.js
│   │   │   ├── lv.js
│   │   │   ├── mk.js
│   │   │   ├── mn.js
│   │   │   ├── ms.js
│   │   │   ├── nb.js
│   │   │   ├── nl.js
│   │   │   ├── no.js
│   │   │   ├── oc.js
│   │   │   ├── pl.js
│   │   │   ├── pt-br.js
│   │   │   ├── pt.js
│   │   │   ├── ro.js
│   │   │   ├── ru.js
│   │   │   ├── si.js
│   │   │   ├── sk.js
│   │   │   ├── sl.js
│   │   │   ├── sq.js
│   │   │   ├── sr-latn.js
│   │   │   ├── sr.js
│   │   │   ├── sv.js
│   │   │   ├── th.js
│   │   │   ├── tr.js
│   │   │   ├── tt.js
│   │   │   ├── ug.js
│   │   │   ├── uk.js
│   │   │   ├── vi.js
│   │   │   ├── zh-cn.js
│   │   │   └── zh.js
│   │   ├── plugins
│   │   │   ├── clipboard
│   │   │   │   └── dialogs
│   │   │   │   └── paste.js
│   │   │   ├── dialog
│   │   │   │   └── dialogDefinition.js
│   │   │   ├── icons.png
│   │   │   ├── icons_hidpi.png
│   │   │   ├── pastefromword
│   │   │   │   └── filter
│   │   │   │   └── default.js
│   │   │   └── widget
│   │   │   └── images
│   │   │   └── handle.png
│   │   ├── skins
│   │   │   └── moono
│   │   │   ├── dialog.css
│   │   │   ├── dialog_ie.css
│   │   │   ├── dialog_ie7.css
│   │   │   ├── dialog_ie8.css
│   │   │   ├── dialog_iequirks.css
│   │   │   ├── editor.css
│   │   │   ├── editor_gecko.css
│   │   │   ├── editor_ie.css
│   │   │   ├── editor_ie7.css
│   │   │   ├── editor_ie8.css
│   │   │   ├── editor_iequirks.css
│   │   │   ├── icons.png
│   │   │   ├── icons_hidpi.png
│   │   │   ├── images
│   │   │   │   ├── anchor.png
│   │   │   │   ├── arrow.png
│   │   │   │   ├── close.png
│   │   │   │   ├── hidpi
│   │   │   │   │   ├── anchor.png
│   │   │   │   │   ├── close.png
│   │   │   │   │   ├── lock-open.png
│   │   │   │   │   ├── lock.png
│   │   │   │   │   └── refresh.png
│   │   │   │   ├── lock-open.png
│   │   │   │   ├── lock.png
│   │   │   │   ├── refresh.png
│   │   │   │   └── spinner.gif
│   │   │   └── readme.md
│   │   └── styles.js
│   └── index.html
├── gulp-tasks
│   └── test.js
├── gulpfile.js
├── lib
│   ├── ckeditor
│   │   ├── CHANGES.md
│   │   ├── LICENSE.md
│   │   ├── adapters
│   │   │   └── jquery.js
│   │   ├── build-config.js
│   │   ├── ckeditor.js
│   │   ├── config.js
│   │   ├── contents.css
│   │   ├── lang
│   │   │   ├── af.js
│   │   │   ├── ar.js
│   │   │   ├── az.js
│   │   │   ├── bg.js
│   │   │   ├── bn.js
│   │   │   ├── bs.js
│   │   │   ├── ca.js
│   │   │   ├── cs.js
│   │   │   ├── cy.js
│   │   │   ├── da.js
│   │   │   ├── de-ch.js
│   │   │   ├── de.js
│   │   │   ├── el.js
│   │   │   ├── en-au.js
│   │   │   ├── en-ca.js
│   │   │   ├── en-gb.js
│   │   │   ├── en.js
│   │   │   ├── eo.js
│   │   │   ├── es.js
│   │   │   ├── et.js
│   │   │   ├── eu.js
│   │   │   ├── fa.js
│   │   │   ├── fi.js
│   │   │   ├── fo.js
│   │   │   ├── fr-ca.js
│   │   │   ├── fr.js
│   │   │   ├── gl.js
│   │   │   ├── gu.js
│   │   │   ├── he.js
│   │   │   ├── hi.js
│   │   │   ├── hr.js
│   │   │   ├── hu.js
│   │   │   ├── id.js
│   │   │   ├── is.js
│   │   │   ├── it.js
│   │   │   ├── ja.js
│   │   │   ├── ka.js
│   │   │   ├── km.js
│   │   │   ├── ko.js
│   │   │   ├── ku.js
│   │   │   ├── lt.js
│   │   │   ├── lv.js
│   │   │   ├── mk.js
│   │   │   ├── mn.js
│   │   │   ├── ms.js
│   │   │   ├── nb.js
│   │   │   ├── nl.js
│   │   │   ├── no.js
│   │   │   ├── oc.js
│   │   │   ├── pl.js
│   │   │   ├── pt-br.js
│   │   │   ├── pt.js
│   │   │   ├── ro.js
│   │   │   ├── ru.js
│   │   │   ├── si.js
│   │   │   ├── sk.js
│   │   │   ├── sl.js
│   │   │   ├── sq.js
│   │   │   ├── sr-latn.js
│   │   │   ├── sr.js
│   │   │   ├── sv.js
│   │   │   ├── th.js
│   │   │   ├── tr.js
│   │   │   ├── tt.js
│   │   │   ├── ug.js
│   │   │   ├── uk.js
│   │   │   ├── vi.js
│   │   │   ├── zh-cn.js
│   │   │   └── zh.js
│   │   ├── plugins
│   │   │   ├── clipboard
│   │   │   │   └── dialogs
│   │   │   │   └── paste.js
│   │   │   ├── dialog
│   │   │   │   └── dialogDefinition.js
│   │   │   ├── icons.png
│   │   │   ├── icons_hidpi.png
│   │   │   ├── pastefromword
│   │   │   │   └── filter
│   │   │   │   └── default.js
│   │   │   └── widget
│   │   │   └── images
│   │   │   └── handle.png
│   │   ├── samples
│   │   │   ├── css
│   │   │   │   └── samples.css
│   │   │   ├── img
│   │   │   │   ├── github-top.png
│   │   │   │   ├── header-bg.png
│   │   │   │   ├── header-separator.png
│   │   │   │   ├── logo.png
│   │   │   │   ├── logo.svg
│   │   │   │   └── navigation-tip.png
│   │   │   ├── index.html
│   │   │   ├── js
│   │   │   │   ├── sample.js
│   │   │   │   └── sf.js
│   │   │   ├── old
│   │   │   │   ├── ajax.html
│   │   │   │   ├── api.html
│   │   │   │   ├── appendto.html
│   │   │   │   ├── assets
│   │   │   │   │   ├── inlineall
│   │   │   │   │   │   └── logo.png
│   │   │   │   │   ├── outputxhtml
│   │   │   │   │   │   └── outputxhtml.css
│   │   │   │   │   ├── posteddata.php
│   │   │   │   │   ├── sample.jpg
│   │   │   │   │   └── uilanguages
│   │   │   │   │   └── languages.js
│   │   │   │   ├── datafiltering.html
│   │   │   │   ├── dialog
│   │   │   │   │   ├── assets
│   │   │   │   │   │   └── my_dialog.js
│   │   │   │   │   └── dialog.html
│   │   │   │   ├── divreplace.html
│   │   │   │   ├── enterkey
│   │   │   │   │   └── enterkey.html
│   │   │   │   ├── index.html
│   │   │   │   ├── inlineall.html
│   │   │   │   ├── inlinebycode.html
│   │   │   │   ├── inlinetextarea.html
│   │   │   │   ├── jquery.html
│   │   │   │   ├── readonly.html
│   │   │   │   ├── replacebyclass.html
│   │   │   │   ├── replacebycode.html
│   │   │   │   ├── sample.css
│   │   │   │   ├── sample.js
│   │   │   │   ├── sample_posteddata.php
│   │   │   │   ├── tabindex.html
│   │   │   │   ├── toolbar
│   │   │   │   │   └── toolbar.html
│   │   │   │   ├── uicolor.html
│   │   │   │   ├── uilanguages.html
│   │   │   │   └── xhtmlstyle.html
│   │   │   └── toolbarconfigurator
│   │   │   ├── css
│   │   │   │   └── fontello.css
│   │   │   ├── font
│   │   │   │   ├── LICENSE.txt
│   │   │   │   ├── config.json
│   │   │   │   ├── fontello.eot
│   │   │   │   ├── fontello.svg
│   │   │   │   ├── fontello.ttf
│   │   │   │   └── fontello.woff
│   │   │   ├── index.html
│   │   │   ├── js
│   │   │   │   ├── abstracttoolbarmodifier.js
│   │   │   │   ├── fulltoolbareditor.js
│   │   │   │   ├── toolbarmodifier.js
│   │   │   │   └── toolbartextmodifier.js
│   │   │   └── lib
│   │   │   └── codemirror
│   │   │   ├── LICENSE
│   │   │   ├── codemirror.css
│   │   │   ├── codemirror.js
│   │   │   ├── javascript.js
│   │   │   ├── neo.css
│   │   │   ├── show-hint.css
│   │   │   └── show-hint.js
│   │   ├── skins
│   │   │   └── moono
│   │   │   ├── dialog.css
│   │   │   ├── dialog_ie.css
│   │   │   ├── dialog_ie7.css
│   │   │   ├── dialog_ie8.css
│   │   │   ├── dialog_iequirks.css
│   │   │   ├── editor.css
│   │   │   ├── editor_gecko.css
│   │   │   ├── editor_ie.css
│   │   │   ├── editor_ie7.css
│   │   │   ├── editor_ie8.css
│   │   │   ├── editor_iequirks.css
│   │   │   ├── icons.png
│   │   │   ├── icons_hidpi.png
│   │   │   ├── images
│   │   │   │   ├── anchor.png
│   │   │   │   ├── arrow.png
│   │   │   │   ├── close.png
│   │   │   │   ├── hidpi
│   │   │   │   │   ├── anchor.png
│   │   │   │   │   ├── close.png
│   │   │   │   │   ├── lock-open.png
│   │   │   │   │   ├── lock.png
│   │   │   │   │   └── refresh.png
│   │   │   │   ├── lock-open.png
│   │   │   │   ├── lock.png
│   │   │   │   ├── refresh.png
│   │   │   │   └── spinner.gif
│   │   │   └── readme.md
│   │   └── styles.js
│   └── lang
│   ├── _translationstatus.txt
│   ├── af.js
│   ├── ar.js
│   ├── az.js
│   ├── bg.js
│   ├── bn.js
│   ├── bs.js
│   ├── ca.js
│   ├── cs.js
│   ├── cy.js
│   ├── da.js
│   ├── de-ch.js
│   ├── de.js
│   ├── el.js
│   ├── en-au.js
│   ├── en-ca.js
│   ├── en-gb.js
│   ├── en.js
│   ├── eo.js
│   ├── es.js
│   ├── et.js
│   ├── eu.js
│   ├── fa.js
│   ├── fi.js
│   ├── fo.js
│   ├── fr-ca.js
│   ├── fr.js
│   ├── gl.js
│   ├── gu.js
│   ├── he.js
│   ├── hi.js
│   ├── hr.js
│   ├── hu.js
│   ├── id.js
│   ├── is.js
│   ├── it.js
│   ├── ja.js
│   ├── ka.js
│   ├── km.js
│   ├── ko.js
│   ├── ku.js
│   ├── lt.js
│   ├── lv.js
│   ├── mk.js
│   ├── mn.js
│   ├── ms.js
│   ├── nb.js
│   ├── nl.js
│   ├── no.js
│   ├── oc.js
│   ├── pl.js
│   ├── pt-br.js
│   ├── pt.js
│   ├── ro.js
│   ├── ru.js
│   ├── si.js
│   ├── sk.js
│   ├── sl.js
│   ├── sq.js
│   ├── sr-latn.js
│   ├── sr.js
│   ├── sv.js
│   ├── th.js
│   ├── tr.js
│   ├── tt.js
│   ├── ug.js
│   ├── uk.js
│   ├── vi.js
│   ├── zh-cn.js
│   └── zh.js
├── package.json
├── src
│   ├── assets
│   │   └── sass
│   │   └── skin
│   │   ├── atlas
│   │   ├── default
│   │   ├── moono
│   │   └── ocean
│   ├── core
│   │   ├── debounce.js
│   │   ├── link.js
│   │   ├── plugins.js
│   │   ├── selection-region.js
│   │   ├── table.js
│   │   ├── tools.js
│   │   └── uicore.js
│   ├── plugins
│   │   ├── addimages.js
│   │   ├── autolink.js
│   │   ├── autolist.js
│   │   ├── dragresize.js
│   │   ├── dragresize_ie.js
│   │   ├── dragresize_ie11.js
│   │   ├── embed.js
│   │   ├── imagealignment.js
│   │   ├── pasteimages.js
│   │   ├── placeholder.js
│   │   ├── selectionkeystrokes.js
│   │   ├── tableresize.js
│   │   └── tabletools.js
│   └── ui
│   └── react
│   ├── _hash
│   ├── _languages.js
│   ├── _src.js
│   ├── demo
│   │   └── index.html
│   ├── gulp-tasks
│   │   ├── build.js
│   │   ├── css.js
│   │   ├── fonts.js
│   │   ├── languages.js
│   │   └── test.js
│   ├── karma-saucelabs.js
│   ├── karma.js
│   ├── lang
│   │   ├── af.js
│   │   ├── ar.js
│   │   ├── bg.js
│   │   ├── bn.js
│   │   ├── bs.js
│   │   ├── ca.js
│   │   ├── cs.js
│   │   ├── cy.js
│   │   ├── da.js
│   │   ├── de.js
│   │   ├── el.js
│   │   ├── en-au.js
│   │   ├── en-ca.js
│   │   ├── en-gb.js
│   │   ├── en.js
│   │   ├── eo.js
│   │   ├── es.js
│   │   ├── et.js
│   │   ├── eu.js
│   │   ├── fa.js
│   │   ├── fi.js
│   │   ├── fo.js
│   │   ├── fr-ca.js
│   │   ├── fr.js
│   │   ├── gl.js
│   │   ├── gu.js
│   │   ├── he.js
│   │   ├── hi.js
│   │   ├── hr.js
│   │   ├── hu.js
│   │   ├── id.js
│   │   ├── is.js
│   │   ├── it.js
│   │   ├── ja.js
│   │   ├── ka.js
│   │   ├── km.js
│   │   ├── ko.js
│   │   ├── ku.js
│   │   ├── lt.js
│   │   ├── lv.js
│   │   ├── mk.js
│   │   ├── mn.js
│   │   ├── ms.js
│   │   ├── nb.js
│   │   ├── nl.js
│   │   ├── no.js
│   │   ├── pl.js
│   │   ├── pt-br.js
│   │   ├── pt.js
│   │   ├── ro.js
│   │   ├── ru.js
│   │   ├── si.js
│   │   ├── sk.js
│   │   ├── sl.js
│   │   ├── sq.js
│   │   ├── sr-latn.js
│   │   ├── sr.js
│   │   ├── sv.js
│   │   ├── th.js
│   │   ├── tr.js
│   │   ├── tt.js
│   │   ├── ug.js
│   │   ├── uk.js
│   │   ├── vi.js
│   │   ├── zh-cn.js
│   │   └── zh.js
│   ├── src
│   │   ├── adapter
│   │   │   ├── alloy-editor.js
│   │   │   └── main.js
│   │   ├── assets
│   │   │   ├── font
│   │   │   │   ├── font-icon-map-template.scss
│   │   │   │   └── font-template.css
│   │   │   ├── icons
│   │   │   │   ├── atlas
│   │   │   │   │   └── svg
│   │   │   │   │   ├── add.svg
│   │   │   │   │   ├── align-center.svg
│   │   │   │   │   ├── align-justified.svg
│   │   │   │   │   ├── align-left.svg
│   │   │   │   │   ├── align-right.svg
│   │   │   │   │   ├── arrow.svg
│   │   │   │   │   ├── audio.svg
│   │   │   │   │   ├── bin.svg
│   │   │   │   │   ├── bold.svg
│   │   │   │   │   ├── bulleted-list.svg
│   │   │   │   │   ├── camera.svg
│   │   │   │   │   ├── cell.svg
│   │   │   │   │   ├── close.svg
│   │   │   │   │   ├── code.svg
│   │   │   │   │   ├── column.svg
│   │   │   │   │   ├── embed.svg
│   │   │   │   │   ├── folder.svg
│   │   │   │   │   ├── h1.svg
│   │   │   │   │   ├── h2.svg
│   │   │   │   │   ├── image.svg
│   │   │   │   │   ├── indent-block.svg
│   │   │   │   │   ├── italic.svg
│   │   │   │   │   ├── link.svg
│   │   │   │   │   ├── numbered-list.svg
│   │   │   │   │   ├── ok.svg
│   │   │   │   │   ├── outdent-block.svg
│   │   │   │   │   ├── quote.svg
│   │   │   │   │   ├── redo.svg
│   │   │   │   │   ├── remove.svg
│   │   │   │   │   ├── removeformat.svg
│   │   │   │   │   ├── row.svg
│   │   │   │   │   ├── separator.svg
│   │   │   │   │   ├── strike.svg
│   │   │   │   │   ├── subscript.svg
│   │   │   │   │   ├── superscript.svg
│   │   │   │   │   ├── table.svg
│   │   │   │   │   ├── twitter.svg
│   │   │   │   │   ├── underline.svg
│   │   │   │   │   ├── undo.svg
│   │   │   │   │   ├── unlink.svg
│   │   │   │   │   └── video.svg
│   │   │   │   └── default
│   │   │   │   ├── AlloyEditorIcons.ai
│   │   │   │   ├── README.md
│   │   │   │   └── svg
│   │   │   │   ├── add.svg
│   │   │   │   ├── align-center.svg
│   │   │   │   ├── align-justified.svg
│   │   │   │   ├── align-left.svg
│   │   │   │   ├── align-right.svg
│   │   │   │   ├── arrow.svg
│   │   │   │   ├── audio.svg
│   │   │   │   ├── bin.svg
│   │   │   │   ├── bold.svg
│   │   │   │   ├── bulleted-list.svg
│   │   │   │   ├── camera.svg
│   │   │   │   ├── cell.svg
│   │   │   │   ├── close.svg
│   │   │   │   ├── code.svg
│   │   │   │   ├── column.svg
│   │   │   │   ├── embed.svg
│   │   │   │   ├── folder.svg
│   │   │   │   ├── h1.svg
│   │   │   │   ├── h2.svg
│   │   │   │   ├── image.svg
│   │   │   │   ├── indent-block.svg
│   │   │   │   ├── italic.svg
│   │   │   │   ├── link.svg
│   │   │   │   ├── numbered-list.svg
│   │   │   │   ├── ok.svg
│   │   │   │   ├── outdent-block.svg
│   │   │   │   ├── quote.svg
│   │   │   │   ├── redo.svg
│   │   │   │   ├── remove.svg
│   │   │   │   ├── removeformat.svg
│   │   │   │   ├── row.svg
│   │   │   │   ├── separator.svg
│   │   │   │   ├── strike.svg
│   │   │   │   ├── subscript.svg
│   │   │   │   ├── superscript.svg
│   │   │   │   ├── table.svg
│   │   │   │   ├── twitter.svg
│   │   │   │   ├── underline.svg
│   │   │   │   ├── undo.svg
│   │   │   │   ├── unlink.svg
│   │   │   │   └── video.svg
│   │   │   ├── lang
│   │   │   │   ├── af.json
│   │   │   │   ├── ar.json
│   │   │   │   ├── bg.json
│   │   │   │   ├── bn.json
│   │   │   │   ├── bs.json
│   │   │   │   ├── ca.json
│   │   │   │   ├── cs.json
│   │   │   │   ├── cy.json
│   │   │   │   ├── da.json
│   │   │   │   ├── de.json
│   │   │   │   ├── el.json
│   │   │   │   ├── en-au.json
│   │   │   │   ├── en-ca.json
│   │   │   │   ├── en-gb.json
│   │   │   │   ├── en.json
│   │   │   │   ├── eo.json
│   │   │   │   ├── es.json
│   │   │   │   ├── et.json
│   │   │   │   ├── eu.json
│   │   │   │   ├── fa.json
│   │   │   │   ├── fi.json
│   │   │   │   ├── fo.json
│   │   │   │   ├── fr-ca.json
│   │   │   │   ├── fr.json
│   │   │   │   ├── gl.json
│   │   │   │   ├── gu.json
│   │   │   │   ├── he.json
│   │   │   │   ├── hi.json
│   │   │   │   ├── hr.json
│   │   │   │   ├── hu.json
│   │   │   │   ├── id.json
│   │   │   │   ├── is.json
│   │   │   │   ├── it.json
│   │   │   │   ├── ja.json
│   │   │   │   ├── ka.json
│   │   │   │   ├── km.json
│   │   │   │   ├── ko.json
│   │   │   │   ├── ku.json
│   │   │   │   ├── lt.json
│   │   │   │   ├── lv.json
│   │   │   │   ├── mk.json
│   │   │   │   ├── mn.json
│   │   │   │   ├── ms.json
│   │   │   │   ├── nb.json
│   │   │   │   ├── nl.json
│   │   │   │   ├── no.json
│   │   │   │   ├── pl.json
│   │   │   │   ├── pt-br.json
│   │   │   │   ├── pt.json
│   │   │   │   ├── ro.json
│   │   │   │   ├── ru.json
│   │   │   │   ├── si.json
│   │   │   │   ├── sk.json
│   │   │   │   ├── sl.json
│   │   │   │   ├── sq.json
│   │   │   │   ├── sr-latn.json
│   │   │   │   ├── sr.json
│   │   │   │   ├── sv.json
│   │   │   │   ├── th.json
│   │   │   │   ├── tr.json
│   │   │   │   ├── tt.json
│   │   │   │   ├── ug.json
│   │   │   │   ├── uk.json
│   │   │   │   ├── vendor
│   │   │   │   │   └── ckeditor.json
│   │   │   │   ├── vi.json
│   │   │   │   ├── zh-cn.json
│   │   │   │   └── zh.json
│   │   │   └── sass
│   │   │   ├── components
│   │   │   │   ├── ae-arrow-box
│   │   │   │   │   ├── skin.scss
│   │   │   │   │   ├── structure.scss
│   │   │   │   │   └── variables
│   │   │   │   │   ├── skin.scss
│   │   │   │   │   └── structure.scss
│   │   │   │   ├── ae-button-bridge
│   │   │   │   │   ├── skin.scss
│   │   │   │   │   ├── structure.scss
│   │   │   │   │   └── variables
│   │   │   │   │   ├── skin.scss
│   │   │   │   │   └── structure.scss
│   │   │   │   ├── ae-camera
│   │   │   │   │   ├── skin.scss
│   │   │   │   │   ├── structure.scss
│   │   │   │   │   └── variables
│   │   │   │   │   ├── skin.scss
│   │   │   │   │   └── structure.scss
│   │   │   │   ├── ae-container
│   │   │   │   │   ├── skin.scss
│   │   │   │   │   ├── structure.scss
│   │   │   │   │   └── variables
│   │   │   │   │   ├── skin.scss
│   │   │   │   │   └── structure.scss
│   │   │   │   ├── ae-container-dropdown
│   │   │   │   │   ├── skin.scss
│   │   │   │   │   ├── structure.scss
│   │   │   │   │   └── variables
│   │   │   │   │   ├── skin.scss
│   │   │   │   │   └── structure.scss
│   │   │   │   ├── ae-container-input
│   │   │   │   │   ├── skin.scss
│   │   │   │   │   ├── structure.scss
│   │   │   │   │   └── variables
│   │   │   │   │   ├── skin.scss
│   │   │   │   │   └── structure.scss
│   │   │   │   ├── ae-dropdown
│   │   │   │   │   ├── skin.scss
│   │   │   │   │   ├── structure.scss
│   │   │   │   │   └── variables
│   │   │   │   │   ├── skin.scss
│   │   │   │   │   └── structure.scss
│   │   │   │   ├── ae-editable
│   │   │   │   │   ├── skin.scss
│   │   │   │   │   ├── structure.scss
│   │   │   │   │   └── variables
│   │   │   │   │   ├── skin.scss
│   │   │   │   │   └── structure.scss
│   │   │   │   ├── ae-placeholder
│   │   │   │   │   ├── skin.scss
│   │   │   │   │   ├── structure.scss
│   │   │   │   │   └── variables
│   │   │   │   │   ├── skin.scss
│   │   │   │   │   └── structure.scss
│   │   │   │   ├── ae-separator
│   │   │   │   │   ├── skin.scss
│   │   │   │   │   ├── structure.scss
│   │   │   │   │   └── variables
│   │   │   │   │   └── skin.scss
│   │   │   │   ├── ae-sr-only
│   │   │   │   │   ├── skin.scss
│   │   │   │   │   ├── structure.scss
│   │   │   │   │   └── variables
│   │   │   │   │   ├── skin.scss
│   │   │   │   │   └── structure.scss
│   │   │   │   ├── ae-toolbar
│   │   │   │   │   ├── skin.scss
│   │   │   │   │   ├── structure.scss
│   │   │   │   │   └── variables
│   │   │   │   │   ├── skin.scss
│   │   │   │   │   └── structure.scss
│   │   │   │   ├── ae-twitter-link
│   │   │   │   │   ├── skin.scss
│   │   │   │   │   ├── structure.scss
│   │   │   │   │   └── variables
│   │   │   │   │   ├── skin.scss
│   │   │   │   │   └── structure.scss
│   │   │   │   └── variables
│   │   │   │   ├── skin.scss
│   │   │   │   └── structure.scss
│   │   │   └── skin
│   │   │   ├── atlas
│   │   │   │   ├── main.scss
│   │   │   │   └── variables
│   │   │   │   ├── skin.scss
│   │   │   │   └── structure.scss
│   │   │   ├── default
│   │   │   │   ├── skin.scss
│   │   │   │   ├── structure.scss
│   │   │   │   └── variables
│   │   │   │   ├── skin.scss
│   │   │   │   └── structure.scss
│   │   │   ├── moono
│   │   │   │   ├── main.scss
│   │   │   │   ├── skin.scss
│   │   │   │   ├── structure.scss
│   │   │   │   └── variables
│   │   │   │   ├── skin.scss
│   │   │   │   └── structure.scss
│   │   │   └── ocean
│   │   │   ├── main.scss
│   │   │   └── variables
│   │   │   ├── skin.scss
│   │   │   └── structure.scss
│   │   ├── components
│   │   │   ├── base
│   │   │   │   ├── button-action-style.js
│   │   │   │   ├── button-command-active.js
│   │   │   │   ├── button-command.js
│   │   │   │   ├── button-keystroke.js
│   │   │   │   ├── button-props.js
│   │   │   │   ├── button-state-classes.js
│   │   │   │   ├── button-style.js
│   │   │   │   ├── toolbar-buttons.js
│   │   │   │   ├── widget-arrow-box.js
│   │   │   │   ├── widget-dropdown.js
│   │   │   │   ├── widget-exclusive.js
│   │   │   │   ├── widget-focus-manager.js
│   │   │   │   ├── widget-interaction-point.js
│   │   │   │   └── widget-position.js
│   │   │   ├── buttons
│   │   │   │   ├── button-bold.jsx
│   │   │   │   ├── button-camera-image.jsx
│   │   │   │   ├── button-camera.jsx
│   │   │   │   ├── button-code.jsx
│   │   │   │   ├── button-command-list-item.jsx
│   │   │   │   ├── button-commands-list.jsx
│   │   │   │   ├── button-dropdown.jsx
│   │   │   │   ├── button-embed-edit.jsx
│   │   │   │   ├── button-embed.jsx
│   │   │   │   ├── button-h1.jsx
│   │   │   │   ├── button-h2.jsx
│   │   │   │   ├── button-hline.jsx
│   │   │   │   ├── button-image-align-center.jsx
│   │   │   │   ├── button-image-align-left.jsx
│   │   │   │   ├── button-image-align-right.jsx
│   │   │   │   ├── button-image.jsx
│   │   │   │   ├── button-indent-block.jsx
│   │   │   │   ├── button-italic.jsx
│   │   │   │   ├── button-link-autocomplete-list.jsx
│   │   │   │   ├── button-link-edit.jsx
│   │   │   │   ├── button-link-target-edit.jsx
│   │   │   │   ├── button-link.jsx
│   │   │   │   ├── button-ol.jsx
│   │   │   │   ├── button-outdent-block.jsx
│   │   │   │   ├── button-paragraph-align-left.jsx
│   │   │   │   ├── button-paragraph-align-right.jsx
│   │   │   │   ├── button-paragraph-align.jsx
│   │   │   │   ├── button-paragraph-center.jsx
│   │   │   │   ├── button-paragraph-justify.jsx
│   │   │   │   ├── button-quote.jsx
│   │   │   │   ├── button-remove-format.jsx
│   │   │   │   ├── button-separator.jsx
│   │   │   │   ├── button-strike.jsx
│   │   │   │   ├── button-styles-list-header.jsx
│   │   │   │   ├── button-styles-list-item-remove.jsx
│   │   │   │   ├── button-styles-list-item.jsx
│   │   │   │   ├── button-styles-list.jsx
│   │   │   │   ├── button-styles.jsx
│   │   │   │   ├── button-subscript.jsx
│   │   │   │   ├── button-superscript.jsx
│   │   │   │   ├── button-table-cell.jsx
│   │   │   │   ├── button-table-column.jsx
│   │   │   │   ├── button-table-edit.jsx
│   │   │   │   ├── button-table-heading.jsx
│   │   │   │   ├── button-table-remove.jsx
│   │   │   │   ├── button-table-row.jsx
│   │   │   │   ├── button-table.jsx
│   │   │   │   ├── button-target-list.jsx
│   │   │   │   ├── button-twitter.jsx
│   │   │   │   ├── button-ul.jsx
│   │   │   │   └── button-underline.jsx
│   │   │   ├── main.jsx
│   │   │   └── toolbars
│   │   │   ├── toolbar-add.jsx
│   │   │   └── toolbar-styles.jsx
│   │   ├── oop
│   │   │   ├── attribute.js
│   │   │   ├── base.js
│   │   │   ├── lang.js
│   │   │   └── oop.js
│   │   ├── selections
│   │   │   ├── selection-arrowbox.js
│   │   │   ├── selection-position.js
│   │   │   ├── selection-test.js
│   │   │   └── selections.js
│   │   └── uibridge
│   │   ├── button.jsx
│   │   ├── menu-button.jsx
│   │   ├── menu.jsx
│   │   ├── panel-menu-button.jsx
│   │   ├── richcombo.jsx
│   │   └── uibridge.js
│   ├── template
│   │   ├── alloy-editor-core.template
│   │   ├── alloy-editor.template
│   │   ├── head-dev.template
│   │   └── head-release.template
│   ├── test
│   │   ├── ae_addimages.jsx
│   │   ├── alloy-editor.js
│   │   ├── attribute.js
│   │   ├── button-bold.jsx
│   │   ├── button-bridge.jsx
│   │   ├── button-code.jsx
│   │   ├── button-embed-edit.jsx
│   │   ├── button-embed.jsx
│   │   ├── button-h1.jsx
│   │   ├── button-h2.jsx
│   │   ├── button-image-align-center.jsx
│   │   ├── button-image-align-left.jsx
│   │   ├── button-image-align-right.jsx
│   │   ├── button-image.jsx
│   │   ├── button-indent-block.jsx
│   │   ├── button-italic.jsx
│   │   ├── button-link-edit.jsx
│   │   ├── button-link-target-edit.jsx
│   │   ├── button-link.jsx
│   │   ├── button-ol.jsx
│   │   ├── button-outdent-block.jsx
│   │   ├── button-paragraph-align-left.jsx
│   │   ├── button-paragraph-align-rigth.jsx
│   │   ├── button-paragraph-center.jsx
│   │   ├── button-paragraph-justify.jsx
│   │   ├── button-quote.jsx
│   │   ├── button-strike.jsx
│   │   ├── button-styles-list.jsx
│   │   ├── button-subscript.jsx
│   │   ├── button-superscript.jsx
│   │   ├── button-table-cell.jsx
│   │   ├── button-table-column.jsx
│   │   ├── button-table-edit.jsx
│   │   ├── button-table-heading.jsx
│   │   ├── button-table-remove.jsx
│   │   ├── button-table-row.jsx
│   │   ├── button-table.jsx
│   │   ├── button-target-list.jsx
│   │   ├── button-twitter.jsx
│   │   ├── button-ul.jsx
│   │   ├── button-underline.jsx
│   │   ├── fixtures
│   │   │   ├── 2_by_3_table.html
│   │   │   ├── 3_by_2_table.html
│   │   │   ├── 3_by_3_empty_table.html
│   │   │   ├── 3_by_3_table.html
│   │   │   ├── 3_by_3_table_both_heading.html
│   │   │   ├── 3_by_3_table_col_heading.html
│   │   │   ├── 3_by_3_table_extra_cell_second_col.html
│   │   │   ├── 3_by_3_table_extra_cell_third_col.html
│   │   │   ├── 3_by_3_table_merged_second_cell_down.html
│   │   │   ├── 3_by_3_table_merged_second_cell_right.html
│   │   │   ├── 3_by_3_table_merged_second_row.html
│   │   │   ├── 3_by_3_table_missing_cell_second_col.html
│   │   │   ├── 3_by_3_table_no_heading.html
│   │   │   ├── 3_by_3_table_row_heading.html
│   │   │   ├── 3_by_3_table_selected_second_row.html
│   │   │   ├── 3_by_3_table_split_second_col.html
│   │   │   ├── 3_by_3_table_split_second_row.html
│   │   │   ├── 3_by_4_table_second_col_empty.html
│   │   │   ├── 3_by_4_table_third_col_empty.html
│   │   │   ├── 4_by_3_table_second_row_empty.html
│   │   │   ├── 4_by_3_table_third_row_empty.html
│   │   │   ├── 6_by_4_table.html
│   │   │   ├── embed.html
│   │   │   ├── embed_content.html
│   │   │   ├── embed_content_expected.html
│   │   │   ├── embed_content_ie_expected.html
│   │   │   └── embed_multiple.html
│   │   ├── lang.js
│   │   ├── menubutton-bridge.jsx
│   │   ├── oop.js
│   │   ├── panel-menu-button-bridge.jsx
│   │   ├── plugins
│   │   │   ├── test_buttonbridge
│   │   │   │   └── plugin.js
│   │   │   ├── test_menubuttonbridge
│   │   │   │   └── plugin.js
│   │   │   ├── test_panelmenubuttonbridge
│   │   │   │   └── plugin.js
│   │   │   └── test_richcombobridge
│   │   │   └── plugin.js
│   │   ├── richcombo-bridge.jsx
│   │   ├── selection-position.jsx
│   │   ├── selection-test.js
│   │   ├── toolbar-add.jsx
│   │   ├── toolbar-buttons.jsx
│   │   ├── toolbar-styles.jsx
│   │   ├── util
│   │   │   └── utils.js
│   │   └── widget-interaction-point.js
│   └── vendor
│   ├── react-all.js
│   ├── react-bridge.js
│   ├── react-dom.js
│   ├── react-min.js
│   ├── react-with-addons-all.js
│   ├── react-with-addons.js
│   └── react.js
├── test
│   ├── core
│   │   ├── _src.js
│   │   ├── karma.js
│   │   └── test
│   │   ├── debounce.js
│   │   ├── fixtures
│   │   │   ├── 1_by_1_table.html
│   │   │   ├── 1_by_1_table_with_attrs.html
│   │   │   ├── 1_by_1_wrapped_table.html
│   │   │   ├── 1_by_3_table.html
│   │   │   ├── 3_by_1_table.html
│   │   │   ├── 3_by_3_table_both_heading.html
│   │   │   ├── 3_by_3_table_col_heading.html
│   │   │   ├── 3_by_3_table_no_heading.html
│   │   │   ├── 3_by_3_table_row_heading.html
│   │   │   ├── 3_tables_selection_inside_second.html
│   │   │   ├── editable_by_parent_nested_tables.html
│   │   │   ├── editable_by_parent_table.html
│   │   │   ├── empty.html
│   │   │   ├── not_editable_attribute_table.html
│   │   │   └── not_editable_by_parent_table.html
│   │   ├── link.js
│   │   ├── selection-region.js
│   │   ├── table.js
│   │   └── tools.js
│   ├── plugins
│   │   ├── _src.js
│   │   ├── karma.js
│   │   └── test
│   │   ├── autolink.js
│   │   ├── autolist.js
│   │   ├── dragresize.js
│   │   ├── dragresize_ie.js
│   │   ├── embed.js
│   │   ├── placeholder.js
│   │   └── selectionkeystrokes.js
│   ├── util
│   │   ├── bender.js
│   │   └── utils.js
│   └── vendor
│   ├── happen.js
│   └── zepto.js
└── yarn.lock
163 directories, 1220 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment