Export notebook to json file for local AI applications
Posted: Sat Jul 26, 2025 3:05 pm
Petko,
Would it be possible to consider to export notebooks
as json files (utf-8 text)?
This would enable users to use local AI applications
to read the content of the mio file, and to come up with interesting use cases. I think this could become
a major selling point.
Regards,
A simple implementation:
1) File>Export>Export to> json file
2) in new window, have option to select attributes using checkboxes
- title
- parent_title
- backlinks
- tags
- content // the note content
- created // yyyy-mm-dd hh:mm:ss format
- updated // yyyy-mm-dd hh:mm:ss format
- comment
... and other meta data
3) for images, tables, attachments in notes, maybe create a placeholder metadata tag like
</image>, </table>
4) Save As
- location to save the json file
Would it be possible to consider to export notebooks
as json files (utf-8 text)?
This would enable users to use local AI applications
to read the content of the mio file, and to come up with interesting use cases. I think this could become
a major selling point.
Regards,
A simple implementation:
1) File>Export>Export to> json file
2) in new window, have option to select attributes using checkboxes
- title
- parent_title
- backlinks
- tags
- content // the note content
- created // yyyy-mm-dd hh:mm:ss format
- updated // yyyy-mm-dd hh:mm:ss format
- comment
... and other meta data
3) for images, tables, attachments in notes, maybe create a placeholder metadata tag like
</image>, </table>
4) Save As
- location to save the json file