Hi,
I've been a user of Everything for many years, but just only recently I realized that the bookmarks feature can do the things for which I've been searching a tool for years. So after some extensive use I noticed some areas to improve:
- mouse wheel scrolling doesn't work for lists exceeding the screen size
- add/organize menu entries should always stay at the top and only the list below should scroll
- add an indicator for the currently selected bookmark
- add keyboard shortcuts to cycle forward/backward through the list
- add sorting options: alphabetically, creation date, ...
- add search field to filter the list
Thank you for your great tool.
Improvments for Bookmarks
Re: Improvments for Bookmarks
You might already be aware, but instead of using a long list, you can also use submenu's for bookmarks.
Like this:
To enable menu folders in Everything:
It's disabled by default, because it is not uncommon for bookmarks to have paths in the name.
In that case, you can change the \ separator to something else, like # :
(+ ENTER )
And another option that might be useful (for now): limiting the number of bookmarks per column:
Will show 15 items per column and adds extra columns for he remaining items (see the screenshot for an example)
Like this:
To enable menu folders in Everything:
- In Everything's search bar, type the following and press ENTER
Code: Select all
/menu_folders=1
- Use \ to separate paths with your bookmark names, eg: work\my work search would create the menu item my work search in the submenu work.
It's disabled by default, because it is not uncommon for bookmarks to have paths in the name.
In that case, you can change the \ separator to something else, like # :
Code: Select all
/menu_folder_separator=#
And another option that might be useful (for now): limiting the number of bookmarks per column:
Code: Select all
/menu_items_per_column=15
Re: Improvments for Bookmarks
Thank you for your feedback.
I have on my TODO list to write my own popup menus.
Native folder support is in development to help mitigate the issue.
Thank you for your suggestions.
It is impossible to do this with the standard popup menus.- mouse wheel scrolling doesn't work for lists exceeding the screen size
I have on my TODO list to write my own popup menus.
Native folder support is in development to help mitigate the issue.
Added to my TODO list.- add an indicator for the currently selected bookmark
- add keyboard shortcuts to cycle forward/backward through the list
- add sorting options: alphabetically, creation date, ...
- add search field to filter the list
Thank you for your suggestions.
Re: Improvments for Bookmarks
Is there a reason that menu_folders=1 isn't the default setting? Can we make it the default so people who share bookmarks on here can utilize folder organization?
Re: Improvments for Bookmarks
It is a bit of a hack.Is there a reason that menu_folders=1 isn't the default setting?
Folder support in the UI is in development.
Re: Improvments for Bookmarks
@void
Thank you for considering my suggestions. While thinking a little more about bookmarks I got a wild idea. Why not turn the bookmark drop down into a browser style sidebar? There is actually a lot of overlap in functionality.
@NotNull
That column setting is amazing. I set it to 70 and now have three and a half panes filled, with space for ~8 more on screen.
Thank you for considering my suggestions. While thinking a little more about bookmarks I got a wild idea. Why not turn the bookmark drop down into a browser style sidebar? There is actually a lot of overlap in functionality.
@NotNull
That column setting is amazing. I set it to 70 and now have three and a half panes filled, with space for ~8 more on screen.
Re: Improvments for Bookmarks
A Bookmark side bar is in development, I also have a 'select bookmark' window in development to quickly search and open a bookmark.
Thank you for your suggestions.
Thank you for your suggestions.