chore(ckeditor5/plugins): integrate includenote

This commit is contained in:
Elian Doran
2025-05-03 18:04:29 +03:00
parent 9d11f0e9c3
commit 96fbf610d6
4 changed files with 16 additions and 13 deletions

View File

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