Hello,
I’m trying to make a plugin which calculate the full size of a note and its resources.
I’m using const resources = await joplin.data.get(['notes', noteId, 'resources']);
to get all resources and i manage to get them correctly
I’m able to find their id and count the number of resources but the size is always empty.
Is it normal ?
Thanks