Paper Folders

Features wanted...
Post Reply
admin
Site Admin
Posts: 64877
Joined: 22 May 2004 16:48
Location: Win8.1, Win10, Win11, all @100%
Contact:

Re: Paper Folders

Post by admin »

yusef88 wrote:can make a dynamic paper folder form favorites?
No, PFs are static.

Borut
Posts: 1465
Joined: 19 Oct 2010 19:29
Location: Win10 Pro 64b 22H2, @120DPI (125%)

Re: Paper Folders

Post by Borut »

I know that the following could be made possible by scripts, but still...

Due to the security considerations in a portable usage scenario, as well as the fundamental intended usage of papers, could there be an easy way of defining the implicit base folder for papers?

For instance via an argument when starting XY (could be the best, if I am asked), or perhaps an environment variable (%XY_paperbase% or something like that), and/or maybe a menu item in the paper submenu, leading to a folder selection dialogue, or perhaps a trivial tweak.

Thanks for considering it.
Win 10 Pro 64bit

Marco
Posts: 2354
Joined: 27 Jun 2011 15:20

Re: Paper Folders

Post by Marco »

I'm sure Don will make a <xypaper> for that, like other variables (<xyicons>, <xythumbs> and so on).
Tag Backup - SimpleUpdater - XYplorer Messenger - The Unofficial XYplorer Archive - Everything in XYplorer
Don sees all [cit. from viewtopic.php?p=124094#p124094]

admin
Site Admin
Posts: 64877
Joined: 22 May 2004 16:48
Location: Win8.1, Win10, Win11, all @100%
Contact:

Re: Paper Folders

Post by admin »

Yep, can be done. (Like already possible for the Scripts path.)

<xypaper> as well.

LittleBiG
Posts: 1848
Joined: 08 Apr 2011 12:57
Location: Win10x64

Re: Paper Folders

Post by LittleBiG »

admin wrote:Why so complicated?

I simply have a catalog item pointing to this location: paper:Stuff Then I drop my stuff onto it. When I want to see the list I click the item. (Have a locked tab to that item and it will be openend automatically.)
I wish a script in the catalog could be change its caption... I could come up with a script to modify the caption like this "MyCollection (12)" showing the number of files in the paper folder.

jcmn
Posts: 179
Joined: 18 Sep 2007 11:34
Location: portugal

Re: Paper Folders

Post by jcmn »

This one came up: How to have a path column by default in a paper folder?

highend
Posts: 14571
Joined: 06 Feb 2011 00:33
Location: Win Server 2022 @100%

Re: Paper Folders

Post by highend »

This one came up: How to have a path column by default in a paper folder?
I'd support that.

My script that'll show windows libraries in a paper folder would benefit from it (although I could
set columns via scripting as well)

http://www.xyplorer.com/xyfc/viewtopic.php?f=7&t=11421
One of my scripts helped you out? Please donate via Paypal

binocular222
Posts: 1419
Joined: 04 Nov 2008 05:35
Location: Win11, Win10, 100% Scaling

Re: Paper Folders

Post by binocular222 »

Just like Browse, Recycle, QNS,.. each has a separate view mode, then we should have 1 more view mode for Paper? Or maybe Paper should using the QNS view mode?
I'm a casual coder using AHK language. All of my xys scripts:
http://www.xyplorer.com/xyfc/viewtopic. ... 243#p82488

admin
Site Admin
Posts: 64877
Joined: 22 May 2004 16:48
Location: Win8.1, Win10, Win11, all @100%
Contact:

Re: Paper Folders

Post by admin »

jcmn wrote:This one came up: How to have a path column by default in a paper folder?
Hmm, makes sense, but tricky to implement because the path column should not be inherited by the next location. I made a note...

LittleBiG
Posts: 1848
Joined: 08 Apr 2011 12:57
Location: Win10x64

Re: Paper Folders

Post by LittleBiG »

jcmn wrote:This one came up: How to have a path column by default in a paper folder?
I use an FVS with location "paper:*"

Additionally, it is designed to work like a folder. Not as a list in search mode. I wouldn't put Path automatically into it.
Last edited by LittleBiG on 01 Jul 2014 16:43, edited 1 time in total.

admin
Site Admin
Posts: 64877
Joined: 22 May 2004 16:48
Location: Win8.1, Win10, Win11, all @100%
Contact:

Re: Paper Folders

Post by admin »

LittleBiG wrote:
jcmn wrote:This one came up: How to have a path column by default in a paper folder?
I use an FVS with location "paper:*"
Yeah, that is smart.

Otherwise I could only offer something rather unsmart: forcefully show Path for each PF and hide it for each normal path. Dumb and brutal, but works.

LittleBiG
Posts: 1848
Joined: 08 Apr 2011 12:57
Location: Win10x64

Re: Paper Folders

Post by LittleBiG »

admin wrote:
LittleBiG wrote:
jcmn wrote:This one came up: How to have a path column by default in a paper folder?
I use an FVS with location "paper:*"
Yeah, that is smart.

Otherwise I could only offer something rather unsmart: forcefully show Path for each PF and hide it for each normal path. Dumb and brutal, but works.
I wouldn't do so. It is designed to work like a folder. Not as a list in search mode. I wouldn't put Path automatically into it. I hope if you are about to crack the logic, you do it by a tweak.

jcmn
Posts: 179
Joined: 18 Sep 2007 11:34
Location: portugal

Re: Paper Folders

Post by jcmn »

LittleBiG wrote:
jcmn wrote:This one came up: How to have a path column by default in a paper folder?
I use an FVS with location "paper:*"

Additionally, it is designed to work like a folder. Not as a list in search mode. I wouldn't put Path automatically into it.
Yes the FVS is a good solution.

nerdweed
Posts: 648
Joined: 25 Feb 2012 07:47

Re: Paper Folders

Post by nerdweed »

SC paper folder doesn't create the file if the Folder doesn't exist
paperfolder($P_Papyrus, $CyperusAdd, "<crlf>", as) ;

This works fine if
$P_Papyrus is ExistingFile, NonExistingFile, ExisitngFolder\ExistingFile, ExistingFolder\NonExistingFil
But doesn't work for NonExisitngFolder\NonExistingFile

And a very trivial one, guess that's to save a command :)
Newly created PF with the SC PF has the first line as newline and the contents from second line

admin
Site Admin
Posts: 64877
Joined: 22 May 2004 16:48
Location: Win8.1, Win10, Win11, all @100%
Contact:

Re: Paper Folders

Post by admin »

All confirmed and fixed.

Post Reply