can I hide tagged files /folders ?

Please check the FAQ (https://www.xyplorer.com/faq.php) before posting a question...
Post Reply
giuliastar
Posts: 365
Joined: 14 Sep 2013 07:22

can I hide tagged files /folders ?

Post by giuliastar »

Hi
I have created a color tag black
and i have selected lots of file and folder and i have assign the tag color black , they are all inside in a main folder

can i hide these tagged files ?

i have read the manual ,searched around the forum, without an answer
thanks

highend
Posts: 13274
Joined: 06 Feb 2011 00:33

Re: can I hide tagged files /folders ?

Post by highend »

You've assigned the text "black" as a tag?
One of my scripts helped you out? Please donate via Paypal

giuliastar
Posts: 365
Joined: 14 Sep 2013 07:22

Re: can I hide tagged files /folders ?

Post by giuliastar »

highend wrote: 18 May 2021 21:16 You've assigned the text "black" as a tag?
hi
no the label
on configuration ->information -> tags -> i create a new tag and i have selected the color black
can i hide the file and folders tagged with a color label?
thanks

highend
Posts: 13274
Joined: 06 Feb 2011 00:33

Re: can I hide tagged files /folders ?

Post by highend »

!lbl:black

And that's explained in the help file, Main Topics - Visual Filters^^
One of my scripts helped you out? Please donate via Paypal

giuliastar
Posts: 365
Joined: 14 Sep 2013 07:22

Re: can I hide tagged files /folders ?

Post by giuliastar »

highend wrote: 19 May 2021 08:19 !lbl:black

And that's explained in the help file, Main Topics - Visual Filters^^
Hi
i had yesterday created a global filter , but it doesn't work
it does not hide the tagged files and folder "black"
it gives me a list of file (exluded the tagged black ), i would like to hide file and folder with the tag label in this case black ,but keeping the volume (folder and files structures)
i mean folder and subfolder ,hiding the all i have taged with the "black" label
thanks Highend

giuliastar
Posts: 365
Joined: 14 Sep 2013 07:22

Re: can I hide tagged files /folders ?

Post by giuliastar »

highend wrote: 19 May 2021 08:19 !lbl:black

And that's explained in the help file, Main Topics - Visual Filters^^
Hi
I'm reading the main topics , visual filters
I was able to create power filter to hide the files and folder with tag black
but how can i hide files and folder with tagblack and red for example
i have tryied reading filter syntax

Code: Select all

!lbl:black AND !lbl:red

Code: Select all

"!lbl:black" AND "!lbl:red"
and

Code: Select all

{!lbl:black} AND {!lbl:red}
why doen't it work ?
how can hide 2 tag color labels or more?
tahnks highend

highend
Posts: 13274
Joined: 06 Feb 2011 00:33

Re: can I hide tagged files /folders ?

Post by highend »

Negation works for the complete filter and " AND " is wrong, because they don't have both of these labels (one item)

So it's a logical " OR " that's required

E.g.:
!lbl:black;lbl:red
One of my scripts helped you out? Please donate via Paypal

giuliastar
Posts: 365
Joined: 14 Sep 2013 07:22

Re: can I hide tagged files /folders ?

Post by giuliastar »

highend wrote: 20 May 2021 11:23 Negation works for the complete filter and " AND " is wrong, because they don't have both of these labels (one item)

So it's a logical " OR " that's required

E.g.:
!lbl:black;lbl:red
hi
yes it makes sense
so if i want power filter that hides black and red labels it should be like this

Code: Select all

"hide black and red labels" !lbl:black;lbl:red
thanks highend

Post Reply