{"id":17650997,"url":"https://github.com/varemenos/codemagic","last_synced_at":"2026-03-06T03:31:34.523Z","repository":{"id":7066134,"uuid":"8350929","full_name":"varemenos/codemagic","owner":"varemenos","description":"Codemagic.gr is a powerful online code editor for web development","archived":false,"fork":false,"pushed_at":"2015-12-18T07:35:06.000Z","size":13422,"stargazers_count":103,"open_issues_count":10,"forks_count":29,"subscribers_count":7,"default_branch":"master","last_synced_at":"2025-04-28T17:05:30.186Z","etag":null,"topics":["code-editor","playground"],"latest_commit_sha":null,"homepage":"http://codemagic.gr","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/varemenos.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2013-02-22T05:12:39.000Z","updated_at":"2024-12-12T16:30:38.000Z","dependencies_parsed_at":"2022-09-14T04:20:33.064Z","dependency_job_id":null,"html_url":"https://github.com/varemenos/codemagic","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/varemenos/codemagic","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/varemenos%2Fcodemagic","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/varemenos%2Fcodemagic/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/varemenos%2Fcodemagic/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/varemenos%2Fcodemagic/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/varemenos","download_url":"https://codeload.github.com/varemenos/codemagic/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/varemenos%2Fcodemagic/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30160847,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-05T22:39:40.138Z","status":"online","status_checked_at":"2026-03-06T02:00:08.268Z","response_time":250,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["code-editor","playground"],"created_at":"2024-10-23T11:39:57.169Z","updated_at":"2026-03-06T03:31:34.498Z","avatar_url":"https://github.com/varemenos.png","language":"JavaScript","readme":"# Codemagic.gr\n\n## About\n\n__[Codemagic.gr](http://codemagic.gr) is a powerful online code editor for web development__! It's open-source and follows the philosophy of client-side/fast execution. It's built for creative people who do a lot of web-related experiments and want to test stuff in real-time without the hassle of preparing project files and whatnot. It is also a great place for people to come and learn various web-technologies like HTML, CSS, JS and their derivatives.\n\n\n## Features\n\n### Language support\n\n* Markup: HTML, Markdown, Jade\n* Stylesheet: CSS, LESS, SASS (sasslib)\n* Script: Javascript, CoffeeScript\n\n### Language wishlist\n\n* Markup: HAML, Slim\n* Stylesheet: Stylus\n\n### Highlights\n\n* Speed\n* Syntax Highlighting\n* Color Schemes\n* Intelisense (with Ctrl + Space)\n* Realtime linting for HTML, CSS and JavaScript\n* Vim and Emacs keybinding\n* Emmet\n* Multiple cursors and selections\n* Bracket auto-pairing\n* Code-folding\n* Code beautification\n* Indentation with spaces or tabs\n* Change font-size and tab-size values\n* Displays hidden characters\n* Import external libraries and frameworks for CSS and JavaScript\n* Live Auto-Complete (not implemented by ace.js yet)\n\n### Keyboard Shortcuts\n\n* `Ctrl` + `Enter` : Executes the code\n\n\n### Feature wishlist\n\n* Automatic refresh\n* Sublime Text keybinding (Cloud9 might soon open source their sublime text keybinding for ace.js)\n* Github-gist and other cloud storage integrations\n* real-time collaboration\n* Importing projects\n\n### Abilities:\n\n* Sign-in and save your example to your profile (public/private)\n* Fork any example you have access to (either yours or public example of other people)\n* Download the whole project in a .zip file (which includes your .html, .css and .js files)\n* Share your code with other people by either embedding it to another page, or via a link\n\n_The features and capabilities mentioned above will require server-side execution/compilation and therefore can't be implemented until Codemagic.gr's back-end is ready_.\n\n### More\n\nRead more about the editor features [here](https://github.com/ajaxorg/ace)\n\n## License\n\n\tThe MIT License (MIT)\n\n\tCopyright (c) 2013 Adonis K.\n\n\tPermission is hereby granted, free of charge, to any person obtaining a copy\n\tof this software and associated documentation files (the \"Software\"), to deal\n\tin the Software without restriction, including without limitation the rights\n\tto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\n\tcopies of the Software, and to permit persons to whom the Software is\n\tfurnished to do so, subject to the following conditions:\n\n\tThe above copyright notice and this permission notice shall be included in\n\tall copies or substantial portions of the Software.\n\n\tTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\n\tIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n\tFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\n\tAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\n\tLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\n\tOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN\n\tTHE SOFTWARE.\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvaremenos%2Fcodemagic","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fvaremenos%2Fcodemagic","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvaremenos%2Fcodemagic/lists"}