Skip to content

v0.1.0

Compare
Choose a tag to compare
@e-alizadeh e-alizadeh released this 29 Dec 19:29
· 12 commits to master since this release

Feature

  • Add notes to the output. Use markdownify library to convert HTML-styled notes to markdown. (3b83dc8)
  • Pass config filepath to the ZoteroItemBase instead of the rendered dictionary. (af3e78e)
  • Add Argparser (935ce1a)

Fix

  • Sanitize output filename and use it instead of output_page() method. (ba8da8d)

Documentation

  • Update README. Add a section for custom output parameters. Add new line for better printouts. (0011d3a)
  • Add docstrings to sanitize_tag() and sanitize_filename() (d08404d)
  • Add docstrings to create_metadata_section. Add create_annotations_section() (ecc199e)