@jiangcaiyang use nodebb-plugin-emoji. nodebb-plugin-emoji-extended is no longer maintained.
Plugin for jsbin embed or jsfiddle embed ?
-
Is it possible to extend markdown to support embedding jsbin or jsfiddle snippet ?
-
Didn't I make a jsfiddle plugin... will look when I get home.
-
https://github.com/a5mith/nodebb-plugin-jsfiddle it seems so.
It's pretty doable using aniframe
for sure.
The plugin itself however would need some polishing (e.g. using//
instead ofhttps://
, 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.
-
I never said it was any good.
-
@frissdiegurke I do not need special syntax, url replacement is enough.
@a_5mith thanks for creating the plugin. I will see it.
-
It might need updating to support latest versions of nodebb. But you're welcome. I'll take a look at the other service too when I can. Although it's pretty simple to do if you copy one of mine and understand regexp.
-
I have update the repo and add support for jsBin : https://github.com/agusputra/nodebb-plugin-jsfiddle
Screenshot: