Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Image upload #25

Open
scarroll32 opened this issue Apr 24, 2018 · 2 comments
Open

Image upload #25

scarroll32 opened this issue Apr 24, 2018 · 2 comments

Comments

@scarroll32
Copy link
Contributor

Embed image in document, use a method similar to how Markdown editors do it: store the image in a backend and embed a link within the document meta, then render when seen.

@jacwright
Copy link
Member

This is a server-specific item. Perhaps we can help with a module that handles drag-drop and triggers a callback which may be used by an implementation to upload the image. It could provide an error reporting API and a progress API. Then the module could insert the image immediately with local information at 50% opacity and as the upload progresses the image transitions to full opacity starting at the left and working across to the right (so that when it is 75% uploaded, the left 3/4s will be 100% opaque and the remaining 50%). Or some other progress indicator within the editor.

@jacwright
Copy link
Member

We should also provide some features and UI to manage images within the document. Float left, float right, center, etc. At least show how one might do this themselves.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants