-
Any plans to add mqtt as a connector - might then be able to use AWS IOT as a server?
Huly®: YJS-100
hg64 updated
7 months ago
-
for example: now all db,connector and share should be made when Y().then(...), it can't be add dynamically. if i make a dapp like twiter: a feed can be added in an array,but to the comments, i need a …
-
i want to build a connector with deepstream, and add quill-cursors support, so when its editing in richtext, user can see where others cursor at.
is there a guide?
Huly®: YJS-129
-
Hello. I'm wondering if it is possible to sync two separate yjs instances. In my case I'm planning to use one yjs instance connected to the local network and another instance connected to a remote ser…
-
```
let y = new Y('editor', {
connector: {
name: 'webrtc',
room: 'room'
}
}
var ymap = y.define('ymap', Y.Map);
ymap.observe(function (e) {
console.log('event fired..');
})…
druuu updated
7 months ago
-
When testing your quill example and pasting a random news article (https://nos.nl/artikel/2219686-moeder-ontvoerde-baby-hannah-uit-frustratie.html) for the styling. I found out that the styling also w…
-
Maybe I'm doing something wrong, but I can't get the html-editor example to sync what I type across two tabs. I remember it working before I updated yjs. I don't see any errors, and the y-websockets-s…
twiss updated
7 months ago
-
I've been looking at the examples and was wondering whether or not support for a pubsub communication protocol would be something that could be implemented? I am interested in building a connector whi…
-
**Describe the bug** I'm receiving an "Expect id to be an array" console error randomly while users are active in a Quill room and it breaks all syncing for all users.
**Screenshots**
![image](https…
-
Hello,
With the following package setup :
```
"y-array": "^10.1.4",
"y-indexeddb": "^9.0.3",
"y-ipfs-connector": "^2.3.0",
"y-memory": "^8.0.9",
"y-prosemirror": "^0.3.4",
"y…