EnlighterJS / Plugin.WordPress

:package: Official WordPress Plugin of EnlighterJS
http://wordpress.org/plugins/enlighter/
GNU General Public License v2.0
115 stars 17 forks source link

Add an option to compile code #290

Closed DevelopedByAnurag closed 3 years ago

DevelopedByAnurag commented 3 years ago

Hey, I have my container and even an API that can be used to send request and get compiled code so is it possible to add this functionality to the plugin by adding API and getting code compiled in realtime ??

AndiDittrich commented 3 years ago

not to the open source (php based) version. it's technically not possible.

cloud based rendering is planed for the paid subscriptions within the pro/enterprise plans

DevelopedByAnurag commented 3 years ago

I have my own API Available using HackerEarth I just simply want to integrate that to my website is that possible ?

AndiDittrich commented 3 years ago

i'm not sure what you want... Enlighter (including the EnlighterJS library) are created to be an integral part of WordPress. The javascript library runs on the client side.

DevelopedByAnurag commented 3 years ago

Can you suggest me a way if I want to edit the code for EnlighterJS plugin so i can integrate a download code button as well as run code as an option ??

AndiDittrich commented 3 years ago

your project sounds more like an "online editor" - EnlighterJS is not intended for this - it has no editing features (and they cannot be added without a lot of rework) - i assume that you're looking for an editor like ace/cloud9 ?

EnlighterJS is available here on GitHub