BUG: ids are incremented unnecessarily
westurner opened this issue · 7 comments
westurner commented
BUG: ids are incremented unnecessarily
westurner commented
considering 'wontfix'
westurner commented
this could have something to do with ChromiumBookmarks.get_ids
westurner commented
...
westurner commented
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
- with an abstracted bookmarks api
- these should/could really be materialized views
- which is easily ctrl-f'able, but not DRY
westurner commented
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)
westurner commented
- 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