Skip to content

Add plugin: Jodit - #1

Merged
dignajar merged 5 commits into
mainfrom
add-jodit
Sep 22, 2026
Merged

dignajar merged 5 commits into
mainfrom
add-jodit

Conversation

@dignajar

Copy link
Copy Markdown
Member

Adds the Jodit editor to the directory.

Source: https://github.com/bludit-extensions/plugin-jodit
Release: https://github.com/bludit-extensions/plugin-jodit/releases/tag/v4.13.10

This is also the first run of the analyzer against a real submission.

@github-actions

github-actions Bot commented Aug 27, 2026 •

Copy link
Copy Markdown
Contributor

Plugin check passed with warnings — jodit

1 warning, 2 suggestions. Nothing here blocks the merge.

Warnings — a maintainer will review these

The English description does not match the plugin  LANG_MISMATCH

  • plugins/jodit.json — HTML editor for formatting content, a lightweight WYSIWYG alternative to Markdown.
  • jodit/languages/en.json — HTML Editor for formatting content. Lightweight WYSIWYG alternative for the users who don't want to work with Markdown code.

Somebody browsing the directory reads the first one, and then sees the second once they install the plugin. Make them the same, or say in this pull request which one is right.

Suggestions

js/jodit.min.js — 800 KB, everything over 200 KB gets flagged here  ASSET_LARGE

Not a problem, only something to know: every install downloads it. Shipping a minified build, or dropping the parts of the library the plugin does not use, is usually where the weight is.

plugin.php:1 — No Bludit guard on the first line  SRC_NO_GUARD

Optional, and worth doing. Without it the file can be requested directly over HTTP rather than only running as part of Bludit. Start it with <?php defined('BLUDIT') or die('Bludit CMS.');.


✅ submission · ✅ download · ✅ archive safety · ✅ structure · ✅ php -l

Run the same checks locally:

python3 .github/scripts/analyze.py plugins/jodit.json

No id, the filename carries it. No releaseDate. The description is keyed
by language with a Spanish line alongside the English one.
@dignajar
dignajar merged commit 4995db0 into main Sep 22, 2026
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Development

Successfully merging this pull request may close these issues.

1 participant