This free tool converts exported bookmarks from web browsers to Markdown (md) format.
It runs from a plain HTML file: no installation, no extensions, no python, no command line, no permissions. Use the same browser you used to create the backup.
Currently it supports inputs in the HTML format.
- From your browser, export bookmarks in the HTML format (menu "Manage bookmarks"->"Export")
- Open the tool - optional online version, optional GitHub hosted version
- Select the HTML files (up to 16 files).
- Click "Convert"
- Check the outputs.
- Copy to clipboard or download the md file.
If you don't want to download any file, there is an online version here and on GitHub. Do not worry, no data will be sent to any server.
The tool is not working as expected? Contact the developer Daniel BP.
If you would like to implement the conversion engine into another program or code, you can find the commented JavaScript code inside the index.hml source file. Please note that it requires a DOM object holding the contents of the HTML file.
MIT