A small python tool to convert Notion link "databases" to a Netscape bookmark file.
- Python 64.7%
- Jinja 35.3%
| .gitignore | ||
| bookmark-template.html.j2 | ||
| converter.py | ||
| README.md | ||
Notion bookmark converter
This little script converts a Notion "database" CSV export that was filled with links via the Notion Web Clipper to an actual Netscape bookmark file, which can be imported into tools like linkhut, or into any browser. be sure to not include the page contents in the Notion export, just the list of URLs.
proudly written in 3 hours using my brain, the Python and Jinja2 documentation and a lot of StackOverflow. I learned how to use dicts! :3 (this is my second Python application, yippieeee :3)
