1
0
mirror of https://github.com/laurent22/joplin.git synced 2024-12-24 10:27:10 +02:00
joplin/CliClient/tests/support/plugins/multi_plugins/simple1/index.js

5 lines
137 B
JavaScript

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