How To Sort

53 views
Skip to first unread message

James Hiddle

unread,
Nov 27, 2025, 10:41:28 AM11/27/25
to Session Buddy Discussion
I had to restore my session buddy collection but now the oldest collections are now on top and the newest collections are down on the bottom. I have over 9200 collections so scrolling down is not an option. How do I sort or get my newest collections back on top?

Session Buddy Support

unread,
Nov 27, 2025, 11:11:30 AM11/27/25
to sessionbud...@googlegroups.com
For backup purposes, use Backup/Restore going forward. This preserves collection dates and other metadata.

You can try asking AI to reverse the order of the collections in the export file or send the export file to sup...@sessionbuddy.com and we'll take care of it for you.

Hans


On Thu, Nov 27, 2025 at 8:41 AM James Hiddle <jahi...@gmail.com> wrote:
I had to restore my session buddy collection but now the oldest collections are now on top and the newest collections are down on the bottom. I have over 9200 collections so scrolling down is not an option. How do I sort or get my newest collections back on top?

--
You received this message because you are subscribed to the Google Groups "Session Buddy Discussion" group.
To unsubscribe from this group and stop receiving emails from it, send an email to sessionbuddy-dis...@googlegroups.com.
To view this discussion visit https://groups.google.com/d/msgid/sessionbuddy-discuss/c6daf0e3-a895-428d-aa1d-2096ec431ef0n%40googlegroups.com.

James Hiddle

unread,
Nov 28, 2025, 6:59:10 AM11/28/25
to Session Buddy Discussion
I sent an email to support.

James Hiddle

unread,
Feb 17, 2026, 12:20:11 PMFeb 17
to Session Buddy Discussion
Once again I had to reload my backup session buddy collection and once again it reset the bottom collections to the top on top if that it didn't load my pinned collections. It seems over the last few months SB has gotten bad and I'm getting angry because it seems pointless to save collections now.

Session Buddy Support

unread,
Feb 17, 2026, 12:50:31 PMFeb 17
to sessionbud...@googlegroups.com
As mentioned in our previous response, use Backup/Restore to preserve collection dates and other metadata, including pinned states. You are trying to either restore an export file or import a backup file, which isn't going to give you the results you're looking for.

> It seems over the last few months SB has gotten bad

Can you be more specific? We'd love to hear more about your experience so we can focus our development efforts accordingly.

Cheers,
Hans


James Hiddle

unread,
Feb 17, 2026, 8:19:53 PMFeb 17
to sessionbud...@googlegroups.com
Sometimes collections disappear without warning. I don't know if I'm accidentally deleting them or if it's a bug but that is the reason why I have to restore my collections. Is there a way to add some sort of locking feature to make sure a collection doesn't get deleted? Also can you add a way to scroll to the bottom of the collections for those that have good side collections?

And is there a way I can reverse the order of my collections since the most recent ones are now on the bottom?

You received this message because you are subscribed to a topic in the Google Groups "Session Buddy Discussion" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/sessionbuddy-discuss/0qWOw8cuw7k/unsubscribe.
To unsubscribe from this group and all its topics, send an email to sessionbuddy-dis...@googlegroups.com.
To view this discussion visit https://groups.google.com/d/msgid/sessionbuddy-discuss/CAAqiLL9QtbVqORH9cUUoy1ZuzGEaVMB1jFwVxHjL%2BtJiEZ-XYg%40mail.gmail.com.


--
Come to Jesus and find peace in your life.

Jesus is my Lord and Savior

Session Buddy Support

unread,
Feb 17, 2026, 8:49:49 PMFeb 17
to sessionbud...@googlegroups.com
>  collections disappear without warning

Although rare, browsers have been known to wipe extension data due to disk space pressure, browser bugs, disk cleaners, and other factors. It's why we added an auto-backup feature in v4.1 (released last October). You can view the status of this backup and restore it by clicking on the gear menu, then "Restore", then selecting the "From local backup" tab, if present.

If extension data wipes are a repeating problem for you, make sure you're running the latest version of Chrome.

> scroll to the bottom of the collections for those that have good side collections?

Not sure what you mean by "good side collections", but collection tiles are lazy-loaded by default. You can change this to load all collections by opting in to the following experiment: chrome-extension://edacconmaakjimmfgnblocblbcdcpbko/experiments.html#collectionFetchAll

This way you can easily scroll to the oldest collection immediately after Session Buddy loads. Beware though that this experiment will slow initial SB tab loads.

> reverse the order of collections

Not (yet) within the app.

It's unclear whether you have a backup file or an export file. If the former, simply delete your collections and bring them back into Session Buddy, this time using Restore instead of Import. If it's the latter, you can add dates to the collections in the file to effectively reverse their order. I can provide additional guidance if this is the case.

Hans


James Hiddle

unread,
Feb 17, 2026, 9:46:36 PMFeb 17
to sessionbud...@googlegroups.com
I meant god size. That was a typo.

How do you add dates to collections?

Session Buddy Support

unread,
Feb 17, 2026, 10:01:59 PMFeb 17
to sessionbud...@googlegroups.com
If you used Export you'll need to add a "created" property to each collection by editing the export file in a text editor.

You can get a baseline value for the current time by executing (new Date()).toJSON() in the console, then copy/paste that value to a "created" property on each collection (from top to bottom), decrementing the second or minute on each. Collections will display by created time descending (most recent at top) once restored.

So for example: 

"collections": [
    {
      "created": "2025-10-16T04:14:19.395Z",
      "title": "test collection 1",

 .. etc 

You can try tasking AI to automate this for you. Others have reported favorable results with this approach.

Finally, don't forget to use Backup/Restore as previously recommended to avoid having to jump through these hoops going forward.

Hans


Reply all
Reply to author
Forward
0 new messages