Alignment options on default composer
-
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
Añadir algunos botones extra y mejoras en el parser · exo-do/nodebb-plugin-exodo-editor@0d7ce8a
Contribute to exo-do/nodebb-plugin-exodo-editor development by creating an account on GitHub.
GitHub (github.com)
Mejorar la regex de alineado de textos y permitir bloques con saltos … · exo-do/nodebb-plugin-exodo-editor@955c2f0
Contribute to exo-do/nodebb-plugin-exodo-editor development by creating an account on GitHub.
GitHub (github.com)
-