linkesch / medium-editor-insert-plugin

jQuery insert plugin for MediumEditor
http://orthes.github.io/medium-editor-insert-plugin
MIT License
1.22k stars 352 forks source link

Adding support for RTL #151

Open pleasereachmeoutonmoeinxyz opened 9 years ago

pleasereachmeoutonmoeinxyz commented 9 years ago

I need to place buttons at right of the page,How can it be done simply?

linkesch commented 9 years ago

Right now it can't be done easily. You have to change Core.positionButtons() function where the position is calculated. Also you need to update _core.scss file to display "+" button on the right and addons on the left.

If you get it working, feel free to submit a PR.