diff --git a/README.md b/README.md index 2800f00..f94b076 100644 --- a/README.md +++ b/README.md @@ -13,6 +13,20 @@ This plugin lets you surface pads from an Etherpad instance inside Nextcloud and - Trash deletes on Etherpad (with deferred retry when Etherpad is temporarily unavailable) - Restore recreates pads from `.pad` snapshot data +## Screenshots + +Create a pad straight from the Files app with `+ New`: + +![The Nextcloud "+ New" menu showing New pad, Public pad, and Public pad from URL entries](docs/screenshots/new-pad-menu.png) + +Open a `.pad` file and the linked Etherpad pad loads in the native Nextcloud viewer, with real-time collaboration and per-author colours: + +![A pad open inside the Nextcloud file viewer, two authors editing a Team Roadmap in real time](docs/screenshots/embedded-editor.png) + +Pads live alongside your other files and behave like any other Nextcloud file: + +![A .pad file listed in the Nextcloud Files app](docs/screenshots/pad-in-files.png) + ## Requirements - Nextcloud `30` to `33` (see [appinfo/info.xml](appinfo/info.xml)) diff --git a/docs/screenshots/embedded-editor.png b/docs/screenshots/embedded-editor.png new file mode 100644 index 0000000..3b54513 Binary files /dev/null and b/docs/screenshots/embedded-editor.png differ diff --git a/docs/screenshots/new-pad-menu.png b/docs/screenshots/new-pad-menu.png new file mode 100644 index 0000000..8a0b7da Binary files /dev/null and b/docs/screenshots/new-pad-menu.png differ diff --git a/docs/screenshots/pad-in-files.png b/docs/screenshots/pad-in-files.png new file mode 100644 index 0000000..5c89237 Binary files /dev/null and b/docs/screenshots/pad-in-files.png differ