From 6305e63032758cb54096006efde0da7e956d6d1b Mon Sep 17 00:00:00 2001 From: Pooya Parsa Date: Sat, 19 Oct 2024 16:58:34 +0900 Subject: [PATCH] chore: add link to nuxt-tiptap --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index f28ff3a..7207fe5 100644 --- a/README.md +++ b/README.md @@ -9,11 +9,14 @@ [yjs](https://docs.yjs.dev/) websocket server powered by [crossws](https://crossws.unjs.io/), works with Node.js, Deno, Bun, Cloudflare Workers and more without any framework dependency and compatible with unmodified [y-websocket](https://github.com/yjs/y-websocket) client provider. -> [!IMPORTANT] +> [!NOTE] > 🚧 This is still a work in progress. Feedback and contributions are welcome! ## 🍿 Demo +> [!NOTE] +> See [nuxt-tiptap](https://github.com/pi0/nuxt-tiptap) for a full Demo with Nuxt. + [tiptap](https://tiptap.dev/) editor with collaborative editing deployed on Cloudflare workers with durable objects. - [online deployment](https://y-crossws.pi0.workers.dev/tiptap/)