From 39012f3f6ce3c039d975f30b40cc17b73e740baa Mon Sep 17 00:00:00 2001 From: dignajar Date: Thu, 27 Aug 2026 23:13:40 +0200 Subject: [PATCH 1/2] Add plugin: Jodit --- plugins/jodit.json | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 plugins/jodit.json diff --git a/plugins/jodit.json b/plugins/jodit.json new file mode 100644 index 0000000..998d078 --- /dev/null +++ b/plugins/jodit.json @@ -0,0 +1,17 @@ +{ + "id": "jodit", + "name": "Jodit", + "description": "HTML editor for formatting content, a lightweight WYSIWYG alternative to Markdown.", + "author": "Jodit", + "website": "https://xdsoft.net/jodit/", + "license": "MIT", + "compatible": "4.0", + "version": "4.13.10", + "releaseDate": "2026-07-31", + "download": "https://github.com/bludit-extensions/plugin-jodit/releases/download/v4.13.10/jodit.zip", + "type": "editor", + "tags": [ + "editor", + "wysiwyg" + ] +} \ No newline at end of file From 2977960d5d9762480cce29790406ec860984f827 Mon Sep 17 00:00:00 2001 From: dignajar Date: Mon, 14 Sep 2026 22:31:44 +0200 Subject: [PATCH 2/2] chore: jodit in the new submission shape No id, the filename carries it. No releaseDate. The description is keyed by language with a Spanish line alongside the English one. --- plugins/jodit.json | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/plugins/jodit.json b/plugins/jodit.json index 998d078..b757754 100644 --- a/plugins/jodit.json +++ b/plugins/jodit.json @@ -1,17 +1,18 @@ { - "id": "jodit", "name": "Jodit", - "description": "HTML editor for formatting content, a lightweight WYSIWYG alternative to Markdown.", + "description": { + "en": "HTML editor for formatting content, a lightweight WYSIWYG alternative to Markdown.", + "es": "Editor HTML para dar formato al contenido, una alternativa ligera a Markdown." + }, "author": "Jodit", "website": "https://xdsoft.net/jodit/", "license": "MIT", "compatible": "4.0", "version": "4.13.10", - "releaseDate": "2026-07-31", "download": "https://github.com/bludit-extensions/plugin-jodit/releases/download/v4.13.10/jodit.zip", "type": "editor", "tags": [ "editor", "wysiwyg" ] -} \ No newline at end of file +}