This plugin is WIP and isn't stable
You don't. It's as simple as that. Etherpad is a line based editor meaning having lines wrap around other lines will be a mess. We're not willing to accommodate this as your users will end up making messy horrible documents and you will feel bad.
Find someone to sponsor development
Make it work on develop branch (see https://github.com/ether/etherpad-lite/pull/2497/files)
Support image resize
Support image drag and drop
Fix IE being able to resize image IE problems.... Y'know... -Should be fixed now, needs testing
Fix mobile issue where mouseout never fires so resize is always shown -Should be a relatively easy fix but will require handling aceEditEvent events
Show span as active on click of "control" element
Fix issue when a user selects content then hits paste (it currently throws up an error and breaks editing) -Creating a new line "might" fix this but other than that I don't have any other ideas other than inserting a special character
Support image drag and drop to already populated lines (it currently does not allow the image to be uploaded to this point, imho it should create a new line with the image on) -Hopefully creating a "new line" event should fix this
Fix issue with large images being distorted
BUG: ALL: Fix copy/paste within editor creating 2 copies Currently if you copy/paste an image inside the pad <-- Seems to create n copies based on number of line breaks that have been copied IE if
is copied it will create 2 copies. The fix here is to use cc.doAttrib probably assuming that applies attrib on a line and not a selection
BUG: ALL: Fix copy/paste creating two copies when copying from web browser
BUG: ALL: Fix issue where dragging and dropping in same location nukes the imag (easy to fix in all browsers except firefox, see below)
BUG: FIREFOX: Fix issue with Firefox not being able to drag an image UP towards the top of the pad due to race condition (firefox thinks start and end position is always the same)
BUG: IE/CHROME: Drag and Drop from File system wont import image (Chrome bug) http://stackoverflow.com/questions/23548745/drag-and-drop-image-file-into-contenteditable-div-works-fine-in-ff-fails-miser
BUG: IE: Unable to drag an drop contens in a pad
BUG: FIREFOX/IE: Copy/Pasting text and images only pastes text
BUG: ALL: Image size is lost on cut/copy/paste & drag/drop
MINOR BUG: ALL: Drag and Drop onto line ONE LINE ABOVE WITH CONTENT doesn't remove old content -- Because the DOM is rewritten the line number is changed.. I'm a bit unsure how to fix this
MINOR BUG: ALL: Under certain (I don't know what yet) conditions an image can get distorted (x/y) -- I need steps to replicate really
#V2:
#VNever:
On each release of this plugin due to browser restrictions we have to do a lot of manual tests.
Apache 2
Version | Tag | Published |
---|---|---|
0.0.28 | latest | 1yr ago |