File organization in a post-zotero world
In the event that zotero is unaccessible at some point in the future but I have the library with hundreds or thousands of documents how would I take that folder structure and export and organize into a file manager? The files would need to be organized into a new heirachracel structure of some type. I see the export collection option which is a step in the right direction however still lacks any usefulness for what I am asking about. If exporting a useable format is not possible what are users doing on the front end to protect themselves on the back end; maybe saving a copy of a document in file manager every time they save one in zotero? That seems unrealistic but it is the only workaround that comes to mind.
As @Zorozero suggests, I think you'll need to be clearer on what your actual goal is. Zotero supports countless standard export formats and has an open database and API, so it's trivial to move your data to other tools.
If your sole concern is files on disk, there's a custom translator from the developer of the Better BibTeX plugin that can export attachments to a filesystem folder matching your collection hierarchy:
https://github.com/retorquere/zotero-file-hierarchy
(As noted there, any files that exist in multiple collections will be duplicated, which is why this doesn't make a ton of sense.)
If you don't care about the hierarchy, you can obviously also just do a search for all PDF files within your Zotero data directory and get a flat list of all files, named using parent item metadata, that can be copied elsewhere.
But basically, I just wouldn't worry about this now, other than knowing that it's something you'd always be able to do if you needed to.
I did just try the retorquere / zotero-file-hierarchy but it did not seem to work; added the .js file to the translators folder and it did not add an option to the right-click menu to Export Libary or Exoprt Files just the pre-existing option to Export Collection which brings up the usual dialog box with the drop down menu and in there there is no new option to Exoprt Files as far as I can tell. Maybe it does not work on v6? Or maybe it does not work on Linux for some reason? Either way it does not seem to work.