Douglas Meirelles

Results 16 comments of Douglas Meirelles

Hello, to add text to the end of the document I know there is the executeAppendElementList() method, like this: `instance.command.executeAppendElementList([{ value: 'Example', type: 'text' }])`

Hello, in my case it would be interesting if I could specify on which page some data will be added, for example: add a signature on a specific page. I...

Hello, I made a function to find/select a text element according to the id provided, and also another implementation to search and replace the text of an element also by...

Hi, I wanted to make an observation, to make the websocket server work it was necessary to change this: `"CRDT": "HOST=localhost PORT=1234 node ./node_modules/y-websocket/bin/server.js npx y-websocket"` For this: `"CRDT": "npx...

Hey @Hufe921 , I did some tests and implemented the multi-cursor functionality, where I would have the cursor that is the editor and it follows the rules that are in...

> Have you implemented the feature of multi person collaboration in the **canvas-editor** project? Is this the branch? 【feature/CRDT】 Yes, in this branch you can get a multi-collaboration implementation. As...

Hello, I would like to pass on some considerations to @Hufe921 when implementing this feat. I once tried to implement this improvement and I didn't finish the work (I still...

Hello @Hufe921 , I would like your help. I am implementing sublists. I am dealing with the initial situation where there are no sublists yet, and the user adds a...

Hello, the plugin itself does not handle line wrapping and most styling, so when you export the document it will be completely unconfigured. I made a PR with the handling...

> 您好,能发给我一个完整的包吗?感谢🙏 [[email protected]](mailto:[email protected]) Hello, for it to work I had to directly implement the plugin in my project, I couldn't make it work by installing via npm. I will attach...