thedhanawada / FormatFree

FormatFree is a simple web application that allows users to quickly clean up and format text. It provides options to remove HTML tags, capitalize the first letter of each sentence, convert all text to uppercase, remove line breaks, and encode the text using a specific character encoding.

Home Page:https://thedhanawada.github.io/FormatFree/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

FormatFree

FormatFree is a simple web application that allows users to quickly clean up and format text. It provides options to remove HTML tags, capitalize the first letter of each sentence, convert all text to uppercase, remove line breaks, and encode the text using a specific character encoding.

Features

  • Remove HTML tags from the input text.
  • Capitalize the first letter of each sentence.
  • Convert all text to uppercase.
  • Remove line breaks.
  • Encode the text using a specific character encoding (UTF-8, ISO-8859-1, or none).
  • Output formatted text as plain text, HTML, or Markdown.

How to use

  1. Open the index.html file in your web browser.
  2. Paste your text into the input box.
  3. Select the desired formatting options from the checkboxes and dropdown menus.
  4. Click the "Clean" button to clean and format the text according to the selected options.
  5. The cleaned text will appear in the output box. Click the "Copy to Clipboard" button to copy the cleaned text to your clipboard.

Dependencies

This project uses the following external libraries:

  • Turndown - to convert HTML to Markdown.
  • Showdown - to convert Markdown to HTML.

License

This project is open-source and available under the MIT License.

About

FormatFree is a simple web application that allows users to quickly clean up and format text. It provides options to remove HTML tags, capitalize the first letter of each sentence, convert all text to uppercase, remove line breaks, and encode the text using a specific character encoding.

https://thedhanawada.github.io/FormatFree/


Languages

Language:CSS 36.3%Language:HTML 33.8%Language:JavaScript 29.9%