Przeszukaj pomoc

Unikaj oszustw związanych z pomocą.Nigdy nie będziemy prosić Cię o dzwonienie na numer telefonu, wysyłanie SMS-ów ani o udostępnianie danych osobowych. Zgłoś podejrzaną aktywność, korzystając z opcji „Zgłoś nadużycie”.

Learn More

How do I change Bookmarks sorting for numbers?

  • 4 odpowiedzi
  • 2 osoby mają ten problem
  • 9 wyświetleń
  • Ostatnia odpowiedź od 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.

Wybrane rozwiązanie

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
Przeczytaj tę odpowiedź w całym kontekście 👍 1

Wszystkie odpowiedzi (4)

more options

Wybrane rozwiązanie

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.