chore(ckeditor5/plugins): integrate mention customization

This commit is contained in:
Elian Doran
2025-05-03 17:48:22 +03:00
parent a44eaeaf10
commit 9d11f0e9c3
3 changed files with 41 additions and 11 deletions

View File

@@ -7,6 +7,7 @@ declare global {
interface EditorComponent extends Component {
loadReferenceLinkTitle($el: JQuery<HTMLElement>, href: string): Promise<void>;
createNoteForReferenceLink(title: string): Promise<string>;
}
var glob: {