@piyush try installing with npm after opening a terminal in your nodebb folder.
npm install nodebb-plugin-whitelist-email-domainsthen go to plugin page and activate it, rebuild and restart.
https://github.com/a5mith/nodebb-plugin-jsfiddle it seems so.
It's pretty doable using an iframe
for sure.
The plugin itself however would need some polishing (e.g. using //
instead of https://
, etc.) and compatibility-update.
Also @agusputra asked for "extend markdown", please clarify. Do you want a special syntax? The plugin of @a_5mith (seems to) simply replace URLs.
@frissdiegurke I do not need special syntax, url replacement is enough.
@a_5mith thanks for creating the plugin. I will see it.