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

Resolves #1282
This commit is contained in:
kolaente
2025-08-13 09:35:17 +00:00
committed by GitHub
parent 6a91862384
commit a3200f4149
@@ -336,6 +336,7 @@ const additionalLinkProtocols = [
'git',
'obsidian',
'notion',
'message',
]
const PasteHandler = Extension.create({