How to extend markdown / editor
-
Hello!
How to extend composer (post editor) with markdown and other?
I have only 10 functions (buttons) like bold / italic / link / image and others.
How to get functions like -- align (center / right / left)
- color text
- table
- code (
- quote
And other functions to be with buttons , not manual enter markdown code
Exist some plugin for this ?
Or maybe some tricks? i am not code developer.. but i need this fuctions. -
Alignment, colour, and such isn't supported by the base markdown plugin, but the markdown parser itself does have plugins that allow you to enhance the parser to use it.
Of course, downside is that you have to actually modify the markdown plugin to work with the markdown-it plugins, and that is custom development.
If you're interested in sponsoring development of the plugin, please contact us at [email protected]
-
@julian thx for the answer but.. i dont understand it.
if i readed good - i need to search markdown parser plugins. right?
You give me link but i dont understand what i need to do.
I need to port this markdown plugins to nodeBB ?About sponsoring... maybe, when i will have money i will help..
NodeBB is good forum software. -
@Atayz We're open to making changes to plugins if sponsored (that is, you contact us, we quote out the work, and then we do it).
The work would then be contributed back to the open-source plugin, with a shoutout to you and/or your project if desired.
We reserve the right to select which options to pursue. If they're fairly specific changes that don't really benefit the project as a whole, then we usually recommend keeping it closed source.
Re: Redactor: I'm looking to change the underlying editor to https://quilljs.com/ or similar.
-
@julian said in How to extend markdown / editor:
Re: Redactor: I'm looking to change the underlying editor to https://quilljs.com/ or similar.
It is cool editor.
But i like composer (like in Discourse) but here i dont seen some buttons (quote) and (code)
Will be good to see align and spoiler function.. but that is all) -
Hi @John-Cole and @Atayz
Take a look here: https://community.nodebb.org/topic/12856/nodebb-plugin-composer-quill-wysiwyg-alternative-to-redactor
All the best,
JJ.