@citedrive/bibtex-editor
v1.1.0
Published
CiteDrive BibTeX Editor
Maintainers
Readme
CiteDrive BibTeX Editor
This repo holds CiteDrive's BibTeX-focused implementation of the CodeMirror editor. CiteDrive's full BibTeX Studio can be found on our website, and more details on the development of this editor can be found in this blog post.
Usage
Getting up and running is fairly straight-forward, the only dependencies are a working NodeJS installation and a web browser.
# clone the repo
git clone https://github.com/citedrive/bibtex-editor
# change directory
cd bibtex-editor
# install node dependencies
npm install
# run development server
npm run devIf you are a Nix user, we have provided a flake with both a fully configured devshell and a package to run a local editor instance in your browser:
# development environment
nix develop github:citedrive/bibtex-editor
# run local instance
nix run github:citedrive/bibtex-editorDemos
You can see the development environment getting set up with nix:

And a short demo of the editor itself:
