open-source citation tool for TeX documents (or any text using \cite{}). plug and play to generate a .bib file.
complete keyboard-based navigation if desired; just press tab and enter.
to run this project locally:
-
clone the repo:
git clone https://github.com/advaitgosai/autocite.git cd autocite
-
install dependencies:
npm install
-
start the dev server:
npm run dev
this will start both the react dev server and the express server concurrently.
contributions are welcome, anything from a star to submitting a PR.
ideas:
- llm mode to avoid api downtime or just to see how it does
- cli / chrome extension / any other form
- auto standardize conference/journal/author names in a user pasted bib
- code formatter for the tex editor
- full on rendering + collab?