The libraries allow the text conversion from one file format into another.
Input files are:
- gdoc
- txt
- md
Output files are:
- gdoc
- txt
- md
- html (integrated css with html file and seperate html and css files)
- dom (js and css files; base html file)
There will be md files for each library
to come
This library is mostly for debugging. It generates a text output of a gdoc sutructure.
This library contains methods to convert a google document file into a markdown file.
This library contains the subroutines to access the google docs api.
library that converts a Gdoc document file to a html file with a css section or a html file and a css file
library that converts a Gdoc document to a base html file with a a js section and a css section. The js builds the dom to convert the gdoc file into a web file.
library that converts a Gdoc document to a base html file with a a js section and a css section. The js builds the dom to convert the gdoc file into a web file.
utility library for the options object and file/ file folder creation
library that parses a markdown file. -- work in progress
library that will convert a markdown file into a javascript Dom script file. -- not functional yet!
library that will convert a markdown file into a google document. -- not functional yet!
library that will convert a markdown file into a html file. -- not functional yet!
library that creates a new google document from a plain text file..