Skip to content

Latest commit

 

History

History
33 lines (23 loc) · 704 Bytes

File metadata and controls

33 lines (23 loc) · 704 Bytes

html-editor

A Book Visual Editor for editing text Eg. Highlight, Underline, Draw, etc.

When registering the listener it will cache the Text Nodes inside the HTML Element. Which means this library only works with a static webpage after registered.

Todo:

  • Determine if I should include Italicize, Bold.
  • Drawing
  • Notes
  • Referencing
  • Anchoring (eg. # in HTML)
  • and more.

Running/Building

To run and build the application you need to do the following:

Install Trunk. It's used for building the frontend.

To build the example:

cd examples/full
trunk build

To build and serve the example website:

cd examples/full
trunk serve