You've already forked joplin
mirror of
https://github.com/laurent22/joplin.git
synced 2025-07-16 00:14:34 +02:00
Mobile: Add support for plugin editor views (#11831)
Co-authored-by: Henry Heino <46334387+personalizedrefrigerator@users.noreply.github.com>
This commit is contained in:
@ -5,7 +5,9 @@ import * as historyForward from './historyForward';
|
||||
import * as openMasterPasswordDialog from './openMasterPasswordDialog';
|
||||
import * as permanentlyDeleteNote from './permanentlyDeleteNote';
|
||||
import * as renderMarkup from './renderMarkup';
|
||||
import * as showEditorPlugin from './showEditorPlugin';
|
||||
import * as synchronize from './synchronize';
|
||||
import * as toggleEditorPlugin from './toggleEditorPlugin';
|
||||
|
||||
const index: any[] = [
|
||||
deleteNote,
|
||||
@ -14,7 +16,9 @@ const index: any[] = [
|
||||
openMasterPasswordDialog,
|
||||
permanentlyDeleteNote,
|
||||
renderMarkup,
|
||||
showEditorPlugin,
|
||||
synchronize,
|
||||
toggleEditorPlugin,
|
||||
];
|
||||
|
||||
export default index;
|
||||
|
Reference in New Issue
Block a user