medium-editor-insert-plugin
medium-editor-insert-plugin copied to clipboard
Adding support for RTL
I need to place buttons at right of the page,How can it be done simply?
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.