core: add support for processing internal links in note content

This commit is contained in:
Abdullah Atta
2024-01-22 17:26:40 +05:00
parent cfa98578ea
commit 2a547c879b
5 changed files with 137 additions and 18 deletions

View File

@@ -21,3 +21,8 @@ export * from "./types";
export { VirtualizedGrouping } from "./utils/virtualized-grouping";
export { DefaultColors } from "./collections/colors";
export { type BackupFile, type LegacyBackupFile } from "./database/backup";
export {
createInternalLink,
parseInternalLink,
type InternalLink
} from "./utils/internal-link";