max-nextcloud
max-nextcloud
@a4bits that sounds like a different issue entirely. Are you still seeing this? Please open a new issue for it and include your app version.
@fwolfst Could you try again with a recent version of Nextcloud? I think the responsiveness of large files has improved a lot except for a few corner cases. I just...
> I see, but I am still a bit puzzled, since they had a common container already, it was just not a provided div, but simply `body`, no?. So what...
This recursion happens if there are two competing focus traps. In text vinicius is fixing it by moving the Menubar (which had focus traps for the dropdowns) into the modal...
Hi, I've been looking into this problem some. Would love to see it fixed. I'll add my thoughts here in case they might be helpful. I'd like to see `TaskLists`...
https://github.com/remirror/remirror/blob/826670eaba81d589fbad8037867ba8628b76ec3a/packages/remirror__extension-list/src/list-commands.ts#L315 is the most important code in question. They rebuild the entire list with the new list node and new item nodes. That way each list type can have its...
We also need to look into authentication - both of the clients connecting to the hokuspokus server as well as the auth of the write from the hokuspokus server to...
https://github.com/nextcloud/text/tree/experiment/yjs has a minimal working tiptap2 collaboration based on tiptaps public websocket server.
https://github.com/nextcloud/text/tree/experiment/minimal-yjs keeps more of our current session handling.
I think this is a good fix for the issue in question. I like it because it makes the hard breaks easy to discover. On the other hand it might...