Skip to content

ijacobs-cpa/Waypoint

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Waypoint

Is a tool to create a journal with the use of a txt file, or even convert the file from text to html. Users can utilise this tool to record their ideas, encounters, and recollections in text, making them easily accessible and compatible with a wide range of platforms and devices. By utilising the capabilities of Waypoint, people may concentrate on the substance of their journal entries without being distracted by difficult formatting, which streamlines and improves the journaling process.

Installation

Download ZIP or clone Waypoint to your local computer If Downloaded by ZIP extract file

Open with with your preferred code editor

Features

  1. Create a Text File.
  2. Create a Folder for Text File to be stored.
  3. Process a Text file, with in a folder or not and convert it from text to html.
  4. Change The title of the document.
  5. Add an Entry within the document.
  6. CSS Style can be changed by pasting a css link.

To Run Waypoint

Please ensure you have Python installed.

If not, please download it here.

  1. To create a file or a folder, you can try one of the following:

    • To create a file:

      python waypoint.txt version.txt
      
    • To create a folder:

      python waypoint.txt version
      
  2. If you want to try one of the examples:

    • To process the file for the example:

      python waypoint.txt test.txt
      
    • To process the folder for the example:

      python waypoint.txt test
      
  3. If you want to change the CSS style, you can paste the CSS link when prompted. Simply reach the "Paste the CSS link here" step:

    https://www.w3schools.com/html/styles.css

About

A command-line tool will process input .txt files into generated .html files.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • Python 66.3%
  • HTML 33.7%