Skip to content

Store documents in a stable format #1043

Open
@ClementEXWiki

Description

@ClementEXWiki

Currently, Docs stores all documents in a Y.js buffer format, which does not have any stability guarantee.
Y.js messages are only supposed to be stored in order to be sent to currently-offline users.

If Y.js breaks their format, or if BlockNote breaks their own (which happens from time to time), many documents will break.

Documents should be stored in a stable format, be it Markdown, HTML, anything really, even a standardized JSON object would be fine :)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    Status

    No status

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions