Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
30 changes: 9 additions & 21 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,24 +1,12 @@
<p align="center">
<a href="https://liveblocks.io#gh-light-mode-only">
<img src="https://raw.githubusercontent.com/liveblocks/liveblocks/main/.github/assets/header-wordmark-light.svg" alt="Liveblocks" />
</a>
<a href="https://liveblocks.io#gh-dark-mode-only">
<img src="https://raw.githubusercontent.com/liveblocks/liveblocks/main/.github/assets/header-wordmark-dark.svg" alt="Liveblocks" />
</a>
<a href="https://liveblocks.io#gh-light-mode-only"><img src="https://raw.githubusercontent.com/liveblocks/liveblocks/main/.github/assets/header-wordmark-light.svg" alt="Liveblocks" /></a>
<a href="https://liveblocks.io#gh-dark-mode-only"><img src="https://raw.githubusercontent.com/liveblocks/liveblocks/main/.github/assets/header-wordmark-dark.svg" alt="Liveblocks" /></a>
</p>
<p align="center">
<a href="https://twitter.com/liveblocks">
<img src="https://img.shields.io/badge/liveblocks-message?style=flat&logo=x&color=555&logoColor=fff" alt="X" />
</a>
<a href="https://liveblocks.io/discord">
<img src="https://img.shields.io/discord/913109211746009108?style=flat&label=discord&logo=discord&color=85f&logoColor=fff" alt="Discord" />
</a>
<a href="https://www.youtube.com/channel/UCDXT5skWxzOorIQrWG5OT2w">
<img src="https://img.shields.io/youtube/channel/subscribers/UCDXT5skWxzOorIQrWG5OT2w?style=flat&label=youtube&logo=youtube&color=e14&logoColor=fff" alt="YouTube" />
</a>
<a href="https://github.com/liveblocks/liveblocks/blob/main/LICENSE">
<img src="https://img.shields.io/github/license/liveblocks/liveblocks?style=flat&label=license&logo=github&color=f80&logoColor=fff" alt="License" />
</a>
<a href="https://twitter.com/liveblocks"><img src="https://img.shields.io/badge/liveblocks-message?style=flat&logo=x&color=555&logoColor=fff" alt="X" /></a>
<a href="https://liveblocks.io/discord"><img src="https://img.shields.io/discord/913109211746009108?style=flat&label=discord&logo=discord&color=85f&logoColor=fff" alt="Discord" /></a>
<a href="https://www.youtube.com/channel/UCDXT5skWxzOorIQrWG5OT2w"><img src="https://img.shields.io/youtube/channel/subscribers/UCDXT5skWxzOorIQrWG5OT2w?style=flat&label=youtube&logo=youtube&color=e14&logoColor=fff" alt="YouTube" /></a>
<a href="https://github.com/liveblocks/liveblocks/blob/main/LICENSE"><img src="https://img.shields.io/badge/licenses-Apache--2.0%2C%20AGPL--3.0-green" alt="License" /></a>
</p>

**[Liveblocks](https://liveblocks.io) gives you the building blocks and
Expand Down Expand Up @@ -90,8 +78,8 @@ notifications, and more.

## License

Most of this repository is licensed under the Apache License 2.0, Copyright
2021-present [Liveblocks](https://liveblocks.io). Some components are
licensed under AGPL-3.0-or-later.
Most of this repository is licensed under the Apache License 2.0, Copyright
2021-present [Liveblocks](https://liveblocks.io). Some components are licensed
under AGPL-3.0-or-later.

See [LICENSE](./LICENSE) for details.
22 changes: 6 additions & 16 deletions packages/liveblocks-client/README.md
Original file line number Diff line number Diff line change
@@ -1,24 +1,14 @@
<p align="center">
<a href="https://liveblocks.io#gh-light-mode-only">
<img src="https://raw.githubusercontent.com/liveblocks/liveblocks/main/.github/assets/header-light.svg" alt="Liveblocks" />
</a>
<a href="https://liveblocks.io#gh-dark-mode-only">
<img src="https://raw.githubusercontent.com/liveblocks/liveblocks/main/.github/assets/header-dark.svg" alt="Liveblocks" />
</a>
<p>
<a href="https://liveblocks.io#gh-light-mode-only"><img src="https://raw.githubusercontent.com/liveblocks/liveblocks/main/.github/assets/header-light.svg" alt="Liveblocks" /></a>
<a href="https://liveblocks.io#gh-dark-mode-only"><img src="https://raw.githubusercontent.com/liveblocks/liveblocks/main/.github/assets/header-dark.svg" alt="Liveblocks" /></a>
</p>

# `@liveblocks/client`

<p>
<a href="https://npmjs.org/package/@liveblocks/client">
<img src="https://img.shields.io/npm/v/@liveblocks/client?style=flat&label=npm&color=c33" alt="NPM" />
</a>
<a href="https://bundlephobia.com/package/@liveblocks/client">
<img src="https://img.shields.io/bundlephobia/minzip/@liveblocks/client?style=flat&label=size&color=09f" alt="Size" />
</a>
<a href="https://github.com/liveblocks/liveblocks/blob/main/LICENSE">
<img src="https://img.shields.io/github/license/liveblocks/liveblocks?style=flat&label=license&color=f80" alt="License" />
</a>
<a href="https://npmjs.org/package/@liveblocks/client"><img src="https://img.shields.io/npm/v/@liveblocks/client?style=flat&label=npm&color=c33" alt="NPM" /></a>
<a href="https://bundlephobia.com/package/@liveblocks/client"><img src="https://img.shields.io/bundlephobia/minzip/@liveblocks/client?style=flat&label=size&color=09f" alt="Size" /></a>
<a href="https://github.com/liveblocks/liveblocks/blob/main/licenses/LICENSE-APACHE-2.0"><img src="https://img.shields.io/badge/license-Apache--2.0-green" alt="License" /></a>
</p>

`@liveblocks/client` provides the APIs to integrate with Liveblocks鈥攁 platform
Expand Down
22 changes: 6 additions & 16 deletions packages/liveblocks-emails/README.md
Original file line number Diff line number Diff line change
@@ -1,24 +1,14 @@
<p align="center">
<a href="https://liveblocks.io#gh-light-mode-only">
<img src="https://raw.githubusercontent.com/liveblocks/liveblocks/main/.github/assets/header-light.svg" alt="Liveblocks" />
</a>
<a href="https://liveblocks.io#gh-dark-mode-only">
<img src="https://raw.githubusercontent.com/liveblocks/liveblocks/main/.github/assets/header-dark.svg" alt="Liveblocks" />
</a>
<p>
<a href="https://liveblocks.io#gh-light-mode-only"><img src="https://raw.githubusercontent.com/liveblocks/liveblocks/main/.github/assets/header-light.svg" alt="Liveblocks" /></a>
<a href="https://liveblocks.io#gh-dark-mode-only"><img src="https://raw.githubusercontent.com/liveblocks/liveblocks/main/.github/assets/header-dark.svg" alt="Liveblocks" /></a>
</p>

# `@liveblocks/emails`

<p>
<a href="https://npmjs.org/package/@liveblocks/emails">
<img src="https://img.shields.io/npm/v/@liveblocks/emails?style=flat&label=npm&color=c33" alt="NPM" />
</a>
<a href="https://bundlephobia.com/package/@liveblocks/emails">
<img src="https://img.shields.io/bundlephobia/minzip/@liveblocks/emails?style=flat&label=size&color=09f" alt="Size" />
</a>
<a href="https://github.com/liveblocks/liveblocks/blob/main/LICENSE">
<img src="https://img.shields.io/github/license/liveblocks/liveblocks?style=flat&label=license&color=f80" alt="License" />
</a>
<a href="https://npmjs.org/package/@liveblocks/emails"><img src="https://img.shields.io/npm/v/@liveblocks/emails?style=flat&label=npm&color=c33" alt="NPM" /></a>
<a href="https://bundlephobia.com/package/@liveblocks/emails"><img src="https://img.shields.io/bundlephobia/minzip/@liveblocks/emails?style=flat&label=size&color=09f" alt="Size" /></a>
<a href="https://github.com/liveblocks/liveblocks/blob/main/licenses/LICENSE-APACHE-2.0"><img src="https://img.shields.io/badge/license-Apache--2.0-green" alt="License" /></a>
</p>

`@liveblocks/emails` provides a set of functions and utilities to make sending
Expand Down
15 changes: 8 additions & 7 deletions packages/liveblocks-node-lexical/README.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,15 @@
<p align="center">
<a href="https://liveblocks.io#gh-light-mode-only">
<img src="https://raw.githubusercontent.com/liveblocks/liveblocks/main/.github/assets/header-light.svg" alt="Liveblocks" />
</a>
<a href="https://liveblocks.io#gh-dark-mode-only">
<img src="https://raw.githubusercontent.com/liveblocks/liveblocks/main/.github/assets/header-dark.svg" alt="Liveblocks" />
</a>
<p>
<a href="https://liveblocks.io#gh-light-mode-only"><img src="https://raw.githubusercontent.com/liveblocks/liveblocks/main/.github/assets/header-light.svg" alt="Liveblocks" /></a>
<a href="https://liveblocks.io#gh-dark-mode-only"><img src="https://raw.githubusercontent.com/liveblocks/liveblocks/main/.github/assets/header-dark.svg" alt="Liveblocks" /></a>
</p>

# `@liveblocks/node-lexical`

<p>
<a href="https://npmjs.org/package/@liveblocks/node-lexical"><img src="https://img.shields.io/npm/v/@liveblocks/node-lexical?style=flat&label=npm&color=c33" alt="NPM" /></a>
<a href="https://bundlephobia.com/package/@liveblocks/node-lexical"><img src="https://img.shields.io/bundlephobia/minzip/@liveblocks/node-lexical?style=flat&label=size&color=09f" alt="Size" /></a>
<a href="https://github.com/liveblocks/liveblocks/blob/main/licenses/LICENSE-APACHE-2.0"><img src="https://img.shields.io/badge/licenses-Apache%202.0-green" alt="License" /></a>

## License

Licensed under the Apache License 2.0, Copyright 漏 2021-present
Expand Down
15 changes: 8 additions & 7 deletions packages/liveblocks-node-prosemirror/README.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,15 @@
<p align="center">
<a href="https://liveblocks.io#gh-light-mode-only">
<img src="https://raw.githubusercontent.com/liveblocks/liveblocks/main/.github/assets/header-light.svg" alt="Liveblocks" />
</a>
<a href="https://liveblocks.io#gh-dark-mode-only">
<img src="https://raw.githubusercontent.com/liveblocks/liveblocks/main/.github/assets/header-dark.svg" alt="Liveblocks" />
</a>
<p>
<a href="https://liveblocks.io#gh-light-mode-only"><img src="https://raw.githubusercontent.com/liveblocks/liveblocks/main/.github/assets/header-light.svg" alt="Liveblocks" /></a>
<a href="https://liveblocks.io#gh-dark-mode-only"><img src="https://raw.githubusercontent.com/liveblocks/liveblocks/main/.github/assets/header-dark.svg" alt="Liveblocks" /></a>
</p>

# `@liveblocks/node-prosemirror`

<p>
<a href="https://npmjs.org/package/@liveblocks/node-prosemirror"><img src="https://img.shields.io/npm/v/@liveblocks/node-prosemirror?style=flat&label=npm&color=c33" alt="NPM" /></a>
<a href="https://bundlephobia.com/package/@liveblocks/node-prosemirror"><img src="https://img.shields.io/bundlephobia/minzip/@liveblocks/node-prosemirror?style=flat&label=size&color=09f" alt="Size" /></a>
<a href="https://github.com/liveblocks/liveblocks/blob/main/licenses/LICENSE-APACHE-2.0"><img src="https://img.shields.io/badge/licenses-Apache%202.0-green" alt="License" /></a>

## License

Licensed under the Apache License 2.0, Copyright 漏 2021-present
Expand Down
22 changes: 6 additions & 16 deletions packages/liveblocks-node/README.md
Original file line number Diff line number Diff line change
@@ -1,24 +1,14 @@
<p align="center">
<a href="https://liveblocks.io#gh-light-mode-only">
<img src="https://raw.githubusercontent.com/liveblocks/liveblocks/main/.github/assets/header-light.svg" alt="Liveblocks" />
</a>
<a href="https://liveblocks.io#gh-dark-mode-only">
<img src="https://raw.githubusercontent.com/liveblocks/liveblocks/main/.github/assets/header-dark.svg" alt="Liveblocks" />
</a>
<p>
<a href="https://liveblocks.io#gh-light-mode-only"><img src="https://raw.githubusercontent.com/liveblocks/liveblocks/main/.github/assets/header-light.svg" alt="Liveblocks" /></a>
<a href="https://liveblocks.io#gh-dark-mode-only"><img src="https://raw.githubusercontent.com/liveblocks/liveblocks/main/.github/assets/header-dark.svg" alt="Liveblocks" /></a>
</p>

# `@liveblocks/node`

<p>
<a href="https://npmjs.org/package/@liveblocks/node">
<img src="https://img.shields.io/npm/v/@liveblocks/node?style=flat&label=npm&color=c33" alt="NPM" />
</a>
<a href="https://bundlephobia.com/package/@liveblocks/node">
<img src="https://img.shields.io/bundlephobia/minzip/@liveblocks/node?style=flat&label=size&color=09f" alt="Size" />
</a>
<a href="https://github.com/liveblocks/liveblocks/blob/main/LICENSE">
<img src="https://img.shields.io/github/license/liveblocks/liveblocks?style=flat&label=license&color=f80" alt="License" />
</a>
<a href="https://npmjs.org/package/@liveblocks/node"><img src="https://img.shields.io/npm/v/@liveblocks/node?style=flat&label=npm&color=c33" alt="NPM" /></a>
<a href="https://bundlephobia.com/package/@liveblocks/node"><img src="https://img.shields.io/bundlephobia/minzip/@liveblocks/node?style=flat&label=size&color=09f" alt="Size" /></a>
<a href="https://github.com/liveblocks/liveblocks/blob/main/licenses/LICENSE-APACHE-2.0"><img src="https://img.shields.io/badge/license-Apache--2.0-green" alt="License" /></a>
</p>

`@liveblocks/node` provides server-side utilities to set up
Expand Down
24 changes: 7 additions & 17 deletions packages/liveblocks-react-blocknote/README.md
Original file line number Diff line number Diff line change
@@ -1,24 +1,14 @@
<p align="center">
<a href="https://liveblocks.io#gh-light-mode-only">
<img src="https://raw.githubusercontent.com/liveblocks/liveblocks/main/.github/assets/header-light.svg" alt="Liveblocks" />
</a>
<a href="https://liveblocks.io#gh-dark-mode-only">
<img src="https://raw.githubusercontent.com/liveblocks/liveblocks/main/.github/assets/header-dark.svg" alt="Liveblocks" />
</a>
<p>
<a href="https://liveblocks.io#gh-light-mode-only"><img src="https://raw.githubusercontent.com/liveblocks/liveblocks/main/.github/assets/header-light.svg" alt="Liveblocks" /></a>
<a href="https://liveblocks.io#gh-dark-mode-only"><img src="https://raw.githubusercontent.com/liveblocks/liveblocks/main/.github/assets/header-dark.svg" alt="Liveblocks" /></a>
</p>

# `@liveblocks/react-blocknote`

<p>
<a href="https://npmjs.org/package/@liveblocks/react-blocknote">
<img src="https://img.shields.io/npm/v/@liveblocks/react-blocknote?style=flat&label=npm&color=c33" alt="NPM" />
</a>
<a href="https://bundlephobia.com/package/@liveblocks/react-blocknote">
<img src="https://img.shields.io/bundlephobia/minzip/@liveblocks/react-blocknote?style=flat&label=size&color=09f" alt="Size" />
</a>
<a href="https://github.com/liveblocks/liveblocks/blob/main/LICENSE">
<img src="https://img.shields.io/github/license/liveblocks/liveblocks?style=flat&label=license&color=f80" alt="License" />
</a>
<a href="https://npmjs.org/package/@liveblocks/react-blocknote"><img src="https://img.shields.io/npm/v/@liveblocks/react-blocknote?style=flat&label=npm&color=c33" alt="NPM" /></a>
<a href="https://bundlephobia.com/package/@liveblocks/react-blocknote"><img src="https://img.shields.io/bundlephobia/minzip/@liveblocks/react-blocknote?style=flat&label=size&color=09f" alt="Size" /></a>
<a href="https://github.com/liveblocks/liveblocks/blob/main/licenses/LICENSE-APACHE-2.0"><img src="https://img.shields.io/badge/license-Apache--2.0-green" alt="License" /></a>
</p>

`@liveblocks/react-blocknote` provides [React](https://reactjs.org/) APIs to
Expand Down
24 changes: 7 additions & 17 deletions packages/liveblocks-react-lexical/README.md
Original file line number Diff line number Diff line change
@@ -1,24 +1,14 @@
<p align="center">
<a href="https://liveblocks.io#gh-light-mode-only">
<img src="https://raw.githubusercontent.com/liveblocks/liveblocks/main/.github/assets/header-light.svg" alt="Liveblocks" />
</a>
<a href="https://liveblocks.io#gh-dark-mode-only">
<img src="https://raw.githubusercontent.com/liveblocks/liveblocks/main/.github/assets/header-dark.svg" alt="Liveblocks" />
</a>
<p>
<a href="https://liveblocks.io#gh-light-mode-only"><img src="https://raw.githubusercontent.com/liveblocks/liveblocks/main/.github/assets/header-light.svg" alt="Liveblocks" /></a>
<a href="https://liveblocks.io#gh-dark-mode-only"><img src="https://raw.githubusercontent.com/liveblocks/liveblocks/main/.github/assets/header-dark.svg" alt="Liveblocks" /></a>
</p>

# `@liveblocks/react-lexical`

<p>
<a href="https://npmjs.org/package/@liveblocks/react-lexical">
<img src="https://img.shields.io/npm/v/@liveblocks/react-lexical?style=flat&label=npm&color=c33" alt="NPM" />
</a>
<a href="https://bundlephobia.com/package/@liveblocks/react-lexical">
<img src="https://img.shields.io/bundlephobia/minzip/@liveblocks/react-lexical?style=flat&label=size&color=09f" alt="Size" />
</a>
<a href="https://github.com/liveblocks/liveblocks/blob/main/LICENSE">
<img src="https://img.shields.io/github/license/liveblocks/liveblocks?style=flat&label=license&color=f80" alt="License" />
</a>
<a href="https://npmjs.org/package/@liveblocks/react-lexical"><img src="https://img.shields.io/npm/v/@liveblocks/react-lexical?style=flat&label=npm&color=c33" alt="NPM" /></a>
<a href="https://bundlephobia.com/package/@liveblocks/react-lexical"><img src="https://img.shields.io/bundlephobia/minzip/@liveblocks/react-lexical?style=flat&label=size&color=09f" alt="Size" /></a>
<a href="https://github.com/liveblocks/liveblocks/blob/main/licenses/LICENSE-APACHE-2.0"><img src="https://img.shields.io/badge/license-Apache--2.0-green" alt="License" /></a>
</p>

`@liveblocks/react-lexical` provides [React](https://reactjs.org/) APIs to
Expand Down
24 changes: 7 additions & 17 deletions packages/liveblocks-react-tiptap/README.md
Original file line number Diff line number Diff line change
@@ -1,24 +1,14 @@
<p align="center">
<a href="https://liveblocks.io#gh-light-mode-only">
<img src="https://raw.githubusercontent.com/liveblocks/liveblocks/main/.github/assets/header-light.svg" alt="Liveblocks" />
</a>
<a href="https://liveblocks.io#gh-dark-mode-only">
<img src="https://raw.githubusercontent.com/liveblocks/liveblocks/main/.github/assets/header-dark.svg" alt="Liveblocks" />
</a>
<p>
<a href="https://liveblocks.io#gh-light-mode-only"><img src="https://raw.githubusercontent.com/liveblocks/liveblocks/main/.github/assets/header-light.svg" alt="Liveblocks" /></a>
<a href="https://liveblocks.io#gh-dark-mode-only"><img src="https://raw.githubusercontent.com/liveblocks/liveblocks/main/.github/assets/header-dark.svg" alt="Liveblocks" /></a>
</p>

# `@liveblocks/react-tiptap`

<p>
<a href="https://npmjs.org/package/@liveblocks/react-tiptap">
<img src="https://img.shields.io/npm/v/@liveblocks/react-tiptap?style=flat&label=npm&color=c33" alt="NPM" />
</a>
<a href="https://bundlephobia.com/package/@liveblocks/react-tiptap">
<img src="https://img.shields.io/bundlephobia/minzip/@liveblocks/react-tiptap?style=flat&label=size&color=09f" alt="Size" />
</a>
<a href="https://github.com/liveblocks/liveblocks/blob/main/LICENSE">
<img src="https://img.shields.io/github/license/liveblocks/liveblocks?style=flat&label=license&color=f80" alt="License" />
</a>
<a href="https://npmjs.org/package/@liveblocks/react-tiptap"><img src="https://img.shields.io/npm/v/@liveblocks/react-tiptap?style=flat&label=npm&color=c33" alt="NPM" /></a>
<a href="https://bundlephobia.com/package/@liveblocks/react-tiptap"><img src="https://img.shields.io/bundlephobia/minzip/@liveblocks/react-tiptap?style=flat&label=size&color=09f" alt="Size" /></a>
<a href="https://github.com/liveblocks/liveblocks/blob/main/licenses/LICENSE-APACHE-2.0"><img src="https://img.shields.io/badge/license-Apache--2.0-green" alt="License" /></a>
</p>

`@liveblocks/react-tiptap` provides [React](https://reactjs.org/) APIs to
Expand Down
22 changes: 6 additions & 16 deletions packages/liveblocks-react-ui/README.md
Original file line number Diff line number Diff line change
@@ -1,24 +1,14 @@
<p align="center">
<a href="https://liveblocks.io#gh-light-mode-only">
<img src="https://raw.githubusercontent.com/liveblocks/liveblocks/main/.github/assets/header-light.svg" alt="Liveblocks" />
</a>
<a href="https://liveblocks.io#gh-dark-mode-only">
<img src="https://raw.githubusercontent.com/liveblocks/liveblocks/main/.github/assets/header-dark.svg" alt="Liveblocks" />
</a>
<p>
<a href="https://liveblocks.io#gh-light-mode-only"><img src="https://raw.githubusercontent.com/liveblocks/liveblocks/main/.github/assets/header-light.svg" alt="Liveblocks" /></a>
<a href="https://liveblocks.io#gh-dark-mode-only"><img src="https://raw.githubusercontent.com/liveblocks/liveblocks/main/.github/assets/header-dark.svg" alt="Liveblocks" /></a>
</p>

# `@liveblocks/react-ui`

<p>
<a href="https://npmjs.org/package/@liveblocks/react-ui">
<img src="https://img.shields.io/npm/v/@liveblocks/react-ui?style=flat&label=npm&color=c33" alt="NPM" />
</a>
<a href="https://bundlephobia.com/package/@liveblocks/react-ui">
<img src="https://img.shields.io/bundlephobia/minzip/@liveblocks/react-ui?style=flat&label=size&color=09f" alt="Size" />
</a>
<a href="https://github.com/liveblocks/liveblocks/blob/main/LICENSE">
<img src="https://img.shields.io/github/license/liveblocks/liveblocks?style=flat&label=license&color=f80" alt="License" />
</a>
<a href="https://npmjs.org/package/@liveblocks/react-ui"><img src="https://img.shields.io/npm/v/@liveblocks/react-ui?style=flat&label=npm&color=c33" alt="NPM" /></a>
<a href="https://bundlephobia.com/package/@liveblocks/react-ui"><img src="https://img.shields.io/bundlephobia/minzip/@liveblocks/react-ui?style=flat&label=size&color=09f" alt="Size" /></a>
<a href="https://github.com/liveblocks/liveblocks/blob/main/licenses/LICENSE-APACHE-2.0"><img src="https://img.shields.io/badge/license-Apache--2.0-green" alt="License" /></a>
</p>

`@liveblocks/react-ui` provides [React](https://reactjs.org/) pre-built
Expand Down
Loading
Loading