ReDEnergy / SessionSync

SessionSync
Mozilla Public License 2.0
296 stars 31 forks source link

research tool simple and sesy to implement improvements #101

Closed shvahabi closed 3 years ago

shvahabi commented 3 years ago

By adding simple features this very useful add-on will go beyond session management, to a basic research tool:

ReDEnergy commented 3 years ago

Hi, sadly things are way complicated that they look, not because I don't want to add certain features but because the API is stupid and primitive and Mozilla wants to be in line with Chrome, which means that a lot of good historic features that Mozilla had can't be used at all.

1.WebExtension API does not offer any way to interact with bookmark tags... end of story. There's nothing I can do as a developer for that.

  1. Saving the description into bookmarks is not possible because a folder has only a "title" entry available. Anything else I would save is not really persistent into bookmarks and synchronization across multiple instances is really problematic.
  2. This sound more like a complete new addon that a feature. And since everything saves can be found in bookmarks it can be implemented that way. That being said, although I can see why this might be useful I clearly don't a feature like this one in mind for the next period.
shvahabi commented 3 years ago

Hi, OK. Still you did a great job providing SessionSync, even if my requested features are not possible to implement or are not fit in your intended way of evolution for SessionSync. By the way thanks for your attention and detailed explanations.