SBIB
References
- bibtool, and its CTAN page
- JabRef
- BibTEX Entry and Field Types
- JBibTex
- Names in BibTEX and MlBibTEX
- BibTex Wikipedia
- BIBTEXing
- bibtex.org
- crossref.org
Features
- should base on RawDB rather than Entry
- consistent with bibtool CLI and configurations
- check possible duplicates
- check fields of entries
- generation of key words (avoiding conflicts, crossref); keywords contains unicode?
- convert from
.aux
to.bib
(as howbibtool
does with-x
) - rewrite according to configurations
- update latex reference
- Web GUI <-- should be of top priority
- generation of entries
- dump to bibjson
- perhaps betterbib
- https://github.com/vikin91/BibSpace
- dump to COINS, as https://github.com/robintw/bib2coins
- more statistics like https://github.com/martinec/grav-plugin-bibtexify
- fix some issues for https://github.com/tcompa/sortbibtex#bibtex-style
- preview bibtex
- https://polsys.github.io/Ref
- rewrite should provide a dryrun like functionality
development
- use shapeless/cats to deal with generic programming
- use Scala.js to deal with javascript
- use monocle do lens work
- sbt-best-practice
Bugs
- scopt
help
seems not working correctly - remove unnecessary brackets when analyzing
Usage Scenario
- Windows users
- on a known web page
- command line
- within Ammonite
- development