You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Taking inspiration from my favorite Steem editor named Steeditor, it would be a nice addition to have an ability to upload an image into IPFS network via https://ipfs.busy.org or something else (hint: file-upload.service.ts). Another alternative is to use dat protocol and integrate that with git. The workflow could be:
Automatically setup dat.json at first upload
Store the image in Dat protocol every time the user adds or overwrite notes
Upload the final image on to IPFS when posting
The text was updated successfully, but these errors were encountered:
Taking inspiration from my favorite Steem editor named Steeditor, it would be a nice addition to have an ability to upload an image into IPFS network via https://ipfs.busy.org or something else (hint: file-upload.service.ts). Another alternative is to use dat protocol and integrate that with git. The workflow could be:
dat.json
at first uploadThe text was updated successfully, but these errors were encountered: