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.scrollToText on desktop
This commit is contained in:
@ -6,6 +6,7 @@ import * as duplicateNote from './duplicateNote';
|
||||
import * as editAlarm from './editAlarm';
|
||||
import * as exportPdf from './exportPdf';
|
||||
import * as gotoAnything from './gotoAnything';
|
||||
import * as hideEditorPlugin from './hideEditorPlugin';
|
||||
import * as hideModalMessage from './hideModalMessage';
|
||||
import * as leaveSharedFolder from './leaveSharedFolder';
|
||||
import * as moveToFolder from './moveToFolder';
|
||||
@ -56,6 +57,7 @@ const index: any[] = [
|
||||
editAlarm,
|
||||
exportPdf,
|
||||
gotoAnything,
|
||||
hideEditorPlugin,
|
||||
hideModalMessage,
|
||||
leaveSharedFolder,
|
||||
moveToFolder,
|
||||
|
Reference in New Issue
Block a user