Este site está com funcionalidades limitadas enquanto realizamos manutenção para melhorar sua experiência de uso. Se nenhum artigo resolver seu problema e você quiser fazer uma pergunta, nossa comunidade de suporte pode te ajudar em @FirefoxSupport no Twitter e /r/firefox no Reddit.

Pesquisar no site de suporte

Evite golpes de suporte. Nunca pedimos que você ligue ou envie uma mensagem de texto para um número de telefone, ou compartilhe informações pessoais. Denuncie atividades suspeitas usando a opção “Denunciar abuso”.

Saiba mais

Esta discussão foi arquivada. Faça uma nova pergunta se precisa de ajuda.

bookmark folders in manager & exclude folders in search

  • 3 respostas
  • 0 tem este problema
  • 3 visualizações
  • Última resposta de 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 :)

Alterado por spdgnzls em

Todas as respostas (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.