Skip to content

GenerateCollapsibleGuide is a simple tool for converting text files in a specific format to HTML pages

Notifications You must be signed in to change notification settings

ldom22/GenerateCollapsibleGuide

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GenerateCollapsibleGuide

A command line tool for converting text files (in a specific format) into readable, organized HTML documents

GenerateCollapsibleGuide takes a formatted text file and turns it into a collapsible, formatted HTML document. It currently supports:

  • Links
  • Copy to clipboard buttons
  • Unlimited nesting of collapsible content

Usage

For using GenerateCollapsibleGuide you will need java version "16.0.2" or newer installed in your system.

Run "java -version" on your local prompt to check if you have java installed, and check which version you have.

Download the latest compiled jar file from /jar or get a release from the release section.

Run from jar file:

java -jar GenerateCollapsibleGuide.jar input.txt output.html

Run from class file:

java GenerateCollapsibleGuide input.txt output.html

To run the demo (Windows):

java -jar jar\GenerateCollapsibleGuide.jar demo\demo.txt demo\demo.html

To compile the project just run make.bat (Windows)

See the demo input file here and the demo output file here

Attributions

GGGUI is written in the Java programming language.

About

GenerateCollapsibleGuide is a simple tool for converting text files in a specific format to HTML pages

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published