uprtcl / js-uprtcl

Libraries, tools and modules to create _Prtcl web apps
http://www.uprtcl.io/
Other
43 stars 13 forks source link

file pattern #144

Open pepoospina opened 4 years ago

pepoospina commented 4 years ago

A new type of object to store files. It could be

{
     data: ENCODEDDATA,
}

And use that object to store images as JSON files (we work with JSON objects) and the text editor would adapt to show that type of object. (You will be able to use the editor as a drive folder)

File objects won't use Prosemirror to render, but will have its own _Prtcl "lense".