CLIPBENCH
- 2 Devlogs
- 10 Total hours
A terminal-style scratchpad and text-cleanup workbench. One HTML file, zero dependencies, runs anywhere, opensource HTML file. If you need help, there is a how to use txt file in the github linked below.
A terminal-style scratchpad and text-cleanup workbench. One HTML file, zero dependencies, runs anywhere, opensource HTML file. If you need help, there is a how to use txt file in the github linked below.
Created the clean function using javascript to find and fix quotes, em dashes, whitespaces, and many other more cleaning functions on text. This was done by finding certain parts of a sentence and clearing it out by clearing the “unclean space” and then replacing it with whatever fix is needed to make the sentence more clean. An example is pasted into the image below. I also made all the buttons work using some JavaScript and HTML. I only needed to make two button since I can just copy and paste the original code to make extra buttons, the 2 different buttons are split between the left and right side on the image. The last thing I made was the scratchpad which can work as a conversion chart or a simple calculator for basic math like addition or multiplication.
Created basic UI and theme using simple html and CSS. Had some issues with the layering and had Gemini AI debug it for me. I decided to give the site a simple terminal theme since the vibe the functions like smart printing or pretty-print gave me a terminal feeling. The name came from AI since I couldnt really think of a good name for the project. Anyways I plan on working on the buttons and actual functions soon.