TxtIt is a simple and efficient platform for sharing text content. It allows users to create and access text documents through custom URLs. With TxtIt, you can easily write, share, and modify text content using a unique URL for each document.
- Custom URLs: Create and access text documents using custom URLs.
- Write and Edit: Write content directly in the site body and modify it anytime.
- Download: Easily download the content for offline access.
- Share: Share the custom URL with others to allow them to view and modify the content.
-
Create a Document:
- Navigate to
http://txtit.com/YourCustomNameHere
. - Write your content in the site body.
- Save the content.
- Navigate to
-
Access a Document:
- Enter the custom URL
http://txtit.com/YourCustomNameHere
in your browser. - View the content shared through the URL.
- Download or modify the content as needed.
- Enter the custom URL
-
Modify and Save:
- Edit the content directly on the page.
- Save the changes to update the document.
We appreciate your interest in contributing to TxtIt! Your contributions help make TxtIt an even better platform for sharing text content. Here are some guidelines to get you started.
If you encounter any bugs, issues, or have suggestions for improvements, please open an issue on the GitHub Issues page.
We welcome pull requests for bug fixes, improvements, and new features. Follow these steps to submit a pull request:
-
Fork the Repository
Fork the repository to your own GitHub account.
-
Clone the Repository
Clone the forked repository to your local machine.
git clone https://github.com/yourusername/txtit.git cd txtit
-
Create a New Branch
Create a new branch for your feature or bug fix.
git checkout -b feature-or-bug-fix
-
Make Your Changes
Make the necessary changes to the codebase. Ensure your code follows the existing style and conventions.
-
Commit Your Changes
Commit your changes with a clear and descriptive commit message.
git commit -m "Description of changes" Push Your Changes
-
Push your branch to your forked repository.
git push origin feature-or-bug-fix
-
Open a Pull Request
Open a pull request from your forked repository to the main repository. Provide a detailed description of your changes and the problem they address.