Page 1 of 1

Bookmark Groupfolders

Posted: 18 Jan 2025 11:09
by MarioWalder
I would like to have group folders to sort my bookmark like this:
groupfolders.png

Re: Bookmark Groupfolders

Posted: 18 Jan 2025 11:49
by admin
Is this the content of "Photos" or an arbitrary collection of items?

Re: Bookmark Groupfolders

Posted: 18 Jan 2025 11:59
by MarioWalder
This is an arbitrary collection of folders - moved via drag and drop into the group folder. I took the screenshot using the Clover file manager (version 3.0.406), which doesn't work properly on Windows 11. It is possible to create normal folders and group folders within a group folder. You can export the bookmarks to an html file and import them on another PC.

Re: Bookmark Groupfolders

Posted: 18 Jan 2025 12:10
by admin
You can achieve the same result in a different way (not via drag and drop) by using so-called "Smart Dropdown Buttons". These are user buttons (you find them at the bottom of the available buttons list in Tools | Customize Toolbar...) where the left-click event is not a script, but a list of items that pop up a menu when the button is clicked (optionally the items are indented to create a nested menu). For example:

Code: Select all

C:\
"Calculator" %winsysdir%\Calc.exe
E:\XY\XYplorer\appdata\XYplorer.ini
-
Locations
  C:\
  D:\
  -
  More Locations and Apps
    %temp%
    <xy>
    C:\Program Files\Notepad++\notepad++.exe

Re: Bookmark Groupfolders

Posted: 18 Jan 2025 12:21
by MarioWalder
thank you, I will try your solution!