@citedrive/bibtex-editor
Version:
CiteDrive BibTeX Editor
42 lines (26 loc) • 1.29 kB
Markdown
This repo holds CiteDrive's BibTeX-focused implementation of the CodeMirror editor. CiteDrive's full BibTeX Studio can be found on our [website](https://citedrive.com), and more details on the development of this editor can be found in this [blog post](https://citedrive.com/en/blog/codemirror-bibtex-plugin).
Getting up and running is fairly straight-forward, the only dependencies are a working NodeJS installation and a web browser.
```bash
git clone https://github.com/citedrive/bibtex-editor
cd bibtex-editor
npm install
npm run dev
```
If you are a Nix user, we have provided a flake with both a fully configured [devshell](https://github.com/numtide/devshell) and a package to run a local editor instance in your browser:
```bash
nix develop github:citedrive/bibtex-editor
nix run github:citedrive/bibtex-editor
```
You can see the development environment getting set up with nix:

And a short demo of the editor itself:
