Pepo

Results 86 issues of Pepo

Create a test for EveesRemotes to test them in a controlled environment. This should streamline the development of new providers.

Show document diff per block.

Upload an image to IPFS and then use that as the tag in the Prosemirror node. Add a property to the DocumentEditor class which is file uploader. It has a...

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...

Using update to handle links has the problem that two updates with different changes step on each other unless you merge them before, which might not be possible onchain.