搜索 | 用户支持

防范以用户支持为名的诈骗。我们绝对不会要求您拨打电话或发送短信,及提供任何个人信息。请使用“举报滥用”选项报告涉及违规的行为。

详细了解

How can I increase the number of Tags displayed in Drop down list?

  • 2 个回答
  • 1 人有此问题
  • 1 次查看
  • 最后回复者为 prdp141

more options

When I go to Bookmarks/Tags, there are only 10 tags displayed. I have created at least 15 tags.

Is there a way to increase the number of Tags displayed in the Drop down list?

Thanks

When I go to Bookmarks/Tags, there are only 10 tags displayed. I have created at least 15 tags. Is there a way to increase the number of Tags displayed in the Drop down list? Thanks

被采纳的解决方案

Do you mean "Recent Tags" which has an icon a blue-colored folder with a primitive looking magnifying glass over the folder?

That folder does have a limit of 10 results. If you want to create an "All Tags" item on the Boomarks Menu, you can do that by creating your own "smart folder." The process I use is a little involved, so bear with me (also, see the screen shots).

The query used by Recent Tags is:

place:type=6&sort=14&maxResults=10

So for All Tags we will drop the maximum results limit:

place:type=6&sort=14

If you prefer your tags in alphabetical order instead of having the most recently used at the top, use this instead:

place:type=6&sort=1

Go ahead and select the line you want and right-click > copy it.

Next, click the bookmarks drop-down button, expand the Bookmarks Toolbar, right-click any existing item, and choose New Bookmark.

In Location, paste the query, and in name, type All Tags (or your preferred description). When you click Add Bookmark, Firefox will add it, but it doesn't show the blue search folder icon. Drag the bookmark to the menu, and it will turn into a functioning search folder.

Success?

定位到答案原位置 👍 0

所有回复 (2)

more options

选择的解决方案

Do you mean "Recent Tags" which has an icon a blue-colored folder with a primitive looking magnifying glass over the folder?

That folder does have a limit of 10 results. If you want to create an "All Tags" item on the Boomarks Menu, you can do that by creating your own "smart folder." The process I use is a little involved, so bear with me (also, see the screen shots).

The query used by Recent Tags is:

place:type=6&sort=14&maxResults=10

So for All Tags we will drop the maximum results limit:

place:type=6&sort=14

If you prefer your tags in alphabetical order instead of having the most recently used at the top, use this instead:

place:type=6&sort=1

Go ahead and select the line you want and right-click > copy it.

Next, click the bookmarks drop-down button, expand the Bookmarks Toolbar, right-click any existing item, and choose New Bookmark.

In Location, paste the query, and in name, type All Tags (or your preferred description). When you click Add Bookmark, Firefox will add it, but it doesn't show the blue search folder icon. Drag the bookmark to the menu, and it will turn into a functioning search folder.

Success?

more options

Thanks jscher2000. Worked a treat.