You've already forked joplin
mirror of
https://github.com/laurent22/joplin.git
synced 2025-07-16 00:14:34 +02:00
Plugins: Add support for editor plugins (#11296)
This commit is contained in:
@ -15,6 +15,7 @@ const defaultFormNoteProps: HookDependencies = {
|
||||
onBeforeLoad: () => { },
|
||||
onAfterLoad: () => { },
|
||||
editorId: 'editor',
|
||||
builtInEditorVisible: false,
|
||||
};
|
||||
|
||||
describe('useFormNote', () => {
|
||||
|
Reference in New Issue
Block a user