angular-medium-editor icon indicating copy to clipboard operation
angular-medium-editor copied to clipboard

AngularJS directive for Medium.com editor clone

Results 25 angular-medium-editor issues
Sort by recently updated
recently updated
newest added
trafficstars

first example mentioned here doesn't work in the latest version. Angular medium editor version - 1.1.0 Plunker Example Demo

ContentEditable in IE fire `textinput` instead of `input`. Add event listener for `textinput` event.

Added the possibility to transclude other elements inside the editor. It open the way to create other plugins, communicating with the editor (like the [editor insert plugin](https://github.com/orthes/medium-editor-insert-plugin)).

This modification let the `MediumEditor` be exposed inside the controller. I needed it to integrate with the [insert plugin](https://github.com/orthes/medium-editor-insert-plugin). The directive can now be required by another directive and its...

I made an extension to change the direction of text. As you can see it in this [ example ], In pure medium-editor version, when you change the direction ("RTL"...