Tom Schuster
Tom Schuster
Does this still happen?
@Marakai do you have any other extension installed?
Livemarks is not compatible with the extension "Default Bookmark Folder". The bookmark star in Firefox actually remembers the last selected folder as well.
I don't think that is true, but anyway not important: https://bugzilla.mozilla.org/show_bug.cgi?id=1432604. Is anyone experience this issue without "Default Bookmark Folder" being installed?
This is expected. "Default Bookmark Folder" will move all bookmarks created by Livemarks. As I said both extensions are *incompatible*.
This could potentially be harder than it looks. Parsing dates in RSS feeds is kind of complex, because a lot of feeds don't follow the standard. Maybe however `Date` in...
Weird. I thought that we actually don't use that much storage per feed.
You could test the following. 1. Goto `about:debugging#/runtime/this-firefox` 2. Click the "Inspect" button next to "Livemarks" 3. Goto the "Console" tab. 4. Execute `await browser.storage.sync.getBytesInUse()` That should tell us how...
Yeah, maybe it's an unrelated storage problem. MDN also lists some of the limits, none of which we should be hitting: https://developer.mozilla.org/en-US/docs/Mozilla/Add-ons/WebExtensions/API/storage/sync#Storage_quotas_for_sync_data
We already have a reload option when right clicking the Livemarks folder in the bookmarks toolbar. This doesn't work yet when using the sidebar, because of a Firefox bug.