Skip to content

increase/ deacrese indent and align dont display proprely / work #30

Answered by julianpoemp
CorentinFortes asked this question in Q&A
Discussion options

You must be logged in to vote

@CorentinFortes remember each button is a plugin itself. If you don't see an icon it indicates a missing plugin import. In your case import

import 'jodit/esm/plugins/indent/indent.js';
import 'jodit/esm/plugins/justify/justify.js';

as described here: https://github.com/julianpoemp/ngx-jodit/blob/main/libs/ngx-jodit/README.md#how-to-import-plugins

I didn't know that you have to import "justify.js" to get the align dropdown button. Because there is no documentation you have to search the plugins from the node_modules folder and test some plugins.

Replies: 2 comments 3 replies

Comment options

You must be logged in to vote
3 replies
@julianpoemp
Comment options

@CorentinFortes
Comment options

@julianpoemp
Comment options

Answer selected by CorentinFortes
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants