awesome-code-reading icon indicating copy to clipboard operation
awesome-code-reading copied to clipboard

Pell

Open lucasleecr opened this issue 7 years ago • 0 comments

Link to the codebase

https://github.com/jaredreich/pell

Which release/version did you read?

1.0.4 (https://github.com/jaredreich/pell/releases/tag/v1.0.4)

Why it is a good project to read?

  • Simple WYSIWYG text editor without dependencies
  • Can be read quickly.

Starting point

Start with the demo where a new pell editor is initialized https://github.com/jaredreich/pell/blob/v1.0.4/demo.html#L47

Reading order

Shouldn't matter. Only 1 js file and 1 css file.

Interesting parts

The contenteditable browser Api.

Any parts should be skipped?

No.

Any other tips?

No.

Links and resources

  • Demo https://jaredreich.com/pell

Contributor

@lucasleecr

lucasleecr avatar Sep 26 '18 19:09 lucasleecr