edit-text icon indicating copy to clipboard operation
edit-text copied to clipboard

Support images

Open tcr opened this issue 7 years ago • 0 comments

At a minimum, edit-text should support block-level images.

It could work similar to how <hr> was implemented. https://github.com/tcr/edit-text/commit/9cd29f4611601062c7bd11ea9f86e86e53bf94a5 Only caveat being, it needs to support inputting a URL at creation time, which stretches the limits of what the client controlling the button array can support.

This might just require the button_handlers input on the TypeScript side to accept a "prompt: bool" argument.

tcr avatar Mar 11 '18 04:03 tcr