edit-text
edit-text copied to clipboard
Support images
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.