Followed the doc.
I have no console errors and the js is imported. But it looks like the plugin is not loaded. The commands don't exist in the editor
$getEditor()?.commands.toggleInvisibleCharacters()
Uncaught TypeError: $getEditor(...)?.commands.toggleInvisibleCharacters is not a function
Any idea ?