diff --git a/README.md b/README.md index 8ecca40..7498b38 100644 --- a/README.md +++ b/README.md @@ -9,9 +9,48 @@ Elipsa 2E. Instead of overlaying a separate app, it hooks the native notebook UI and the MyScript ink engine directly, so layers, previews, and erasing all behave like built-in features. - +## On-device previews + +Click any preview to view it at full size. + + + + + + + + + + + + + +
+ + Native Layers popup on a Kobo Elipsa 2E +
+ Native layers +
+ + Brush and object eraser controls with five eraser sizes +
+ Eraser controls +
+ + Custom notebook cover picker on a Kobo Elipsa 2E +
+ Custom covers +
+ + Notebook menu with layers and page operations +
+ Page and notebook tools +
+ + Kobo notebook library showing a custom checkerboard cover +
+ Custom covers in the notebook library +
> [!CAUTION] > This plugin calls private Kobo and MyScript C++ APIs **by firmware diff --git a/docs/images/previews/cover-picker.jpg b/docs/images/previews/cover-picker.jpg new file mode 100644 index 0000000..8bf1a88 Binary files /dev/null and b/docs/images/previews/cover-picker.jpg differ diff --git a/docs/images/previews/eraser-controls.jpg b/docs/images/previews/eraser-controls.jpg new file mode 100644 index 0000000..a3ffa3f Binary files /dev/null and b/docs/images/previews/eraser-controls.jpg differ diff --git a/docs/images/previews/layers.jpg b/docs/images/previews/layers.jpg new file mode 100644 index 0000000..a9c4599 Binary files /dev/null and b/docs/images/previews/layers.jpg differ diff --git a/docs/images/previews/notebook-library.jpg b/docs/images/previews/notebook-library.jpg new file mode 100644 index 0000000..c68f72b Binary files /dev/null and b/docs/images/previews/notebook-library.jpg differ diff --git a/docs/images/previews/notebook-menu.jpg b/docs/images/previews/notebook-menu.jpg new file mode 100644 index 0000000..0d8057a Binary files /dev/null and b/docs/images/previews/notebook-menu.jpg differ