change preview_handlers for more than one extension

Discussion related to "Everything" 1.5 Alpha.
Post Reply
vuslx
Posts: 22
Joined: Tue Mar 08, 2022 6:50 am

change preview_handlers for more than one extension

Post by vuslx »

for txt files, default preview handler is slow for me. thus, i saw a solution that suggest to change preview_handlers value to [{"filter":"*.txt","handler":"{1531d583-8375-4d3f-b5fb-d23bbd169f22}"}]

it is okay for txt files. very fast. but i want to it also *.py, *.js files.

[{"filter":"*.txt, *.py","handler":"{1531d583-8375-4d3f-b5fb-d23bbd169f22}"}] does not work.

thanks...
NotNull
Posts: 5315
Joined: Wed May 24, 2017 9:22 pm

Re: change preview_handlers for more than one extension

Post by NotNull »

Moved to Everything 1.5 forum

Use a ; instead of a , to separate extensions (and no space).

Example here
Post Reply