Ditching Zotero for a Text File
11 hours ago
- #minimal computing
- #reference management
- #academic tools
- The author prefers minimal computing and sought alternatives to Zotero for managing academic references, trying tools like Jabref, Cobib, and Tellico.
- A pattern emerged: exporting and importing references via BibTeX revealed these managers as glorified front-ends for BibTeX, a LaTeX file format for bibliographic data.
- Despite initial perceptions of BibTeX as an intermediary tool, the author switched to using a single BibTeX file as their sole reference manager for almost two years.
- BibTeX's structure, including fields like 'keywords' and 'note', allows for easy navigation, customization, and searching via commands like grep for efficient reference management.
- The approach offers UNIX-friendly interoperability, enabling flexible operations on plain text files, portability across systems, and integration with version control and email without compatibility issues.