How to change default text editor to Jodit?

Hi everyone, I’m new to SSG community so this not even an issue, its an inability to figure out how it works.

Goal:
Change the admin panel’s default markdown editor to any wysiwyg editor. Right now I’m stuck with Jodit.

Interlude

  1. Added gem ‘jodit’ to Gemfile
  2. Installed the gem

Problem:

  1. I suppose the new gem must be specified in some config file to make admin panel use it. I can’t find the admin panel’s files
  2. Perhaps it must be specified in some other config files?

I’ve read Jodit’s docs it says what to do… but where or how?

I would appreciate any help.

Thank you all beforehand.