mirror of
https://github.com/streetwriters/notesnook.git
synced 2025-12-23 06:59:31 +01:00
core: add support for processing internal links in note content
This commit is contained in:
@@ -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";
|
||||
|
||||
Reference in New Issue
Block a user