Get support for jaljo/rich-text-editor

If you're new to LTH, please see our FAQ for more information on what it is we do.

Support Options

Unfortunately, there are currently no active helpers for this repository on the platform. Until they become available, we reccomend the following actions:

View Open Issues

Take a look to see if anyone else has experienced the same issue as you and if they managed to solve it.

Open an Issue

Make sure to read any relevant guidelines for opening issues on this repo before posting a new issue.

Sponsor directly

Check out the page and see if there are any options to sponsor this project or it's developers directly.

jaljo/rich-text-editor

Rich Text editor

:warning: This repository is NOT production ready and is no longer maintained.

It has been created as a proof of concept to illustrate the technical aspects of this article, which has been published in january 2019. At the time the article was written, this editor was still at experimental state. Therefore, lots of bugs and side effects are still to be fixed.

You can still build the projet and run it localy to test the editing features :)

Preview

Architecture

The application uses a nodejs service to bypass CORS restrictions of some APIs (i.e. twitter). That is, front and server components both have their dedicated folder:

rich-text-editor
  |_ front        # react application
  |_ server       # nodejs application (to bypass CORS restrictions)

Installation

You will need docker and docker-compose to run this project on your local env.

$ git clone git@github.com:jaljo/rich-text-editor.git
$ cd rich-text-editor
$ make dev

You can now access the project by browsing localhost:5000/

Tests

To run the tests localy:

$ make test
Our Mission

We want to make open source more sustainable. The entire platform was born from this and everything we do is in aid of this.

Interesting Articles

Thank you for checking out LiveTechHelper |
2025 © lth-dev incorporated

p-e622a1a2