1
0
mirror of https://github.com/laurent22/joplin.git synced 2025-01-02 12:47:41 +02:00
joplin/CliClient/tests/support/plugins/multi_plugins/simple2/index.js

5 lines
137 B
JavaScript

joplin.plugins.register({
onStart: async function() {
await joplin.data.post(['folders'], null, { title: "multi - simple2" });
},
});