How to export notes from the ZOHO Notebook in Joplin?

Maybe someone will need it, I wrote a simple Zoho Notebook html converter to Markdown + FrontMatter in python. At the output, everything is sorted into folders and data is indicated in the notes (title, created, updated, due).

main.py (4.9 KB)

Using:
pip3 install bs4 rich markdownify
python 3 main.py

4 Likes