mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-02-12 12:28:42 +00:00
Closes: BS-3393 <!-- This is an auto-generated comment: release notes by coderabbit.ai --> ## Summary by CodeRabbit - **New Features** - Introduced a new "Embed Doc" block, enabling embedding and rendering of linked and synced documents within cards, including support for banners and note previews. - Added new toolbar and quick search options for inserting embedded linked and synced documents. - **Improvements** - Updated dependencies and internal references to support the new embed doc functionality across related blocks and components. - Enhanced support for edgeless environments with new clipboard and configuration options for embedded docs. - **Refactor** - Streamlined and reorganized embed-related code, moving linked and synced doc logic into a dedicated embed doc module. - Removed obsolete adapter and utility files to simplify maintenance. - **Chores** - Updated project and TypeScript configuration files to include the new embed doc module in builds and references. <!-- end of auto-generated comment: release notes by coderabbit.ai -->
24 lines
663 B
JSON
24 lines
663 B
JSON
{
|
|
"extends": "../../../tsconfig.json",
|
|
"compilerOptions": {
|
|
"rootDir": "./src",
|
|
"outDir": "./dist",
|
|
"tsBuildInfoFile": "./dist/tsconfig.tsbuildinfo"
|
|
},
|
|
"include": ["./src"],
|
|
"references": [
|
|
{ "path": "../embed" },
|
|
{ "path": "../surface" },
|
|
{ "path": "../../components" },
|
|
{ "path": "../../ext-loader" },
|
|
{ "path": "../../inlines/reference" },
|
|
{ "path": "../../model" },
|
|
{ "path": "../../rich-text" },
|
|
{ "path": "../../shared" },
|
|
{ "path": "../../widgets/slash-menu" },
|
|
{ "path": "../../../framework/global" },
|
|
{ "path": "../../../framework/std" },
|
|
{ "path": "../../../framework/store" }
|
|
]
|
|
}
|