How to export bookmarks from Opera in HTML format?
-
silenthunter7 last edited by
Can someone please explain to me how to export my bookmarks from Opera in HTML format? I have looked all over the internet and cannot find a "WORKING" solution. They all seem to be outdated or simply not working. Can someone please consider helping, it has been bugging me for an hour now thanks.
NOTE: I also tried this plugin : https://addons.opera.com/en/extensions/details/bookmarks-manager/?display=en - yet when i export in Netscape format (HTML) it gives a (null) result for some reason.
Version information
Version: 20.0.1387.64 - Opera is up to date
Update stream: Stable
System: Windows 8.1 64-bit (WoW64)
Paths
Install: C:\Program Files (x86)\Opera
Profile: C:\Users\USER\AppData\Roaming\Opera Software\Opera Stable
Cache: C:\Users\USER\AppData\Local\Opera Software\Opera Stable
-
burnout426 Volunteer last edited by
NOTE: I also tried this plugin : https://addons.opera.com/en/extensions/details/bookmarks-manager/?display=en - yet when i export in Netscape format (HTML) it gives a (null) result for some reason.
It's likely there's a bug in its exportAsNetscapeBookmarksFile function. Or, the bug is in the recursive function that calls it.
The add-on looks to use Opera's bookmarks API to get the bookmark data to export. So, it's possible the bug is there even.
Either way, for the developer to trouble should it, he's going to need your bookmarks file in your profile folder so he can put it in his Opera profile and test to see what's wrong.
Another way it could be done is just have an add-on that loads the bookmarks file (json format) and parse its JSON (via JSON.parse()) into an object. Then, it'd just sift through the object look for the parts that are needed to output the bookmark data as HTML.
Either way, you have to find the developer or somebody that wants to do those things.
If you only need to do this one, even if you have a lot of bookmarks, you could just look at the bookmarks file in a text editor and do it by hand. Sure, it'll take you a while. But, so might writing/fixing an extension.
So, not really much help, but...