westurner/pbm

BUG: ids are incremented unnecessarily

westurner opened this issue · 7 comments

BUG: ids are incremented unnecessarily

considering 'wontfix'

this could have something to do with ChromiumBookmarks.get_ids

see: fb1ab15 for changes from .get_ids() to .ids (also #PRF)

...

possible reasons for bookmark ids incrementing:

  • recreating meta folders
  • adding and then removing the 'all bookmarks' folder
    • which is easily ctrl-f'able, but not DRY
      • these should/could really be materialized views
        • with an abstracted bookmarks api
          • for chrome
          • and then for firefox
            • which now/will soon supports chrome extensions

IDK how well this works / would work with bookmark sync solutions:

  • unnecessary extra sync (this is why the 'all bookmarks' folder is NOP'ed out)
  • these should/could really be materialized views
    • with an abstracted bookmarks api
      • for chrome
        • and then for firefox
          • which now/will soon supports chrome extensions