Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/karl-horning/replace-newlines
This web application allows users to manipulate text by replacing newline characters with newline characters or vice versa. It provides a user-friendly interface where users can input text, toggle between different transformation options, and copy the transformed text to the clipboard.
https://github.com/karl-horning/replace-newlines
bootstrap css frontend html javascript responsive
Last synced: about 6 hours ago
JSON representation
This web application allows users to manipulate text by replacing newline characters with newline characters or vice versa. It provides a user-friendly interface where users can input text, toggle between different transformation options, and copy the transformed text to the clipboard.
- Host: GitHub
- URL: https://github.com/karl-horning/replace-newlines
- Owner: Karl-Horning
- License: mit
- Created: 2024-01-11T23:42:35.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2024-04-25T16:38:27.000Z (7 months ago)
- Last Synced: 2024-04-25T17:46:20.996Z (7 months ago)
- Topics: bootstrap, css, frontend, html, javascript, responsive
- Language: JavaScript
- Homepage: https://karl-horning.github.io/replace-newlines/
- Size: 8.79 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Replace Newlines Web App
This web application allows users to manipulate text by replacing newline characters with newline characters or vice versa. It provides a user-friendly interface where users can input text, toggle between different transformation options, and copy the transformed text to the clipboard.
## Features
- Replace newline characters with the literal string "\\n".
- Replace occurrences of the literal string "\\n" with actual newline characters.
- Toggle between the two transformation options using a switch.
- Copy the transformed text to the clipboard with the click of a button.## Technologies Used
- HTML
- CSS (Bootstrap for styling)
- JavaScript## Getting Started
To run this application locally, follow these steps:
1. Clone this repository to your local machine:
```bash
git clone https://github.com/Karl-Horning/replace-newlines.git
```2. Navigate to the project directory:
```bash
cd replace-newlines
```3. Open the `index.html` file in your web browser.
## Usage
1. Enter text into the input textarea.
2. Toggle the switch to choose between replacing newline characters with "\\n" or replacing "\\n" with newline characters.
3. The output textarea will display the transformed text.
4. Click the "Copy Output" button to copy the transformed text to the clipboard.## Contributing
Contributions are welcome! If you find any bugs or have suggestions for improvements, please open an issue or submit a pull request.
## License
This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.
## Author
Karl Horning
[GitHub](https://github.com/Karl-Horning/) | [LinkedIn](https://www.linkedin.com/in/karl-horning/) | [CodePen](https://codepen.io/karlhorning)