How to change the title of the note via the plugin

I used the joplin.data.put method to change the title of the note, but it changed back to before the change in a flash

So here's my code
await joplin.data.put(['notes', note.id], null, { title: "[[crypted]]" + note.title });

I'm sorry that the GIF doesn't work



This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.