為了改善您的使用體驗,本網站正在進行維護,部分功能暫時無法使用。若本站的文件無法解決您的問題,想要向社群發問的話,請到 Twitter 上的 @FirefoxSupport 或 Reddit 上的 /r/firefox 發問,我們的社群成員將很快會回覆您的疑問。

搜尋 Mozilla 技術支援網站

防止技術支援詐騙。我們絕對不會要求您撥打電話或發送簡訊,或是提供個人資訊。請用「回報濫用」功能回報可疑的行為。

了解更多

bookmark folders in manager & exclude folders in search

  • 3 回覆
  • 0 有這個問題
  • 3 次檢視
  • 最近回覆由 cor-el

more options

Hi.

Is there a way to display a column in the bookmark manager (Ctrl+Shift+O) which would show in which folder each particular bookmark is?

Is there a way to search for bookmarks (in the bookmark manager or the bookmark sidebar (Ctrl+B)) by specifically excluding certain (bookmark) folders (e.g. MySessions, Save for Read Later, BSP2 trash folder, etc)?

If the above is not available, please kindly consider those ever since important features.

Thank you very much :)

Hi. Is there a way to display a column in the bookmark manager (Ctrl+Shift+O) which would show in which folder each particular bookmark is? Is there a way to search for bookmarks (in the bookmark manager or the bookmark sidebar (Ctrl+B)) by specifically excluding certain (bookmark) folders (e.g. MySessions, Save for Read Later, BSP2 trash folder, etc)? If the above is not available, please kindly consider those ever since important features. Thank you very much :)

由 spdgnzls 於 修改

所有回覆 (3)

more options

In Firefox 96+ you can right-click a bookmark search/query/recent result list and click "Show in Folder" to locate this bookmark in the folder list.

more options

Of course, I know, I pushed for that feature a long time ago. The questions above are beyond just finding the one bookmark's folder.

It is about working with many bookmarks incl session's duplicates, etc. One needs to be able to sort them in the bookmark manager window and see the folder in the bookmark sidebar. Simply removing all duplicates will erase them from the wrong folder. It is beyond me that nobody has thought of putting that column into the bookmark manager.

more options

That is probably not done for performance reasons, doing this for thousands of bookmarks is costly, and that is why it took so long to get this show folder feature. Finding the folder in the folder tree requires backtracking until you reach the root folder. You can have multiple folders with the same name and if only the name of the parent folder is known, you still wouldn't know what folder this is about without knowing the full path.

You can execute SQLite queries to get a list that includes the parent folder, there are extensions to check for duplicates and provide this information.