Returns the list available formats (mime types).
For example [ 'text/plain', 'text/html' ]
desktop
Returns the image in data URL format.
Writes multiple formats to the clipboard simultaneously. This allows setting both text/plain and text/html at the same time.
await joplin.clipboard.write({ text: 'Plain text version', html: '<strong>HTML version</strong>' });
Takes an image in data URL format.
Returns the list available formats (mime types).
For example [ 'text/plain', 'text/html' ]