khammami/CLaaT export
Convert Google Docs to codelabs (HTML, Markdown, offline) with CLaat. Includes converting Markdown files to HTML codelabs.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| command | claat command. (export, update, serve) Default is export | no | export |
| source | Accepted File Formats: Google document ID Markdown file (.md) If input \'codelabs-json\' is set, \'source\' will be ignored. | yes | "" |
| auth | A Google OAuth2.0 token is required to access Google documents. (Except when exporting .md files to HTML.) Default is '' | no | "" |
| codelabs-path | Exported codelab(s) will be saved to your chosen path. Default is '' | no | "" |
| gaid | Google Analytics ID Default is '' | no | "" |
| ga4id | Google Analytics v4 ID Default is '' | no | "" |
| codelabs-json | The path to a JSON file containing a list of Google document IDs. Default is '' | no | "" |
| format | Choose export format (html, md, offline or all). Default is html | no | html |
| environment | codelab environment. Default is '' | no | "" |
| prefix | URL prefix for html format. Default is '' | no | "" |
| elements-path | Local path (JS and CSS) of codelab elements. (in case Google prefix is broken) Default is 'elements/codelab-elements' | no | elements/codelab-elements |
| elements-default-path | External path (JS and CSS) of codelab elements. (hosted by Google) Default is 'claat-public' | no | claat-public |
| extra | Additional arguments to pass to format templates. JSON object of string,string key values. Default is '' | no | "" |
| metadata | Metadata fields to pass through to the output. Comma-delimited list of field names. Default is '' | no | "" |
Outputs
no outputs