You've already forked joplin
mirror of
https://github.com/laurent22/joplin.git
synced 2025-11-26 22:41:17 +02:00
Co-authored-by: Laurent Cozic <laurent22@users.noreply.github.com>
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
// AUTO-GENERATED using `gulp buildScriptIndexes`
|
||||
import * as convertHtmlToMarkdown from './convertHtmlToMarkdown';
|
||||
import * as deleteNote from './deleteNote';
|
||||
import * as historyBackward from './historyBackward';
|
||||
import * as historyForward from './historyForward';
|
||||
@@ -12,6 +13,7 @@ import * as toggleAllFolders from './toggleAllFolders';
|
||||
import * as toggleEditorPlugin from './toggleEditorPlugin';
|
||||
|
||||
const index: any[] = [
|
||||
convertHtmlToMarkdown,
|
||||
deleteNote,
|
||||
historyBackward,
|
||||
historyForward,
|
||||
|
||||
Reference in New Issue
Block a user