Vanwege onderhoudswerkzaamheden die uw ervaring zouden moeten verbeteren, heeft deze website beperkte functionaliteit. Als een artikel uw probleem niet verhelpt en u een vraag wilt stellen, kan onze ondersteuningsgemeenschap u helpen in @FirefoxSupport op Twitter en /r/firefox op Reddit.

Zoeken in Support

Vermijd ondersteuningsscams. We zullen u nooit vragen een telefoonnummer te bellen, er een sms naar te sturen of persoonlijke gegevens te delen. Meld verdachte activiteit met de optie ‘Misbruik melden’.

Meer info

Deze conversatie is gearchiveerd. Stel een nieuwe vraag als u hulp nodig hebt.

bookmark folders in manager & exclude folders in search

  • 3 antwoorden
  • 0 hebben dit probleem
  • 11 weergaven
  • Laatste antwoord van 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 :)

Bewerkt door spdgnzls op

Alle antwoorden (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.