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...
change preview_handlers for more than one extension
-
vuslx
- Posts: 24
- Joined: Tue Mar 08, 2022 6:50 am
-
NotNull
- Posts: 5961
- Joined: Wed May 24, 2017 9:22 pm
Re: change preview_handlers for more than one extension
Moved to Everything 1.5 forum
Use a ; instead of a , to separate extensions (and no space).
Example here
Use a ; instead of a , to separate extensions (and no space).
Example here