====== Converting Google Docs to Dokuwiki Markdown Format ====== ===== Software ===== You will want to install [[:install_panadoc]] which is open source software that will help translate from Google Docs to Dokuwiki ===== Steps ===== 1. Download Google Doc as a .docx Word Document. File > Download > Microsoft Word 2. Open Command Prompt and locate location of downloaded folder 3. Run pandoc to convert the document pandoc "Downloads/Prusa MK2s 3D Printer Tool Tutorial.docx" -f docx -t dokuwiki -o "Downloads/prusa.txt" 4. Next you will probably want to open the file in a text editor that has search and replace functionality. I've found that bulleted lists don't covert over cleanly and are rendered with html instead. you can use a search and replace text editor to quickly clean that up. Replace: *

with nothing *

with nothing * with nothing *