https://github.com/johnjago/deformat
Remove extra whitespace from text.
https://github.com/johnjago/deformat
formatter linebreak newline text-cleaning whitespace
Last synced: about 19 hours ago
JSON representation
Remove extra whitespace from text.
- Host: GitHub
- URL: https://github.com/johnjago/deformat
- Owner: johnjago
- License: unlicense
- Created: 2018-10-30T01:14:25.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2025-02-22T03:13:49.000Z (about 2 months ago)
- Last Synced: 2025-04-06T23:43:14.788Z (9 days ago)
- Topics: formatter, linebreak, newline, text-cleaning, whitespace
- Language: HTML
- Homepage: https://deformat.johnjago.com
- Size: 163 KB
- Stars: 6
- Watchers: 2
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
- project-awesome - johnjago/deformat - Remove extra whitespace from text. (HTML)
README
# Deformat
Deformat is a web-based tool that removes extra whitespace characters
and line breaks from text. It is useful for cleaning up text copied from PDFs
and other documents where the copied text might have excessive spacing and
other formatting issues.## How to use it
https://deformat.johnjago.com
or, you can run it locally: just open `src/index.html` in a browser.
Paste in the text you want to clean up and hit **Deformat**!
## License
The Unlicense