No, PFs are static.yusef88 wrote:can make a dynamic paper folder form favorites?
Paper Folders
-
admin
- Site Admin
- Posts: 64875
- Joined: 22 May 2004 16:48
- Location: Win8.1, Win10, Win11, all @100%
- Contact:
Re: Paper Folders
FAQ | XY News RSS | XY X
Re: Paper Folders
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.
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
Re: Paper Folders
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]
Don sees all [cit. from viewtopic.php?p=124094#p124094]
-
admin
- Site Admin
- Posts: 64875
- Joined: 22 May 2004 16:48
- Location: Win8.1, Win10, Win11, all @100%
- Contact:
Re: Paper Folders
Yep, can be done. (Like already possible for the Scripts path.)
<xypaper> as well.
<xypaper> as well.
FAQ | XY News RSS | XY X
Re: Paper Folders
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.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.)
Re: Paper Folders
This one came up: How to have a path column by default in a paper folder?
Re: Paper Folders
I'd support that.This one came up: How to have a path column by default in a paper folder?
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
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
http://www.xyplorer.com/xyfc/viewtopic. ... 243#p82488
-
admin
- Site Admin
- Posts: 64875
- Joined: 22 May 2004 16:48
- Location: Win8.1, Win10, Win11, all @100%
- Contact:
Re: Paper Folders
Hmm, makes sense, but tricky to implement because the path column should not be inherited by the next location. I made a note...jcmn wrote:This one came up: How to have a path column by default in a paper folder?
FAQ | XY News RSS | XY X
Re: Paper Folders
I use an FVS with location "paper:*"jcmn wrote:This one came up: How to have a path column by default in a paper folder?
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: 64875
- Joined: 22 May 2004 16:48
- Location: Win8.1, Win10, Win11, all @100%
- Contact:
Re: Paper Folders
Yeah, that is smart.LittleBiG wrote:I use an FVS with location "paper:*"jcmn wrote:This one came up: How to have a path column by default in a paper folder?
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.
FAQ | XY News RSS | XY X
Re: Paper Folders
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.admin wrote:Yeah, that is smart.LittleBiG wrote:I use an FVS with location "paper:*"jcmn wrote:This one came up: How to have a path column by default in a paper folder?
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.
Re: Paper Folders
Yes the FVS is a good solution.LittleBiG wrote:I use an FVS with location "paper:*"jcmn wrote:This one came up: How to have a path column by default in a paper folder?
Additionally, it is designed to work like a folder. Not as a list in search mode. I wouldn't put Path automatically into it.
Re: Paper Folders
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
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
XYplorer Beta Club