Skip to content

File Upload Questions #988

Answered by zgrybus
ZehuaZhang asked this question in Q&A
Apr 30, 2023 · 1 comments · 2 replies
Discussion options

You must be logged in to vote

@ZehuaZhang

And does it have a toolbar button on the top where user could click to upload the file from local drives

I believe you need to implementing it by yourself. We did it and it's pretty simple :) You just need to call:

editor.action(insertImageCommand.key, { src: source })

when saving the image.

Here is simple demo, where you may upload a file via menu bar - https://daredata.github.io/notion-style-editor/

Replies: 1 comment 2 replies

Comment options

You must be logged in to vote
2 replies
@ZehuaZhang
Comment options

@zgrybus
Comment options

Answer selected by ZehuaZhang
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants