Export from Mariner Paperless (gone out of business)
to:
-
Obsidian-compatible Markdown. See:
becomes
and
-
Others? Pull requests welcome
- Document export (library document and original document, fallback to thumbnail)
- Collection support
- Tags support
- Category support
- Your library is NOT encrypted. If it is encrypted you need to remove the encryption with your password through the app first.
- This exports only a subset of all fields.
After installing the package, you can use the CLI to export your Paperless library:
paperless-exporter <path-to-paperless-library> <output-folder>
<path-to-paperless-library>
: Path to your Paperless library directory (must end in.paperless
and containDocumentWallet.documentwalletsql
).<output-folder>
: Path to an empty directory where the Obsidian-compatible Markdown library will be generated.
Example:
paperless-exporter ~/Documents/library.paperless ~/Documents/obsidian-library
If the output folder does not exist, it will be created. If it exists, it must be empty.
--check-orphans
: Check for orphaned files in the Paperless library (files that exist in the Documents directory but are not referenced by any receipt). This option can be used without specifying an output folder.
Run paperless-exporter --help
for more information.
Feel free to use or improve this, but you do so at your own risk. I'm not responsible for any data loss or other issues caused by the use of this code and I am in no way affiliated with Mariner Software/Paperless.
An initial version was forked from Geekfish/paperless-exporter and used as a base for this source code.