feat(core): support block links on Bi-Directional Links (#8169)
Clsoes [AF-1348](https://linear.app/affine-design/issue/AF-1348/修复-bi-directional-links-里面的链接地址) * Links to the current document should be ignored on `Backlinks` * Links to the current document should be ignored on `Outgoing links` https://github.com/user-attachments/assets/dbc43cea-5aca-4c6f-886a-356e3a91c1f1
This commit is contained in:
@@ -6,6 +6,7 @@ import type { DocsSearchService } from '../../docs-search';
|
||||
export interface Link {
|
||||
docId: string;
|
||||
title: string;
|
||||
params?: URLSearchParams;
|
||||
}
|
||||
|
||||
export class DocLinks extends Entity {
|
||||
|
||||
Reference in New Issue
Block a user