Loading collection data...
Collections are a way for you to organize kata so that you can create your own training routines. Every collection you create is public and automatically sharable with other warriors. After you have added a few kata to a collection you and others can train on the kata contained within the collection.
Get started now by creating a new collection.
I must have missed this email notification. Glad you found it on your own. Right now we are working on refactoring the data model for how code challenges work, once we do that we intend to introduce a simple JSON API for downloading and uploading kata solutions.
Never mind. I figured out how to do it. (App.controller.editor.getValue and setValue)
I would really like to see kata descriptions when browsing the Library for unsolved Katas to train on. They are displayed on the dashboard for the next suggested kata, so why not include them on the kata's detail page.
On the Home page the suggested next Kata will sometimes be a kata you already completed, which is fine. It would be helpful to have a check mark next to the kata if you have already completed it (like there are when you look at kata's in the library) to make it easier to see that you have already completed it.
Allow customization of the color scheme. Black backgrounds remind me of black belts, but I am a white belt, can I have a white background?
How do I get a reference to the "codeAnswer" javascript object that represents one of the CodeMirror js editors on a Kata page. I want to do a getValue and setValue on it.
Thanks for any help.
It would be nice if there was a REST interface to upload and download code so that a third party editor could be used (Vim, emacs, etc)