Stuck on the loading screen? Post a bug report on our Toyhouse world or try a legacy version.
If you suspect your code has crashed the editor, click here to download your code as text files and hard reset the editor.
Fun fact! You can also hard reset by typing Please reset!
in the HTML panel.
1.12 (13 August 2024): This update adds light mode, which can be accessed through the UI options menu. The Import tool has also been pared down after Toyhouse's Captcha changes. It now gives more informative error messages.
Want to contribute? You can make and vote on feature suggestions at our Toyhouse World! Or if you're a web developer, feel free to make a fork on the Git repository. This editor will always be free to use and ad-free, but support is always more than welcome.
Ko-fi My Toyhouse Code customs Code freebies
Created with Ace, ace-colorpicker, sass.js, jQuery, Bootstrap, Font Awesome, Foundation Icons, and Toyhouse's source code and stylesheets. This editor uses cookies to save your work automatically, and tracks usage statistics. I am not affiliated with Toyhouse. I am not responsible for any loss of work that may arise from usage of my code editor. By using my code editor, you agree to all of the above.
1.12 (13 August 2024): This update adds light mode, which can be accessed through the UI options menu. The Import tool has also been pared down after Toyhouse's Captcha changes. It now gives more informative error messages.
1.11 (26 October 2023): 1 million pageview update!
<u id='allow-thcj-import'></u>
should be importable. I've also added the option to set all your character profiles as importable: simply include the snippet <u id='allow-thcj-import-all'</u>
at the start of your user profile.Thank you so much for all your love and support through the years. I never knew my little personal code project would be used by so many people!
1.10.0 (20 August 2023)
1.8.0 (26 March 2023): "this has been a long time coming" update. I'm pleased to bring you this fairly big update, which includes the following changes:
By the way, the Github repo is also way, way tidier now, and now has a readme that will hopefully make it much easier to start edited and previewing in a local dev environment. I moved the manual versioning out of the dev environment (as I should have done long ago). You're always welcome to help me out if you wish. I'm just one person and there's a lot of feature requests and bug reports!
Because of the size of this update, I'm expecting there to be some bugs that I haven't caught. As always, if you run into any issues, you can report the bug here and use the previous version. And of course, if you like the work I'm doing, I'm always happy for donations to my Ko-fi!
1.7.2 (27 October 2022): The site has migrated to a new server and I forgot to update my Cloudflare records to point to the new address...until loads of people had noticed the website was down. Apologies for the inconvenience and thanks for letting me know!
While I'm here, I figured I'd make the much-requested update to Font Awesome 6. Many many thanks again to alyeong for the subscription! As always, let me know if you see any unusual behaviour.
Finally, I'm running a poll about the import feature. Check it out here!
1.7.1 (3 July 2022): Synced the source files to Toyhouse's May update. I previously attempted this and it didn't work out of the box, so I've given it a more careful treatment.
1.7.0 (17 June 2022): Birthday update! Requests fulfilled: low contrast toggle, blurb editing. Reorganised UI toggles into their own menu. Also added the new mascot image. As always, do let me know if you run into any bugs!
1.6.1 (22 May 2022): Reverted a number of changes from the last update because it was breaking the editor. Apologies for not catching that before pushing it out! Will update the code at a later time.
1.6.0 (16 May 2022): Updated the source files to match Toyhouse's recent update, and made another (hopefully final) effort at improving the cache busting. Removed unstable version and now managing watermark feature via Github.
1.5.4 (9 May 2022): The project now has a World where you can share ideas and vote on issues/suggestions! For this update, I also made some QOL fixes like HTML panel toggle, big text size toggle and made clicking outside the info modal close the modal.
1.5.3 (2 February 2022): Hard reset was necessary and hard to locate, so I added a hard reset link on the loading page. This will hopefully help with situations where the code editor breaks due to issues with the code. You can also hard reset by typing Please reset!
in the HTML panel. Better error handling is pending. Also, "Latest update" badge now updates automatically.
1.5.2 (30 December 2021): Reorganisation and cache busting the old fashioned way. There may be linkage issues with older versions. Will fix them as I find them!
1.5.1 (11 November 2021): Migrated to the Git repository! You can clone it and make pull requests here.
1.5.0 (6 October 2021, Theme Designer Support): Added new layouts:
Also added a sidebar toggle and image lightbox, and updated the folder layout to include pagination. These changes will hopefully help CSS theme designers. Feel free to let me know if you run into any problems!
1.4.2 (7 July 2021): Updated Import feature. To prevent the import of codes you do not have rights to use, only profiles with the string allow-thcj-import
can be imported. Please paste the following line into your profile to enable import: <span id="allow-thcj-import"></span>
. I know it is a little tedious, but it is the best solution I've got as of now, without an API.
1.4.1 (7 July 2021): Temporarily disabled the import feature while I add security measures. Thanks for understanding!
1.4.0 (6 July 2021, Data Imports): Added data import feature, Warning layout and a button to insert lorem ipsum text. Enter the character ID (a string of numbers) or username to import a profile. It has to be public and have no warning.
1.3.6 (22 June 2021): New unstable update—I'm testing a feature that lets you import data from character and user profiles to fill the template (replacing the placeholders)! Definitely report any bugs or issues to me, I don't know how well it functions on devices with lower processor capabilities.
1.3.5 (21 June 2021): Removed the quick fix from 2 January (which applied a specific resizing code to mobile Safari). If you are a Safari user and have started having problems that you did not have before, please let me know! In the backend, I've also added some auto cache-busting so hopefully there will be fewer problems with source files not updating.
1.3.4 (30 April 2021):
1.3.3 (27 March 2021): Added SASS support back on request.
1.3.2 (4 February 2021): I have rolled back to the 14 January version while I properly iron out the tab remembering feature, since I was receiving a number of bug reports. Thanks for your patience and sorry for the inconvenience!
1.3.1 (28 January 2021): Added a much-requested feature: the editor now remembers what tab you were on and automatically remains on that tab even when the code is updated. I have only tested this on Chrome and Firefox so do let me know if you run into any problems on other browsers. Still pending a fix for the inability to highlight text on mobile browsers.
1.2.3 (10 January 2021):
1.2.2 (2 January 2021): Quick fix for a bug that was making the editor fields resize incorrectly in Safari. I have only been able to test it in Chrome, Firefox and Safari for iPad; if you run into any problems in other browsers, let me know!
1.2.1 (28 December 2020): Important bug fix for a problem that was breaking the editor (the regex pattern I was using to strip code of script and style tags had a typo). It should work now, but still do not hesitate to let me know if you've found any problems!
I also added a few changes to improve mobile display. Resizing should now work on mobile and I have a button for toggling the editor panel visibility. I am testing these through Chrome dev tools, so let me know if it's working right on mobile!
1.2.0 (27 December 2020, the Big Cleanup I):
1.1.7 (13 September 2020): Moved all page layout templates to separate files for organisational reasons, added navigation bar.
1.1.6 (1 June 2020): Copied all Toyhouse CSS and JS files to my server, to prevent cross-origin request errors. They will be manually updated whenever Toyhouse updates its files.
1.1.5 (11 May 2020): Reorganised layout, option buttons are now in the bottom left corner. Also added a popup containing information about the project and disclaimers.
1.1.4 (14 December 2019): Added a hotfix that slows down the page update rate (when Auto-update is turned on) to prevent webpage display crash errors. May return to this in the future to implement a more elegant solution.
1.1.3 (5 November 2019): Clicking in the HTML and CSS text areas to bring them into focus now makes the placeholder text disappear.
1.1.2 (30 October 2019): CSS panel visibility can now be toggled on and off with the CSS panel checkbox.
1.1.1 (5 September 2019): Fixed bug that made it possible to drag the adjustment bar off the bottom of the page rendering it unreachable.
1.1.0 (24 June 2019): Added Layout: World page.
No select/cut/copy/paste functionality on mobile devices. I will have to look into Ace editor docs to see if there is a workaround for this.
Cursor is sometimes visually displaced from actual position. This is a problem with Ace Editor panels not resizing correctly. It is a difficult error to recreate and as such, I have yet to be able to fix it. Currently, refreshing the page will fix it.
CSS using the @import rule does not work. I cannot fix this: this syntax is used to reference a protected stylesheet on the Toyhouse website, which is designed to prevent people from stealing them. Without the original CSS code, you can't preview it in this editor.