Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Connect with bibtxt #2

Open
rufuspollock opened this issue Jan 1, 2018 · 1 comment
Open

Connect with bibtxt #2

rufuspollock opened this issue Jan 1, 2018 · 1 comment

Comments

@rufuspollock
Copy link
Contributor

yaml version of bibtext (crudely) by @geraldb

http://bibtxt.github.io/

What's BibTeX?

@Book{Fau86,
  author    = "J.W. Goethe",
  title     = "Faust. Der Trag\"{o}die Erster Teil",
  publisher = "Reclam",
  year      = 1986,
  address   = "Stuttgart"
}

What's Bib.TXT?

[Fau86]
  author:    J.W. Goethe
  title:     Faust. Der Tragödie Erster Teil
  publisher: Reclam
  year:      1986
  address:   Stuttgart
@geraldb
Copy link

geraldb commented Jan 1, 2018

@rufuspollock Thanks for the ping. Wow Bib.JSON is a great initiative (definitely the same idea - only json is more for interchange and machines :-) and text is for humans e.g. many more shortcuts and incl. comments etc.). Will try to find the time in 2018 to learn more and connect (e.g. exporting to Bib.tex and Bib.json from Bib.txt, for example). Again keep it up. Prosit 2018!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants