You've already forked joplin
mirror of
https://github.com/laurent22/joplin.git
synced 2025-11-29 22:48:10 +02:00
Mobile: Plugin API: Implement the newNote command (#10524)
This commit is contained in:
@@ -1,9 +1,11 @@
|
||||
// AUTO-GENERATED using `gulp buildScriptIndexes`
|
||||
import * as newNote from './newNote';
|
||||
import * as openItem from './openItem';
|
||||
import * as openNote from './openNote';
|
||||
import * as scrollToHash from './scrollToHash';
|
||||
|
||||
const index: any[] = [
|
||||
newNote,
|
||||
openItem,
|
||||
openNote,
|
||||
scrollToHash,
|
||||
|
||||
Reference in New Issue
Block a user