COM1000
COM1000 copied to clipboard
freeCodeCamp's deprecated challenge editor
challenges now have a property ``` js { "translations": Object } ``` It's keys are IETF language tags. for example... ``` js "translation": { "es": { "title": "Challenge TItle", "description":...
Hints are defined as follows on the challenge object { hints: [ ...String ] } An array of single line strings. The default is an empty array
Challenge type 7. These have a unique structure: ``` description: [ [ "Image URL (Required)", "Image Description (Required)", "Text (Required), One line broken by ", "Click To Open URL (Optional)"...
Highlight currently active tab in header so that it's obvious which tab I'm currently in.
It should ask for saving the changes or cancel before refreshing the page.
Some feature requests - Toggle Spell check - Tab key should insert 2 or 4 spaces - Ctrl + O binding to show open file sidebar
Not sure if I'm doing something wrong, could be user error. Would appreciate thoughts. When I go to the main page, seemingly triggered by the e/files express route, i get...
The releasedOn field will not always be set, but if it is, we should have a nice jQuery date picker. Output format of the date should be: `MMMM D, YYYY`...
So far I've found that step challenges step index types are transform from Number to String. Audit COM and https://github.com/FreeCodeCamp/FreeCodeCamp/commit/f9c2da7d6a57b0b67168303df98edd98fca37bee to ensure no other data types are being changed
Clicking "Choose File" should rescan the challenge directory. If a new file has been added and any other file has been removed, then it should re-scan the challenge page to...