MonDiscourse / discourse-formatting-toolbar

Add formatting options on your post (center, align to right, justify a text, etc.)
https://iunctis.fr
14 stars 24 forks source link
discourse-plugin

discourse-formatting-toolbar

Add text formatting options on your post



Here is the toolbar in the composer and the result in your post when you use the plugin


Tips

.floatl {
    float:left;
    margin-right:15px;
}
.floatr {
    float:right;
    margin-left:15px;
}
.d-editor-spacer {
    display: none;
}

And hide some button like the numbered list by adding :

button.ember-view.btn.no-text.list {
    display: none;
}


Support


Thanks