1
0
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:
Henry Heino
2024-06-04 01:52:52 -07:00
committed by GitHub
parent 0938dc9d52
commit f94c16b22e
5 changed files with 71 additions and 0 deletions

View File

@@ -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,