hi all,
I've downloaded the trial version of xyplorer mostly to see if it can do what I'm looking for in terms of file tagging.
While trying to use Tagdrop as detailed here http://www.xyplorer.com/release_10.90.htm
I haven't been able to make it work.
How do I install the script, and how can I create a tab/separator such as the one displayed in http://www.xyplorer.com/images/whatsnew ... ipt1_t.png - the one called "tagging", where the arrow points to.
many thanks for your help.
cheers
How to use tagdrop
-
highend
- Posts: 14953
- Joined: 06 Feb 2011 00:33
- Location: Win Server 2022 @100%
Re: How to use tagdrop
Right click on (a free space) on the catalog and select Add New Category... (bold font)how can I create a tab/separator such as the one displayed in http://www.xyplorer.com/images/whatsnew ... ipt1_t.png - the one called "tagging"
Give it a caption like "Tagging", click OK.
Go to the script folder of XY.How do I install the script
E.g. Ctrl+Shift+Alt+D (which brings you to the "Data" folder of XY)
Go into the folder "Scripts" from there.
Create a new file. Name it "tagdrop.xys"
Open it with a text editor and copy the following content into it:
Code: Select all
// Caption example = Set tag to dropped items: cats, dogs
$tags = gettoken(self("caption"), 2, ":", "t");
tag $tags, <get drop |> , 1;
Right click on the category "Tagging" (if you named it like so) in the catalog,
choose "Add New Item Here..."
Caption: Tag: flowers,mushrooms|:tagsadd
Location: load "tagdrop.xys";
Hit OK.
Now whenever you drop files on this new entry they will get tagged with...
flowers and mushrooms.
If you want to use different tags, just replace the ones in the caption of this catalog entry...
One of my scripts helped you out? Please donate via Paypal
-
PeterH
- Posts: 2827
- Joined: 21 Nov 2005 20:39
- Location: DE W11Pro 24H2, 1920*1200*100% 3840*2160*150%
Re: How to use tagdrop
A bit more easy way to do this:highend wrote:Go to the script folder of XY.
E.g. Ctrl+Shift+Alt+D (which brings you to the "Data" folder of XY)
Go into the folder "Scripts" from there.
Click: Scripting / Go to Scripts Folder
And advantage: it will also work if your scripts folder is moved to some other location instead of XYData
-
admin
- Site Admin
- Posts: 66347
- Joined: 22 May 2004 16:48
- Location: Win8.1, Win10, Win11, all @100%
- Contact:
Re: How to use tagdrop
Note that the new "Click and Tag" (recent beta) is much easier to use. tagdrop is not needed anymore.
FAQ | XY News RSS | XY X
-
CuriousGuy
- Posts: 10
- Joined: 16 Aug 2014 02:56
Re: How to use tagdrop
Can somebody elaborate on tagdrop? I don't see anything about it in the help file.
-
CuriousGuy
- Posts: 10
- Joined: 16 Aug 2014 02:56
Re: How to use tagdrop
nevermind....i am using link in first post.
XYplorer Beta Club