Where did you install Firefox from? Help Mozilla uncover 3rd party websites that offer problematic Firefox installation by taking part in our campaign. There will be swag, and you'll be featured in our blog if you manage to report at least 10 valid reports!

Mozilla 도움말 검색

고객 지원 사기를 피하세요. 저희는 여러분께 절대로 전화를 걸거나 문자를 보내거나 개인 정보를 공유하도록 요청하지 않습니다. "악용 사례 신고"옵션을 사용하여 의심스러운 활동을 신고해 주세요.

Learn More

How do I change Bookmarks sorting for numbers?

  • 4 답장
  • 2 이 문제를 만남
  • 1 보기
  • 최종 답변자: 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.

선택된 해결법

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
문맥에 따라 이 답변을 읽어주세요 👍 1

모든 댓글 (4)

more options

선택된 해결법

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.