{"id":18347973,"url":"https://github.com/collaborne/remirror-extension-yjs","last_synced_at":"2025-07-12T03:35:24.787Z","repository":{"id":57103423,"uuid":"440508468","full_name":"Collaborne/remirror-extension-yjs","owner":"Collaborne","description":null,"archived":false,"fork":false,"pushed_at":"2022-03-01T12:39:32.000Z","size":978,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"main","last_synced_at":"2025-06-16T14:03:52.595Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Collaborne.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2021-12-21T12:25:29.000Z","updated_at":"2021-12-22T12:47:14.000Z","dependencies_parsed_at":"2022-08-20T20:10:21.105Z","dependency_job_id":null,"html_url":"https://github.com/Collaborne/remirror-extension-yjs","commit_stats":null,"previous_names":[],"tags_count":14,"template":false,"template_full_name":null,"purl":"pkg:github/Collaborne/remirror-extension-yjs","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Collaborne%2Fremirror-extension-yjs","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Collaborne%2Fremirror-extension-yjs/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Collaborne%2Fremirror-extension-yjs/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Collaborne%2Fremirror-extension-yjs/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Collaborne","download_url":"https://codeload.github.com/Collaborne/remirror-extension-yjs/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Collaborne%2Fremirror-extension-yjs/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":264931498,"owners_count":23685046,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-11-05T21:15:53.549Z","updated_at":"2025-07-12T03:35:24.710Z","avatar_url":"https://github.com/Collaborne.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# @collaborne/remirror-extension-yjs\n\n\u003e Realtime collaboration with yjs\n\n_Note: This is a fork for the original [@remirror/extension-yjs](https://npmjs.com/package/@remirror%2fextension-yjs), with some adjustments for Collaborne. Likely you want the original extension!_\n\n## Installation\n\n```sh\n# npm\nnpm install yjs @collaborne/remirror-extension-yjs\n```\n\nYou will also need to install your preferred [`YjsRealtimeProvider`](https://github.com/yjs/yjs#providers).\n\nDue to the required peer dependencies this package is not included by default when installing `remirror`.\n\nYou will also need to install your preferred yjs protocol\n\n```sh\n# npm\nnpm install y-webrtc\n```\n\n## Usage\n\nThe following code creates an instance of this extension.\n\n```ts\nimport { WebrtcProvider } from 'y-webrtc';\nimport { Doc } from 'yjs';\nimport { YjsExtension } from '@collaborne/remirror-extension-yjs';\n\nconst extension = new YjsExtension({\n  getProvider: () =\u003e new WebrtcProvider('global', new Doc()),\n});\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcollaborne%2Fremirror-extension-yjs","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcollaborne%2Fremirror-extension-yjs","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcollaborne%2Fremirror-extension-yjs/lists"}