Skip to content

A small golang executable to locally sync (no ☁ needed, apart from Zotero cloud) reMarkable with Zotero.

Notifications You must be signed in to change notification settings

Maaarcocr/rm-zoterosync

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 

Repository files navigation

rm-zoterosync

I made this because I wanted to be able to get my zotero library onto my reMarkable and I did not want to use a cloud server to do so. This is possible because you can ssh into a reMarkable and run any executable that is compiled for Linux ARMv7.

How to run it on your reMarkable

Download the executable from here. Copy it on your reMarkable using scp and run it with rm-zoterosync & so that it executes in the backgroud.

You have to specify 2 environment variables before running it on your reMarkable: ZOTERO_USERID (which is not your username and you can find it at here) and ZOTERO_APIKEY.

Some weird decisions I took

  • The go code will only sync your zotero collections for which a folder in your remarkable exists with the exact same name.
  • All the files that are downloaded from Zotero are saved in My Files and not inside any folder, this is due to the fact that I can't specify the folder I want to use when using the upload API provided by the WebUI.
  • All the files that you want to sync should have a public URL present in their Zotero metadata. (This could be modified if this utility downloaded the files directly from Zotero, but it was not neccessary for me)

Compile from source

If you want to compile the source code on your own you have to use the Go compiler and set these environment variables before compiling: GOOS="linux", GOARCH="arm" and GOARM=7

About

A small golang executable to locally sync (no ☁ needed, apart from Zotero cloud) reMarkable with Zotero.

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages