Sorry for the mass of text/questions following but I thought a single thread would be better than several.
There are some functions I would like to have and I don't know if they already exist in some way or can be triggered with scripts, so I just ask for solutions here.
If something is not possible yet just see it as suggestion.
1. The main cause why I want to use this program is because of the tag-function.
I already found out how to make a script like this:
Code: Select all
$tags = gettoken(self("caption"));
tag $tags, <get drop |> , 1, 0;
taglist($tags,1);and create items (which will be tags) in the catalogue with
Code: Select all
::load "droptotag";1.1. Here comes what I want to change:
I want to have a toggle button/script/whatever which will change the "mode", so instead of adding a certain tag it shall remove it.
I already found out how to remove all tags and how to remove a certain tag, but it has downsides I don't want to have.
Why I don't want "Removing all tags" is obvious and for removing a certain tag I would have to create an extra remove-tag-item for each add-tag-item which is annoying, makes the list longer and is just impractical.
So I want to use the existing add tag-items and just toggle them somehow to delete.
1.2. But the most important function I need without the program is pretty much useless for me is:
At the moment when you click on such an tag-item it will add the tag to a marked file as well.
I want it to open a new tab OR use the open tab (a setting to choose between them would be nice) to show all files tagged with this (clicked) tag.
(It would also be nice if these functions - clicking tag-item to tag; clicking tag-item to show tagged files - could be toggled like in 1.1. to be able to use both in an easy way.)
The next step to make it perfect would be to be able to use "sticky elements" with these tag-items to combine them with AND. So if you want to see all files tagged with "image" and "sun" you just click on the tag "image" and then on "sun", now you could click again on "sun" and it will only show files tagges with "image", etc.
Side note: Be able to either show ALL files on your system with this tag OR to only show the files within the current/marked directory with this tag.
1.3. On a side note, tag-blobs:
http://www.xyplorer.com/xyfc/viewtopic. ... 15#p100290
Is this included in the current version (how to use?) or when will it come?admin wrote:Absolutely. I plan to add a "tag tree" by which you can browse all tagged items.Burningfeetman wrote:... Any chance that we could see a tag "cloud" pop-up window added to XYplorer, to help navigate vast amounts of tagged files?
I don't know if I understand it correctly but I imagine a button in the toolbar which opens a pop up, which shows the most-used/searched tags (or labels) in different font sizes. Like a lot of blogs do it.
1.4. Grouping tag-items in the catalogue (different levels)?
Side note: It would be perfect if the tags would combine automatically. So there is like
"Images" with the lower level "sun" and "moon" and there is "Videos" with "sun" and "moon" and if you add the tag "moon" of "Images" they will combine so a tagged file gets something like "Images-moon", so that I don't need to make different tag-items for it with longer names but can keep it simple and clear.
1.5. Additional filters (buttons?) for certain filetypes (to only show videofiles, images, etc. in file list).
1.6. How to automatically make items in the catalogue for all tags from an existing tag-list and with a certain script line? I don't want to create each tag again.
2. How to make the inner window for the file lists a "fixed size"?
What I mean: In Windows XP there is a bigger distance between the status bar in the bottom and the files. If you come across a folder with many files/folders inside it will show a scroll bar. Due to the gap being used for it in XP the number of files shown (like in one column in list view) will stay the same, while it will change in XYplorer.
Example: The window has a size so that exactly 25 files are shown in a column when there are just a few thin rows, but when there are much more it will be less files shown. It's annoying if it constantly changes, I want to have the same number in each view.
3. Easily Change between Windows shell menu and xyplorer menu if you right click or right-click-drag a file? Or customize the xyplorer one, say, fuse the functions?
4. Don't highlight files in the file list (with a green background). I only want folders to be highlightet in the tree. How?
Thanks in advance for helpful tips.
Edit: Added 1.6.
XYplorer Beta Club