Macros for Bookmarks with /explore

Discussion related to "Everything" 1.5.
Post Reply
fanofvoid
Posts: 15
Joined: Tue Mar 24, 2026 6:05 am

Macros for Bookmarks with /explore

Post by fanofvoid »

i setup bookmarks with /explore search command so that the folder sidebar opens the path specified

Bookmark example Search:
/explore %userprofile%\Downloads\
I named the Macro in the Bookmark = ldown

But Macro doesn't work with the /explore search command. How can I string these together so that the Macro functions the same as the bookmark?

Thanks
void
Developer
Posts: 19870
Joined: Fri Oct 16, 2009 11:31 pm

Re: Macros for Bookmarks with /explore

Post by void »

How can I string these together so that the Macro functions the same as the bookmark?
Macros to not open bookmarks.
They only reference the bookmark search.

You cannot set the folders sidebar selection with a macro or a search.



The closest option is to search for %userprofile%\Downloads\ directly in your bookmark search.
Searching for
ldown:
is then replaced with
%userprofile%\Downloads\
Post Reply