mirror of
https://github.com/laurent22/joplin.git
synced 2024-12-24 10:27:10 +02:00
5 lines
137 B
JavaScript
5 lines
137 B
JavaScript
joplin.plugins.register({
|
|
onStart: async function() {
|
|
await joplin.data.post(['folders'], null, { title: "multi - simple1" });
|
|
},
|
|
}); |