issues
search
GetRD
/
academic-file-converter
📚 Import Bibtex publications and Jupyter Notebook blog posts into your Markdown website or book. 将Bibtex转换为Markdown网站
https://docs.hugoblox.com/reference/content-types/#automatically-import-publications-from-bibtex
MIT License
363
stars
102
forks
source link
feat: add compact mode, CSL types, and type checking
#124
Closed
gcushen
closed
1 year ago
gcushen
commented
1 year ago
changes
standardize publication types by adopting universal CSL publication types
add compact mode (
--compact
) to generate minimal output (strips comments, line breaks, and empty keys)
make input (bibtex) and output (publication folder) positional args rather than options (
--...
) as they are always required
add Python static type checking with pyright (to run:
make type
)
improve documentation (more docstrings and add easier installation method with pipx to Readme)
changes
--compact
) to generate minimal output (strips comments, line breaks, and empty keys)--...
) as they are always requiredmake type
)