As far as native bookmarks, I don't like that browsers have kind of black boxed their bookmarks and require individual proprietary cloud sync for these things (I realize Firefox has a self hosted option, but it's kind of outdated and last I checked the documentation was spotty. Even then it's only FF).
I know there's also the Netscape Bookmark Format which is kind of sketch, but at least it's something. I tried writing something that exported on close, I'd sync them myself, then imported on open, but it was pretty hacky (edit: also browsers exports are often very different so there was some normalization there that was fragile). There should be a way to setup an endpoint to natively sync this stuff with an open protocol and then all your bookmarks on all clients look the same. If you don't like that service, export someplace else and change your endpoint. Browsers should just be boxes for structured content.
Do you have any opinions on what an open bookmark format should cover? I'd like to hear those. Could be a good and relatively simple project I could mentor on.
As far as native bookmarks, I don't like that browsers have kind of black boxed their bookmarks and require individual proprietary cloud sync for these things (I realize Firefox has a self hosted option, but it's kind of outdated and last I checked the documentation was spotty. Even then it's only FF).
I know there's also the Netscape Bookmark Format which is kind of sketch, but at least it's something. I tried writing something that exported on close, I'd sync them myself, then imported on open, but it was pretty hacky (edit: also browsers exports are often very different so there was some normalization there that was fragile). There should be a way to setup an endpoint to natively sync this stuff with an open protocol and then all your bookmarks on all clients look the same. If you don't like that service, export someplace else and change your endpoint. Browsers should just be boxes for structured content.