Skip to content

VolkerBergen/convertx

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ConvertX for the Enduring Word commentary

Converting Word documents to HTML/JSON to publish our german translation of the Enduring Word commentary at enduringword.de and bibleserver.com.

How to convertX

Installation: pip install -U convertx

Command: convertx [html|markdown|json] [file|folder]

HTML

  • convertx html document.docx (single file)
  • convertx html . (entire directory)

Markdown/JSON

  • convertx markdown . --input-dir Deutsch (markdown)
  • convertx json markdown (json)

Additional arguments:

  • --output-dir=html (directory for generated output files)
  • --input-dir=Deutsch (sub-/directories to include)
  • --dry-run (only validate without converting)
  • --verbose (debug logging)

About

word-to-html/json (for the EnduringWord commentary)

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages