mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-08-11 22:18:54 +08:00
docs: update README.md
This commit is contained in:
@@ -31,6 +31,7 @@
|
|||||||
[![blocksuite-icon]](https://github.com/toeverything/blocksuite)
|
[![blocksuite-icon]](https://github.com/toeverything/blocksuite)
|
||||||
[![Rust-version-icon]](https://www.rust-lang.org/)
|
[![Rust-version-icon]](https://www.rust-lang.org/)
|
||||||
[](https://app.fossa.com/projects/git%2Bgithub.com%2Ftoeverything%2FAFFiNE?ref=badge_shield)
|
[](https://app.fossa.com/projects/git%2Bgithub.com%2Ftoeverything%2FAFFiNE?ref=badge_shield)
|
||||||
|
[](https://github.com/toeverything/AFFiNE/actions/workflows/deploy.yml)
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
@@ -106,11 +107,12 @@ If you have questions, you are welcome to contact us. One of the best places to
|
|||||||
|
|
||||||
## Ecosystem
|
## Ecosystem
|
||||||
|
|
||||||
| Name | | |
|
| Name | | |
|
||||||
| --------------------------------------------------------- | ---------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------- |
|
| ----------------------------------------------------------------------------------------------- | --------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------- |
|
||||||
| [@affine/component](https://affine-storybook.vercel.app/) | AFFiNE Component Resources | [](https://affine-storybook.vercel.app/) |
|
| [@toeverything/component](https://github.com/toeverything/design/tree/main/packages/components) | Toeverything Shared Component Resources | |
|
||||||
| [@toeverything/y-indexeddb](packages/y-indexeddb) | IndexedDB database adapter for Yjs | [](https://www.npmjs.com/package/@toeverything/y-indexeddb) |
|
| [@affine/component](packages/component) | AFFiNE Component Resources | [](https://affine-storybook.vercel.app/) |
|
||||||
| [@toeverything/theme](packages/theme) | AFFiNE theme | [](https://www.npmjs.com/package/@toeverything/theme) |
|
| [@toeverything/y-indexeddb](packages/y-indexeddb) | IndexedDB database adapter for Yjs | [](https://www.npmjs.com/package/@toeverything/y-indexeddb) |
|
||||||
|
| [@toeverything/theme](packages/theme) | AFFiNE theme | [](https://www.npmjs.com/package/@toeverything/theme) |
|
||||||
|
|
||||||
## Plugins
|
## Plugins
|
||||||
|
|
||||||
@@ -121,11 +123,12 @@ If you have questions, you are welcome to contact us. One of the best places to
|
|||||||
- [@affine/sdk](./packages/sdk) - SDK for developing plugins
|
- [@affine/sdk](./packages/sdk) - SDK for developing plugins
|
||||||
- [@affine/plugin-cli](./packages/plugin-cli) - CLI for developing plugins
|
- [@affine/plugin-cli](./packages/plugin-cli) - CLI for developing plugins
|
||||||
|
|
||||||
| Official Plugin | Description |
|
| Official Plugin | Description | Status |
|
||||||
| ----------------------------------------------------- | ----------------------------------------- |
|
| ----------------------------------------------------- | ----------------------------------------- | ------ |
|
||||||
| [@affine/bookmark-plugin](plugins/bookmark) | A block for bookmarking a website |
|
| [@affine/bookmark-plugin](plugins/bookmark) | A block for bookmarking a website | ✅ |
|
||||||
| [@affine/copilot-plugin](plugins/copilot) | AI Copilot that help you document writing |
|
| [@affine/copilot-plugin](plugins/copilot) | AI Copilot that help you document writing | 🚧 |
|
||||||
| [@affine/image-preview-plugin](plugins/image-preview) | Component for previewing an image |
|
| [@affine/image-preview-plugin](plugins/image-preview) | Component for previewing an image | ✅ |
|
||||||
|
| [@affine/outline](plugins/outline) | Outline for your document | ✅ |
|
||||||
|
|
||||||
## Upstreams
|
## Upstreams
|
||||||
|
|
||||||
@@ -169,12 +172,17 @@ Data compatibility is a very important issue for us. We will try our best to ens
|
|||||||
|
|
||||||
If you encounter any problems when upgrading the version, please feel free to [contact us](mailto:developer@toeverything.info).
|
If you encounter any problems when upgrading the version, please feel free to [contact us](mailto:developer@toeverything.info).
|
||||||
|
|
||||||
| AFFiNE Version | Export/Import workspace | Data auto migration |
|
| AFFiNE Version | Export/Import workspace | Data auto migration |
|
||||||
| -------------- | ----------------------- | ------------------- |
|
| --------------- | ----------------------- | ------------------- |
|
||||||
| <= 0.5.4 | ❌️ | ❌ |
|
| <= 0.5.4 | ❌️ | ❌ |
|
||||||
| 0.6.x | ✅️ | ✅ |
|
| 0.6.x | ✅️ | ✅ |
|
||||||
| 0.7.x | ✅️ | ✅ |
|
| 0.7.x | ✅️ | ✅ |
|
||||||
| 0.8.x | ✅ | ✅ |
|
| 0.8.x (current) | ✅ | ✅ |
|
||||||
|
| 0.9.x (next) | 🚧 | 🚧 |
|
||||||
|
|
||||||
|
- ❌️: Not compatible
|
||||||
|
- ✅: Compatible
|
||||||
|
- 🚧: Work in progress
|
||||||
|
|
||||||
## Self-Host
|
## Self-Host
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user