OpenResearchInstitute / documents

Documentation for Phase 4 Ground
GNU General Public License v3.0
58 stars 22 forks source link

Convert .docx files to Markdown #12

Closed ExplodingLemur closed 2 years ago

ExplodingLemur commented 5 years ago

.docx files are a friction point for documentation access. Converting these to Github Markdown will allow users to see them rendered in their browsers immediately without having to download a file and open in a text editor.

ExplodingLemur commented 5 years ago

I've got a shell script that uses Pandoc to create Markdown copies of all .docx files in a directory tree, including extracting images and embedding imgrefs and creating proper TOC entries. There are a few bugs at the moment though (likely regex related). Once I get that ironed out I'll branch, convert, and merge.

Abraxas3d commented 5 years ago

Thank you so much!