Wowchemy Admin Versions Save

📚 Import Bibtex publications and Jupyter Notebook blog posts into your Markdown website or book. 将Bibtex转换为Markdown网站

v0.10.0

7 months ago

What's Changed

Full Changelog: https://github.com/wowchemy/bibtex-to-markdown/compare/v0.9.1...v0.10.0

v0.9.0

7 months ago

Changes

  • rewrite Academic CLI for Python v3.11
  • based on user feedback, remove dependency on Hugo to be installed on user's PC
    • hence, the tool is now framework-agnostic again, so can be used with any website generator or even for writing Markdown-formatted books
  • remove deprecated features such as JS/CSS asset concatenation for offline sites
  • migrate from pipenv to Poetry for dependency management (latest best practice)

Full Changelog: https://github.com/wowchemy/bibtex-to-markdown/compare/0.8.1...v0.9.0

0.8.1

2 years ago

What's Changed

New Contributors

Full Changelog: https://github.com/wowchemy/hugo-academic-cli/compare/0.8.0...0.8.1

0.8.0

2 years ago

Features

  • Give users full control over publication Markdown output path - allows outputting publications to any path including language specific sub-folders such as content/zh/publication/ via academic import --bibtex my_publications.bib --publication-dir content/zh/publication/
  • Remove --kind from Hugo new command as according to Hugo 0.89 release notes, it's no longer needed
  • feat: add support for arXiv entries and non-PDF URLs (#97)
  • feat: add support for Biblatex subtitle field (#94)

Thanks to @gcushen , @k4rtik, and @armfazh for their contributions 💙

Tested with Hugo v0.89.4 (earlier versions of Hugo v0.89 won't work due to Hugo bugs)

Breaking Change

  • --publication-dir is now used to specify the full output path, e.g. content/publication/ rather than just publication/

We ask you, humbly, to support this open source movement

We’ll get straight to the point: Today we ask you to defend our open source independence 🐧

We’re an open source movement that depends on your support to stay online and thriving, but 99.9% of our academics don’t give; they simply look the other way. If everyone who uses this tool supported just a little, we could keep it thriving for years to come. Becoming a sponsor on GitHub for the price of a cup of coffee or contributing Pull Requests to open issues is all we ask ☕️

Interested in contributing to open source? Check out the open issues and contribute a Pull Request 👥

0.7.0

3 years ago

Features

  • feat: add support for thesis, report, and conference entries
    • Add support for mapping more biblatex types onto Wowchemy publication types - @thesis, @report and @conference. See section 2.1.1/2.1.2 Entry Types of the biblatex manual.
  • test: add GitHub Actions CI
  • test: add an additional unit test
  • docs: update Readme

Refactor

  • Use an enum for publication types

Fixes

Fixes for 56634 (i.e. merging #68):

  • Fix bug introduced by #68 - dry run should not create publication files
  • Fix bug introduced by #68 with file not closed

0.6.2

3 years ago

Fixes

  • fix: check for docker-compose (#71)
  • fix: file encoding - make UTF-8 explicit (#70)
    • supports saving publication files containing UTF-8 characters

0.6.1

3 years ago

Features

Add Docker support (#68) ✨ ✨ ✨

Introduced Makefile for contributors to easily run linting, formatting, and testing.

Fixes

Numerous fixes - see commit log.

Ran flake8, isort, and black to fix issues and improve code style.

Refactoring

Major refactor (#68) to use a YAML library for processing front matter, replacing the more hacky approach of string manipulation.

0.5.0

4 years ago

Features

Support Academic v4.4+ by saving each citation as cite.bib (#44) Add support for BibLatex dates (#32, #46) Add support for both 1 and 2 digit numeric months in BibLaTeX (#41) Add support for patent entry type (#47) For BibTeX book entry, set Markdown publication to BibTeX publisher (#35) Add logger with -v verbose CLI option to replace print statements