Skip to content

Latest commit

 

History

History
21 lines (17 loc) · 887 Bytes

readme.md

File metadata and controls

21 lines (17 loc) · 887 Bytes

Usage instructions

  1. Obtain .html formatted Google Doc with File/Download as../HTML
  2. Run wikicode.py
  3. You will be prompted for the .html input file and the .txt output file to be created

Status

To do

  • Bolden text
  • Figure out a more elegant way to format lists. List items of degree 4 have the same class as list items of degree 1. As a result, the output is the same. There should be a way to keep of track of the depth of the list.
  • Insert a filter option that could for example remove headers and footers from Open Courses Google Notes

Project

  • Create a web app that takes the url of the google doc and outputs the wikicode format
  • Convert it to Java? (but why D:)