feat(editor): add message to list of allowed link protocols (#1284)

Resolves #1282
This commit is contained in:
kolaente 2025-08-13 11:35:17 +02:00 committed by GitHub
parent 6a91862384
commit a3200f4149
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 0 deletions

View File

@ -336,6 +336,7 @@ const additionalLinkProtocols = [
'git',
'obsidian',
'notion',
'message',
]
const PasteHandler = Extension.create({