mirror of
https://github.com/zadam/trilium.git
synced 2025-11-03 20:06:08 +01:00
feat(mention): disable auto-completion
This commit is contained in:
@@ -13,6 +13,10 @@ export default class MentionCustomization extends Plugin {
|
||||
return [ Mention ];
|
||||
}
|
||||
|
||||
public static get pluginName() {
|
||||
return "MentionCustomization" as const;
|
||||
}
|
||||
|
||||
afterInit() {
|
||||
const editor = this.editor;
|
||||
// override standard mention command (see https://github.com/ckeditor/ckeditor5/issues/6470)
|
||||
|
||||
Reference in New Issue
Block a user