popcode icon indicating copy to clipboard operation
popcode copied to clipboard

An HTML/CSS/JavaScript editor for use in the classroom

Results 106 popcode issues
Sort by recently updated
recently updated
newest added

Error during service worker registration: DOMException: Failed to register a ServiceWorker for scope ('https://checkout.paystack.com/') with script ('https://checkout.paystack.com/service-worker.js'): The user denied permission to use Service Worker. I got the above error...

See https://popcode.org/?snapshot=73e5d1fc-875d-4ade-a534-5a8fb0a8691f for an example. #party is a party, but the title is not :(

bug

Submitter: Peter Jablonski Love the Code Mirror update! It looks like the multiline comment feature is not enabled (cmd + /)

enhancement

I saw this open in the good first issue and thought it would be a good first tackle as a relatively new programmer. My approach was to adjust the empty...

The following CSS will trigger the error: ```css .section{ color:#f7beba; border-radius:200px; height:`0px; } body{background-color:#95beba;} .name{text-align:center;} ``` ## Error in Popcode **Error** in **/** Unknown language: `isn't` is not registered [View...

error

Submitter: Andrew Babos I just opened op https://popcode.org in a Firefox private window, and the contents of the window (i.e. everything but the header line) keeps loading indefinitely.

While it’s fine to use Popcode logged out for quickly practicing coding techniques, we don’t want students doing a significant amount of work without it being saved. The always-visible “log...

ux

PROOF that the date functionality still works (time from now is displayed in projects list): ![image](https://user-images.githubusercontent.com/2244895/61098494-0c0d2500-a414-11e9-91e7-93a9ec2aa75a.png) The other use case is formatting a date: ```js > new moment().format('MMM Do [at]...

There are good pseudo-WYSIWYG editors (e.g. `**bold text**` is displayed bold etc.) for Markdown out there. A couple of good looking options are [SimpleMDE](https://simplemde.com/) and [TOAST UI Editor](https://github.com/nhnent/tui.editor), although both...

enhancement
help wanted

Allow a user to completely delete the instructions and start from scratch again rather than manually doing a CTRL-A and delete. From a UI perspective, probably a companion to #1396

enhancement
help wanted