Command-line tool that converts .txt or .md files into .html files.
Project description
go-go-web
Command-line tool that converts .txt or .md files into .html files.
Features
v1.0.3project package uploaded to Test PyPIv0.0.5additionally parses front matter from .md files for metadatav0.0.4additionally accepts TOML config filev0.0.3additionally parses code blocks and horizontal rules for .md filesv0.0.2additionally converts .md files into .html and parses italic and bold for .md filesv0.0.1converts TIL post (.txt file) into .html file, specify output location, specify stylesheet url, view app version, view app help message
Installation
-
Download and install the latest version of python. Open a terminal and check that it is installed.
py --version -
Make sure you have upgraded version of pip.
Windows
py -m pip install --upgrade pipLinux/MAC OS
python3 -m pip install --upgrade pip -
Install gogoweb using pip.
Windows
pip install gogowebLinux/MAC OS
python3 -m pip install gogoweb -
Check that you have the latest version of the app.
py -m gogoweb.convert -v
Usage
View App Version
py -m gogoweb.convert --version or py -m gogoweb.convert -v
View Usage Message
py -m gogoweb.convert --help or py -m gogoweb.convert -h
Convert .txt to .html
py -m gogoweb.convert <file or folder path>
Example 1 (Convert one file)
py -m gogoweb.convert ./examples/til_post1.txt
Example 2 (Convert a folder of files)
py -m gogoweb.convert ./examples
Output(s) can be found in til folder.
Specify Output Location
py -m gogoweb.convert <file or folder path> -o <folder path>
Example
py -m gogoweb.convert ./examples/examples.txt -o ./examples
Specify Stylesheet
py -m gogoweb.convert <file or folder path> -s <stylesheet url>
Example
py -m gogoweb.convert ./examples/til_post2.txt -s https://cdnjs.cloudflare.com/ajax/libs/tufte-css/1.8.0/tufte.min.css
Specify Config File
py -m gogoweb.convert <file or folder path> -c <config toml file path>
Example
py -m gogoweb.convert ./examples -c src/gogoweb/config.toml
Additional Features Available for Markdown
Input file must be a .md file that is written in proper Markdown syntax
Front Matter Parsing
You may specify the following front matter in Markdown files and these will become the metadata of the resulting HTML file
| Name | Type | Default | Description |
|---|---|---|---|
| description | string | undefined | The description of your document. Used for the page metadata and by search engines. |
| keywords | string[] | undefined | Keywords meta tag for the document page, for search engines. |
| lang | string | en | The language of your document. |
| title | string | file name | The text title of your document. Used for the page metadata. |
How to specify front matter in a Markdown file:
---
title: Katie's Homepage
keywords: website, coding
description: This is Katie's personal website.
---
License
See Examples Outputs
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file gogoweb-1.0.3.tar.gz.
File metadata
- Download URL: gogoweb-1.0.3.tar.gz
- Upload date:
- Size: 8.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.12.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
6d9f1e6228405136358cca0a1de24f4d16d6ff7406fccd4bb5139b168438076d
|
|
| MD5 |
b7f398b6d422c8e48c3d17de9df267e5
|
|
| BLAKE2b-256 |
0b0663d2bcd425957278015360eb97f53d759a040a751bd62e2225fdc11e3553
|
File details
Details for the file gogoweb-1.0.3-py3-none-any.whl.
File metadata
- Download URL: gogoweb-1.0.3-py3-none-any.whl
- Upload date:
- Size: 7.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.12.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
13a2d1978cae1e9543e73ada2f712978e60cb4cefb9cefe7400a6d1662ed7dfb
|
|
| MD5 |
7ed7c2d8a772228931fdd868305da70e
|
|
| BLAKE2b-256 |
1beaeb3ac28e87e972897c811bd03b2857d58aecb9f8c1e5b1e9896aab02637d
|