Alignment options on default composer
-
Does anybody know witch composer is that? My forum uses the default composer, because redactor bugs quote notifications, and we are really interested on the alignment options.
If there's a plugin to fix that, it would be great as well. I search through out the plugin section and didn't found it.
-
This post is deleted!
-
I guess it's nodebb-plugin-buttons-galore (add-on for default composer); is most likely not compatible with latest NodeBB thought (was last modified for
0.6.0
as of commit messages). -
@frissdiegurke yes, it out dated
bitbangers is running a composer with those options, I asked there too.
-
@qgp9 said:
@julian said:
It is possible to extend alignment options to the markdown plugin... will take time, is all
But the markdown doesn't have alignment syntaxes, does it?
Or do you mean any known extended markdown or NodeBB custom syntax?sad that those buttons aren't already included in the default composer
-
@userbr If we decide a syntax for it, then implementation is not big deal, just time as @julian said.
But a decision of new syntax is not easy.
For example, if you use a MagicBlock , you can easily implement aligment with custom css, even though there is no buttons.
{{.left some text }} {{.right some text}}
and custom css
.left { text-align: left; } .right{ text-align: right; }
or with macro if you don't want to allow class syntax.
BUT, I don't insist this block syntax to any standard, a syntax is not easy decision.
-
My forum is very heavy in terms of post editing, gifs, img embedding and stuff like that. Also, we have over 30k members. So it's hard not to have those buttons, because not all members would get how to use features.
Composer redactor is IDEAL for us, except for the fact that it bugs quote notifications - witch would also become a demand.
-
We had time ago, then we removed cause having more icons on the composer makes it even crazier on mobile
Can check it here
https://github.com/exo-do/nodebb-plugin-exodo-editor/commit/0d7ce8a90481822de9266234ee823fbdfdce92fd
https://github.com/exo-do/nodebb-plugin-exodo-editor/commit/955c2f022d2707a2fa1b752360d19d70cc9f3bba
-