martin f. krafft
martin f. krafft
It would be good if there was some visual indication of when a file has versions, vs. a file that does not have versions.
Why are content, workflow, permissions, and history accessible as tags, but if I want to see/edit metadata, I have to click "Edit" at the top right? Why can't those (important)...
Please provide a way by which certain custom metadata can be marked as required, such that all documents must have it.
Paperless-NGX has the concept of [storage paths](https://docs.paperless-ngx.com/advanced_usage/#storage-paths), which basically makes all the documents (files) available to the filesystem. It's read-only, of course, but when exported with Samba as a read-only...
In the use-case of incoming invoices, these need to be approved by specific people, so as part of the initial validation, the employee needs to be able to assign the...
When an EML file is imported, the entire mail body gets squashed into the content metadata field, making it accessible to full-text search, and that's great. Wouldn't it make more...
When other users create documents, or if the importer imports them, they do not show up in the list of documents until I switch to e.g. tags view, and back...
Not wanting to impose quota on my users, I set their quota to 0, but that quite literally means "0 quota", when in other contexts, quota=0 means "no quota". Alternatively,...
I imported a document named `2023-08-18-vWellhöner_Vertrag_Arbeitgeberwechsel_ENTWURF.odt` using the `docs-importer`. The created document is fine, but the contained file name doesn't seem to support Unicode:  The created file uses `ö`...
Today I learnt about "shadow domains" or "shadow roots": https://developer.mozilla.org/en-US/docs/Web/API/Web_components/Using_shadow_DOM Basically, these are self-contained DOMs within a DOM. The reason I am writing about them here is that PassFF's `onNodeAdded`...