show all fields

This commit is contained in:
cellarspoon 2021-11-29 12:26:25 +01:00
parent 216c7e110d
commit bfdd600bf5
No known key found for this signature in database
GPG Key ID: 03789458B3D0C410

View File

@ -6,5 +6,5 @@
from temp_index import make_cards
make_cards("mycards.pdf", "sqlite:///metadata.db", ["title"])
make_cards("mycards.pdf", "sqlite:///metadata.db", ["title", "uploaded_at", "comments", "authors", "tags"])
```