CodeReaderMe/awesome-code-reading

Pell

lucasleecr opened this issue · 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

Contributor

@lucasleecr