This software was largely created by AI Vibe Coding
Created by YouMinds
This tool is designed to refine text formatting.
Users can input text into a resizable text area, adjusting paragraph width seamlessly with mouse
interaction.
The app will then create precise line breaks for the given text area width.
Grab
the text box to set the desired text width. Then, press
Line Break
to insert line breaks into the text so that it fits within the box.
How was it built
This software was created using Vibe Coding by a Large Language Model LLM / chatbot
and reworked in look & feel.
Some features had to be implemented manually and
corrections and improvements had to be made.
The following Vibe Coding prompts were used on DeepSeek:
"create a single page website. Let the user enter text into a text area. Let the user change the width
of the textarea with the mouse. Add a font selection combo and a font size combo."
"add the font "open sans" as default. add a line break button. When the line break button is pressed,
compute new line characters to be inserted into the taxt in such a way that the lines break to match the
current text area width."
"remove all newlines before computing them"
"automatically list all available fonts in the combobox."
"Add a copy and a pate button"
"Copy paste does not work it should paste text from the clipboard and copy the textarea text into the
clipboard"