Code

Discussion on HTMLEdito - HTML, CSS, JavaScript Live Editor

Discussion on HTMLEdito - HTML, CSS, JavaScript Live Editor

Cart 83 sales

pngvector supports this item

Supported

42 comments found.

Can we create a profile and share codes?

Currently, can’t. Such feature needs to be developed on server side code. It is subject to add for upcoming update. Thank you

Thanks I am waiting for the update

You are welcome

Can this be use for subdomain user registration?

hi, how can I make a theme for example monokai as default?

the are 12 <option> elements, but there must be one ‘selected’ attribute.

Perfect, and if I want to hide the button select and set by default monokai and don’t alllow to change?

open ‘index’ file, just wrap ’<div class=”htmledito-settings”>..</div>’ with HTML comment tag, like this:

<!--
<div class="htmledito-settings">
    <p class="theme-option"><span>Themes: </span>
        <select onchange="selectTheme()" id=select>
            <option>default</option>
            <option>3024-day</option>
            <option>blackboard</option>
            <option>cobalt</option>
            <option>eclipse</option>
            <option>mbo</option>
            <option>mdn-like</option>
            <option selected>monokai</option>
            <option>pastel-on-dark</option>
            <option>rubyblue</option>
            <option>the-matrix</option>
            <option>xq-light</option>
        </select>
    </p>
</div>
-->

open ‘app.js’ and find ’// theme selection’ (line 7) and replace as follows:

BEFORE:

// theme selection
function selectTheme() {
   var e = input.options[input.selectedIndex].innerHTML;
    codeeditorhtml.setOption("theme", e);
    codeeditorcss.setOption("theme", e);
    codeeditorjs.setOption("theme", e)
}

AFTER:

// theme selection
function selectTheme() {
   // var e = input.options[input.selectedIndex].innerHTML;
   var e = 'monokai';
    codeeditorhtml.setOption("theme", e);
    codeeditorcss.setOption("theme", e);
    codeeditorjs.setOption("theme", e)
}

There are events to take the content edited? getters and setters

No. The script can be extended by your own custom development. We still in development to make it dynamic app

please contact me l am very interested in this script and l would love if you if l can hire you to do some extra customization

Ok, will be considered

can you make some modification please

Yes, I can

can i use it as free or paid service to unlimited users after purchasing regular license?

Standar License is just fine if you give service for free. But Extended License is required if you give paid service. Use in a free end product (more than one end user allowed) based on this link: https://themeforest.net/licenses/standard

Have a nice day

I almost wanted to buy it, but then saw that there is no function to save the code and link to publish. Otherwise would be great.

Okay, when I have much time I’m gonna working on it. Thank you

Hello Mr

I really loved your script, just is possible to add the following customization:

users ( Signup/login) and save work / Saved works

https://exemple.com/username/pen/QmzbzK

+ SAVE Button

thank you. It will require complex server side code, like PHP. For now it focuses on client side. But it may be added for upcoming release. Thanks for your nice suggestion.

hi….

I bought three but I want to refund two.

Done. Thank You

i think it might get limited to views? i have faced same problem with my site https://costoffliving.com/india/hyderabad

The link is not working. I didn’t find your purchased badge. It’s like a spam

Hi. Nice one. I would be glad to buy this one if there is gonna be discount/php where i can use for my site https://www.madhustamps.com/

thanks. Just wait the time

Hi, Nice work,

Could you please fix/add responsive issues. Like some one access the page with mobile devise, may be when view port below 900px, Rather then 2×2 box, scale them 1×1 x 1×1. I mean at the top, HTML Box, then CSS box, then JS box and then Preview.

Also there will be a collapse option in each segment, so that user can easily access from one box to another.

Thank you. Please, check tabbed version (separate file). It works like what you expected (developed for mobile version). The main editor is not good for mobile viewport, I know, but it has a lot of features on desktop browser and may not ideal for mobile browser but still develop and may be fixed for upcoming release. Actually, it’s nice suggestion and I’ll do the best.

the only feature that is missing from this to make absolutely perfect is the ability to save code and then be able to link someone to it.

Great! thanks. We would make it better. Any suggestions would be nice.

Hello, is this can be insert into Wordpress site Thank you

You are welcome :-)

this is a great job, I get it and this will help my students a lot. best regards,

Thank you, thanks for 5 stars rating… for upcoming release, any suggestion would be nice.

Congratulations!

Amazing Work, Good Luck With Sale :grin:

Thank you

Script causes a privilege error to popup when running the NoScript (https://addons.mozilla.org/en-US/firefox/addon/noscript/) browser addon. Says your site is trying to access LAN resources. May want to look at and resolve that.

Be sure to update the latest version of your browser and that addon. Thank you

Yep, both are already latest versions.

Thank you. I am going to fix it soon when found an error

very good job, fantastic work ! i wish you all the best for your upcoming sales :) have a nice day :)

Thank you :-)

This is what I have been looking to have for a while now. the only feature that is missing from this to make absolutely perfect is the ability to save code and then be able to link someone to it. A bit like how on CodePen you can save your pen or share it with other people via a link. This would make this perfect :)

Hi sazzygeek! any suggestions would be nice. This is intended for working with client-side browser. Thank you.

Congratulations! incredible work well done,good luck for sale.

Thank you

by
by
by
by
by
by

Tell us what you think!

We'd like to ask you a few questions to help improve CodeCanyon.

Sure, take me to the survey