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
- Create a Text File.
- Create a Folder for Text File to be stored.
- Process a Text file, with in a folder or not and convert it from text to html.
- Change The title of the document.
- Add an Entry within the document.
- CSS Style can be changed by pasting a css link.
- Create a markdown file
- Convert a markdown file to a HTML file
To Run Waypoint
Please ensure you have Python installed.
If not, please download it here.
-
To create a file or a folder, you can try one of the following:
-
To create a file:
python waypoint.txt version.txtor
python waypoint.py version.md -
To create a folder:
python waypoint.txt version
-
-
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
-
-
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