Page 1 of 1

Paper Folder Usage

Posted: 11 Aug 2017 02:33
by arbalest
I've tried the paper folder features via the toolbar but I think I will be able to do more without the mouse if I use the ability to have a PF in the catalog. But when I add a catalog item and use the edit dialog to insert the path to the paper folder the resulting action when clicking on that catalog item is that it opens the paper catalog directory. Then if I click on the file I want Notepad opens. I've tried other ways to add a PF to the catalog without luck.

Also, when I drag something on to that catalog item I hoped that it would act like a drop-stack, but nothing happens. In this case it is the same mouse work that would be needed for a drop stack but at least I get to see the caption of the catalog item. I hope it will work like that when I get the other problem resolved.

I guess I am not sure about the ways I will be using the paper folder feature but I imagine that I will use F6 to navigate to the catalog then use the arrow keys, then press Enter. Maybe I need to use a shortcut to open the paper folder then just select the one I want but that will require extra steps when I want to just drop something new onto a folder.

I think this will be a killer feature for me and at some point I will start a thread asking how others are creatively using paper folders.

Re: Paper Folder Usage

Posted: 11 Aug 2017 04:21
by yusef88
+1
I wish papers become part of tree; a special folder makes you able to create papers under it and drag items to them

you can try Papyrus and PaperList scripts

Re: Paper Folder Usage

Posted: 11 Aug 2017 07:25
by highend
To add a paper folder to the catalog, add a new item, use any caption that you want and
for location, use:

Code: Select all

paper:<Name of the paper folder without .txt>
So let's say you've created a paper folder named "DropStack" before. It's belonging
file would be:

Code: Select all

<xydata>\Paper\DropStack.txt
So the location would just use:

Code: Select all

paper:DropStack
And this new entry does not only open the paper folder when you click on it,
it acts as a drop target as well! So dragging and dropping other files on this
entry would add them to that paper folder...

Re: Paper Folder Usage

Posted: 11 Aug 2017 20:19
by totmad1
I didn't want to overwhelm you but I had to give you this link.
viewtopic.php?f=7&t=12410&p=110931#p110931
It maybe useful for the icons alone.

Re: Paper Folder Usage

Posted: 15 Nov 2017 08:20
by Sherrell
Thanks Highend, I gave that a try and it actually worked out pretty flawlessly! :tup:

Re: Paper Folder Usage

Posted: 07 Oct 2024 23:21
by FoxWMulder
This allows *.pf.txt files to be used as Paper Folder "*.pf.txt>tab("new", "paper:<pfaitem>");" How to make XYplorer read files with *.pf extension like Paper Folder? I didn't make it.

Re: Paper Folder Usage

Posted: 08 Oct 2024 00:09
by highend
paper folder files require the .txt extension...

Re: Paper Folder Usage

Posted: 15 Oct 2024 19:46
by FoxWMulder
thank you