Search Support

Avoid support scams. We will never ask you to call or text a phone number or share personal information. Please report suspicious activity using the “Report Abuse” option.

Learn More

How do I change Bookmarks sorting for numbers?

  • 4 replies
  • 2 have this problem
  • 9 views
  • Last reply by OrionOmega

more options

Right now if I have bookmarks with numbers the sorting is like this:

1, 10, 11, 12, 2, 3, 30, 31, 32, 4

And I would like for the sorting to be more natural:

1, 2, 3, 4, 10, 11, 12, 30, 31, 32

Is like is ignoring decimals.

Could anyone tell me how can I change this?

Thanks in advance.

Right now if I have bookmarks with numbers the sorting is like this: 1, 10, 11, 12, 2, 3, 30, 31, 32, 4 And I would like for the sorting to be more natural: 1, 2, 3, 4, 10, 11, 12, 30, 31, 32 Is like is ignoring decimals. Could anyone tell me how can I change this? Thanks in advance.

Chosen solution

Bookmarks are sorted according to their ASCII presentation. You would have to add leading zeros and give all numbers the same length.

  • 001, 010, 011, 012, 002, 003, 030, 031, 032, 004
Read this answer in context 👍 1

All Replies (4)

more options

Chosen Solution

Bookmarks are sorted according to their ASCII presentation. You would have to add leading zeros and give all numbers the same length.

  • 001, 010, 011, 012, 002, 003, 030, 031, 032, 004
more options

Wow, thanks a lot for the fast reply.

Yeah, I have done that before, but I was looking for a more automatic solution. Maybe in about:config or an Add-on.

more options

You're welcome.

Firefox and likely extensions wouldn't be aware of the numbers. They would only see a name and would have been designed to recognize these leading numbers and would require complicated programming as you would have to test for a number at the start of the name and a specific separator.

more options

Oh ok, now I'm sure there is no solution, I can heave ease of mind.

Thanks a lot.