Simple text processor made in Vanilla JavaScript.
Current version: 1.0.0
Node.js
No additional requirements.
-
Clone the repository:
git clone https://github.com/hppsrc/paragraph.git
-
Navigate to the project directory:
cd paragraph
-
Install dependencies:
npm install
-
Run the project locally:
node src/server.js
-
Open your browser and go to:
http://localhost:3000
Follow the steps above.
No installation required.
Note
This section will be updated as new features are added.
Please check the Wiki section on the GitHub repository: Wiki on GitHub You can also contribute to the wiki if you want to help improve the documentation.
This project is licensed under the CC-BY-NC-SA-4.0 license.
- Implement basic text formatting (bold, italics, underline).
- Add save/load functionality for documents.
- Custom format
.ptd
(Paragraph Text Document)
- Custom format
- Improve the UI.
- Responsive design.
- Export functionality.
If you encounter any issues or need help, please refer to the Issues section on the GitHub repository: Issues on GitHub You can also open a new issue if you encounter bugs or need support.
- 0.1.0-alpha:
- Initial Release.
- Base code structure.