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.
- Determine if I should include Italicize, Bold.
- Drawing
- Notes
- Referencing
- Anchoring (eg. # in HTML)
- and more.
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