From 253d12422a0f1513e1ea3909f19013196f58b139 Mon Sep 17 00:00:00 2001 From: John McLear Date: Tue, 14 Apr 2026 13:50:45 +0100 Subject: [PATCH 1/3] Add aria-label and data-l10n-id to toolbar buttons for accessibility Co-Authored-By: Claude Opus 4.6 (1M context) --- templates/editbarButtons.ejs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/templates/editbarButtons.ejs b/templates/editbarButtons.ejs index 017775b..3384c50 100644 --- a/templates/editbarButtons.ejs +++ b/templates/editbarButtons.ejs @@ -1,10 +1,10 @@
  • - +
  • - +
  • From 303b6bed3089d7e8f110a0a561fd428a8a68769e Mon Sep 17 00:00:00 2001 From: John McLear Date: Tue, 14 Apr 2026 16:00:17 +0100 Subject: [PATCH 2/3] =?UTF-8?q?Retrigger=20CI=20=E2=80=94=20etherpad-lite?= =?UTF-8?q?=20develop=20has=20ueberdb2=205.0.43?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit From 95e9a13c399f67693ad942751720a435e68768be Mon Sep 17 00:00:00 2001 From: John McLear Date: Tue, 14 Apr 2026 16:31:30 +0100 Subject: [PATCH 3/3] Rewrite README with consistent structure Replace sparse README (no extension) with a proper README.md following the standard plugin documentation format. Co-Authored-By: Claude Opus 4.6 (1M context) --- README | 3 --- README.md | 13 +++++++++++++ 2 files changed, 13 insertions(+), 3 deletions(-) delete mode 100644 README create mode 100644 README.md diff --git a/README b/README deleted file mode 100644 index f1262cf..0000000 --- a/README +++ /dev/null @@ -1,3 +0,0 @@ -![Publish Status](https://github.com/ether/ep_subscript_and_superscript/workflows/Node.js%20Package/badge.svg) ![Backend Tests Status](https://github.com/ether/ep_subscript_and_superscript/workflows/Backend%20tests/badge.svg) - -Subscript and Superscript diff --git a/README.md b/README.md new file mode 100644 index 0000000..66022e5 --- /dev/null +++ b/README.md @@ -0,0 +1,13 @@ +# ep_subscript_and_superscript + +Adds subscript and superscript text formatting buttons to the Etherpad toolbar, with HTML export support. + +## Install + +``` +pnpm run plugins i ep_subscript_and_superscript +``` + +## License + +Apache-2.0