c-okelly / org_to_anki

Python3 module to convert Txt, Org or LibreOffice files into Anki decks
MIT License
64 stars 10 forks source link

Created limited support for docx files #17

Closed c-okelly closed 5 years ago

c-okelly commented 5 years ago

Create limited support for docx files.

Seems to be issue converting bullet points into a reasonable format with the current available libraries so support will just be expanded to * and # style notations

c-okelly commented 5 years ago

docx files are now supported as of e8ea107