From c69bd8dcafe0fd8e7fca0fcb655fca3a1b6974a1 Mon Sep 17 00:00:00 2001 From: Elian Doran Date: Sat, 9 Nov 2024 22:58:20 +0200 Subject: [PATCH] Update config based on #2 --- packages/ckeditor5-build-trilium/src/config.ts | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/packages/ckeditor5-build-trilium/src/config.ts b/packages/ckeditor5-build-trilium/src/config.ts index 23b656823..09cbaceb9 100644 --- a/packages/ckeditor5-build-trilium/src/config.ts +++ b/packages/ckeditor5-build-trilium/src/config.ts @@ -233,7 +233,8 @@ export const COMMON_SETTINGS = { } }, link: { - defaultProtocol: 'https://' + defaultProtocol: 'https://', + allowedProtocols: ['https?', 'tel', 'sms', 'sftp', 'smb', 'slack', 'file', 'zotero'] }, // This value must be kept in sync with the language defined in webpack.config.js. language: 'en'