Trang web này sẽ có chức năng hạn chế trong khi chúng tôi trải qua bảo trì để cải thiện trải nghiệm của bạn. Nếu một bài viết không giải quyết được vấn đề của bạn và bạn muốn đặt câu hỏi, chúng tôi có cộng đồng hỗ trợ của chúng tôi đang chờ để giúp bạn tại @FirefoxSupport trên Twitter và /r/firefox trên Reddit.

Tìm kiếm hỗ trợ

Tránh các lừa đảo về hỗ trợ. Chúng tôi sẽ không bao giờ yêu cầu bạn gọi hoặc nhắn tin đến số điện thoại hoặc chia sẻ thông tin cá nhân. Vui lòng báo cáo hoạt động đáng ngờ bằng cách sử dụng tùy chọn "Báo cáo lạm dụng".

Tìm hiểu thêm

Where has the "keyword" field gone? Quick way to add keyword bookmarks?

  • 4 trả lời
  • 2 gặp vấn đề này
  • 3 lượt xem
  • Trả lời mới nhất được viết bởi Benjamin Philipp

more options

Hi! Ever since Quantum, I haven't paid much attention to Firefox (not much of a point, is there -_-). But today, I found myself using modern Firefox again and wanted to add a keyword search bookmark. Where has the "keyword" field gone from the "Add Bookmark" dialog? Is there a way to bring it back? I found nothing promising under about:config :(

All I see when googling is guides saying I should first add a bookmark, then go to the bookmarks panel, find and select my new bookmark, edit properties, and then I'll be allowed, by Firefox's grace, to add/edit keywords. This takes all of the convenience out of the process.

Does anyone maybe know an extension that can bring the field back?

Thank you all :)

Hi! Ever since Quantum, I haven't paid much attention to Firefox (not much of a point, is there -_-). But today, I found myself using modern Firefox again and wanted to add a keyword search bookmark. Where has the "keyword" field gone from the "Add Bookmark" dialog? Is there a way to bring it back? I found nothing promising under about:config :( All I see when googling is guides saying I should first add a bookmark, then go to the bookmarks panel, find and select my new bookmark, edit properties, and then I'll be allowed, by Firefox's grace, to add/edit keywords. This takes all of the convenience out of the process. Does anyone maybe know an extension that can bring the field back? Thank you all :)
Đính kèm ảnh chụp màn hình

Giải pháp được chọn

Note that it is possible to make the keyword field visible by using code in userChrome.css.

More info about userContent.css and userChrome.css in case you are not familiar: *https://www.userchrome.org/what-is-userchrome-css.html


#editBMPanel_keywordRow {visibility:visible !important;}

Đọc câu trả lời này trong ngữ cảnh 👍 1

Tất cả các câu trả lời (4)

more options

The shorter panel that drops from the star icon doesn't have the keywords field. For unknown reasons.

To get the full dialog when adding a new bookmark, use:

right-click the tab > Bookmark Tab

To add keywords to an existing bookmark, right-click the bookmark on one of the lists and call up the full Edit dialog from there:

  • menu > Bookmarks (Recent Bookmarks list) > right-click > Edit Bookmark
  • Bookmarks Menu/Toolbar/Sidebar > right-click > Edit Bookmark
more options

jscher2000 - Support Volunteer said

...To get the full dialog when adding a new bookmark, use: right-click the tab > Bookmark Tab...

Aah, thank you. That does bring back some of the convenience.

We could create a replacement shortcut for <kbd>Ctrl+D</kbd> with AutoHotkey which attempts to do this. I can already see that this would be not very straight forward, but if push comes to shove, it can be done, I'm sure. If anybody wants that, let me know. I'm not planning on using FF Quantum enough to justify fiddling with that at the moment

more options

Giải pháp được chọn

Note that it is possible to make the keyword field visible by using code in userChrome.css.

More info about userContent.css and userChrome.css in case you are not familiar: *https://www.userchrome.org/what-is-userchrome-css.html


#editBMPanel_keywordRow {visibility:visible !important;}

more options

cor-el said

Note that it is possible to make the keyword field visible by using code in userChrome.css.