salvoventura / save-my-tabs

Open source browser extension/addon to save all open tabs to a folder in the Bookmarks Toolbar
MIT License
36 stars 5 forks source link

Conflict with "Default Bookmark Folder" on Firefox #13

Open fizykz opened 3 years ago

fizykz commented 3 years ago

When having both "Save My Tabs!" (SMT) and "Default Bookmark Folder" (DBF), SMT is overridden by DBF, storing all newly created bookmarks in the DBF folder, despite SMT being explicitly to store them in a different folder.

I'll be creating an issue on the DBF repo as well as I'm unsure of what the issue is exactly but I'd imagine it's because DBT has too high of a precedence.

DBF Github Repo: https://github.com/teddy-gustiaux/default-bookmark-folder/ DBF Github Issue: https://github.com/teddy-gustiaux/default-bookmark-folder/issues/474

image image image

salvoventura commented 3 years ago

Thank you for reporting this issue. This is a though one, and at the moment I am not sure I can do anything to make the two addons working together. What DBF does is essentially install listeners to any operation that creates a bookmark, and then does it's own thing (moves the bookmark to its preferred folder). So, essentially, it has always the last word, so to speak.

I will need to think hard into this one. Maybe there's a way around it, otherwise it's going to be just a compatibility warning.