Skip to content

0x000-byte/one-time-javscript-hook

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 

Repository files navigation

script

A friction-free pipeline that turns your Zotero library into a Git-tracked, LFS-backed reading vault with every annotation versioned.

How it should work

  1. Add a paper in Zotero → references.bib updates.
  2. Close its PDF tab → a JS script exports your highlights into a fresh PDF and drops .needs-commit.
  3. A background watcher sees changes → stages, commits & pushes everything.
  4. Git LFS stores the PDFs; the repo stays lean.

Better BibTeX post-export hook

cd ~/repos/paper-vault
git add references.bib notes/*.md papers/*.pdf
git commit -m "autoexport $(date -Is)"
git push

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published