Hello Katrien,
This seems like a good idea for an app. Our web SDK and our REST API allow you to retrieve all the widgets in the board filtered by type:
SDK: https://developers.miro.com/docs/interface-iboardwidgetscommands#section-get
REST API: https://developers.miro.com/reference#get-board-widgets-1
I’m not aware of an existing app that implements the functionality you want already.
Are you looking to build this yourself, or asking if somebody is interested in building such an app?
Kind regards.
Daniela
@Katrien De Keyzer -
Why not just do an export to CSV based on a filtered list of board objects? Do a Ctrl-A to select everything in the board, filter only sticky notes and then export to CSV. If all you need is the text entered into the sticky notes (i.e. no “tags” attached to them), it will be in the first column. That CSV file can then be imported into a simple one field database table.
If you wanted them organized by tags, you could use the third column tag information for that purpose.
Kiron
At this moment it is possible but you have to use tags. Unfortunately the connections made between sticky notes will not be visible in a csv file.