You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jun 24, 2025. It is now read-only.
* The minimal set of plugins required for the editor to work. This is used both in normal text editors (floating or fixed toolbar) and in the attribute editor.
58
+
*/
52
59
exportconstCORE_PLUGINS: typeofPlugin[]=[
53
60
Clipboard,Enter,SelectAll,
54
61
ShiftEnter,Typing,Undo,
55
62
Paragraph,
56
-
Mention
63
+
Mention,
64
+
65
+
// Trilium plugins
66
+
MentionCustomization,
67
+
ReferenceLink
57
68
];
58
69
70
+
/**
71
+
* The set of plugins that are required for the editor to work. This is used in normal text editors (floating or fixed toolbar) but not in the attribute editor.
0 commit comments