bitprint icon indicating copy to clipboard operation
bitprint copied to clipboard

:closed_lock_with_key: Print your Bitwarden vault.

Results 9 bitprint issues
Sort by recently updated
recently updated
newest added

When I try to load the exported vault of an organization the following error occurs, because organization do not have folders: > TypeError: data.folders is undefined ./src/components/Header.js/Header/this.readFile/reader.onload src/components/Header.js:31 ``` 28...

CSV import fails silently - if you try to import a CSV then nothing happens.

As per title, it would be great if BitPrint processed Secure Notes. Currently they do not appear. Example Note: { "id": "123", "organizationId": null, "folderId": "123", "type": 2, "name": "name...

You can have bitwarden items that have no folder. In this case they are not listed in BitPrint. Example of no folder: { "id": "123", "organizationId": null, "folderId": null, "type":...

If there is no URI in the JSON then the fallback icon does not appear. Examples below: Works (blank URI entered in Bitwarden): { "id": "123", "organizationId": null, "folderId": null,...

Currently the URLs are not shown in the list (there could also be more than one per entry), but it would be nice to also print it also, cause not...

The items are currently not sorted by anything. It would be nice, if they could be sorted by the folder and therefore also the foldername is shown above each group.

Running a local build with modern versions of Node causes the following crash, because react-scripts@3 relies on an SSL faeture which was disabled in Node 17 for security reasons. This...