- Define
Zotero2Markdown
class for easier implementation. Update failed item handling. Use Zotero2Markdown ingenerate.py
. (1a461a5
)
- 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
)
- Sanitize output filename and use it instead of output_page() method. (
ba8da8d
)
- 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
)
First Release