gdoc

command module
v0.0.0-...-8d7b2d3 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jun 14, 2022 License: MIT Imports: 17 Imported by: 0

README

golang libraries for google document and markdown files

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)

documentation

There will be md files for each library

examples

to come

gdocTxtLib.go

This library is mostly for debugging. It generates a text output of a gdoc sutructure.

gdocMdLib.go

This library contains methods to convert a google document file into a markdown file.

gdocApiLib.go

This library contains the subroutines to access the google docs api.

gdocHtmlLib.go

library that converts a Gdoc document file to a html file with a css section or a html file and a css file

gdocDocLib

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.

gdocDomLib.go

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.

gdocUtilLib.go

utility library for the options object and file/ file folder creation

mdParseLib.go

library that parses a markdown file. -- work in progress

mdDomLib.go

library that will convert a markdown file into a javascript Dom script file. -- not functional yet!

mdGdocLib.go

library that will convert a markdown file into a google document. -- not functional yet!

mdHtmlLib.go

library that will convert a markdown file into a html file. -- not functional yet!

txtGdocLib.go

library that creates a new google document from a plain text file..


Documentation

Overview

parsemd parse markdown file usage: parsemd file.go

author: prr azul software date: 28 May 2022 copyright prr azul software

readYaml.go author: prr

showGdoc author: prr date: 8. April 2022 copyright 2022 prr

Directories

Path Synopsis
gdocUtilLib library for common utility functions
gdocUtilLib library for common utility functions
mdParseLib.go parse markdown file usage: parse file.go
mdParseLib.go parse markdown file usage: parse file.go

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL