Skip to content

hppsrc/paragraph

Repository files navigation

Paragraph 📰

Simple text processor made in Vanilla JavaScript.

Current version: 1.0.0

Getting Started 🎯

Dependencies / Requirements 🗃️

Dependencies

  • Node.js

Requirements

No additional requirements.

Build yourself 🛠️

  1. Clone the repository:

    git clone https://github.com/hppsrc/paragraph.git

  2. Navigate to the project directory:

    cd paragraph

  3. Install dependencies:

    npm install

  4. Run the project locally:

    node src/server.js

  5. Open your browser and go to:

    http://localhost:3000

Download ⬇️

Follow the steps above.

Installing ⚙️

No installation required.

Using Paragraph 💻

Note

This section will be updated as new features are added.

Help ❓

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.

License 🔑

This project is licensed under the CC-BY-NC-SA-4.0 license.

TODO ✔️

  • Implement basic text formatting (bold, italics, underline).
  • Add save/load functionality for documents.
    • Custom format .ptd (Paragraph Text Document)
  • Improve the UI.
  • Responsive design.
  • Export functionality.

Known Errors 🐞

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.

Version History 🕒

  • 0.1.0-alpha:
    • Initial Release.
    • Base code structure.

About

Simple text processor made in Vanilla JavaScript.

Topics

Resources

License

Stars

Watchers

Forks