An open API service indexing awesome lists of open source software.

https://github.com/l3mon4d3/zot7fuse

Tool for creating a fuse-filesystem from Zotero 7-collections.
https://github.com/l3mon4d3/zot7fuse

Last synced: 29 days ago
JSON representation

Tool for creating a fuse-filesystem from Zotero 7-collections.

Awesome Lists containing this project

README

          

# Investigation of zotero.sqlite
* .tables for all tables in some database
* .schema to view columns
* `collections` has all Books, etc.
* `items` seems to store all books/papers etc.
* `collectionItems` maps `colletionID` to `itemID`
* `itemData` maps `itemID` and `fieldID` to `valueID` (represents metadata of
some item)
* `itemAttachments` stores all attachements and what `parentItemID` they are attached
to (and how? look into linkMode) + contentType, which should be
application/pdf or application/epub+zip. Have to reconstruct path from `key` in
item and `path` from attachment
* `itemCreators` maps creator of some item to the `creatorID`, find name via
`creators`

* take care with itemID and parentItemID in itemAttachments: itemID has the
correct key, and parentItemID the metadata